Skip to content

Commit

Permalink
net/phpldapadmin: update to 1.2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof authored and driesmp committed Feb 19, 2023
1 parent dda4f1f commit 37042c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 deletions net/phpldapadmin/Makefile
@@ -1,5 +1,5 @@
PORTNAME= phpldapadmin
PORTVERSION= 1.2.6.4
PORTVERSION= 1.2.6.5
CATEGORIES= net www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}

Expand Down Expand Up @@ -44,15 +44,13 @@ SUB_FILES+= pkg-message
post-patch:
cd ${WRKSRC} ; \
${FIND} . ! -type d ! -name ${CFGFILE}.example ! -name .cvsignore \
! -name .gitignore ! -name *.orig \
! -name Attribute.php | ${SORT} | \
${SED} -e "s!^\.!${WWWDIR_REL}!" >${PLIST} ;
! -name .gitignore ! -name *.orig | ${SORT} \
| ${SED} -e "s!^\.!${WWWDIR_REL}!" >${PLIST} ;

do-install:
cd ${WRKSRC} ; \
for src in $$( ${FIND} . ! -name .cvsignore \
! -name .gitignore ! -name *.orig \
! -name Attribute.php) ; do \
! -name .gitignore ! -name *.orig) ; do \
dst=${STAGEDIR}${WWWDIR}$${src#.} ; \
if ${TEST} -d $$src ; then \
${MKDIR} $$dst ; \
Expand Down
6 changes: 3 additions & 3 deletions net/phpldapadmin/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1670919231
SHA256 (leenooks-phpLDAPadmin-1.2.6.4_GH0.tar.gz) = 92e390c013714c75439737633ad4576bc642d87b0091fab6226cbbcb13a0ea48
SIZE (leenooks-phpLDAPadmin-1.2.6.4_GH0.tar.gz) = 1130930
TIMESTAMP = 1676551762
SHA256 (leenooks-phpLDAPadmin-1.2.6.5_GH0.tar.gz) = 882a508029cfa0e42a3a6700f1548b477b135ecb2d4fef9bf63ea8d781ea22c1
SIZE (leenooks-phpLDAPadmin-1.2.6.5_GH0.tar.gz) = 1132582

0 comments on commit 37042c2

Please sign in to comment.