diff options
author | Krzysztof <ports@bsdserwis.com> | 2023-02-19 20:49:56 +0100 |
---|---|---|
committer | Dries Michiels <driesm@FreeBSD.org> | 2023-02-19 20:59:57 +0100 |
commit | 37042c20f33b3c79168d5baa0b065e4d78e525c8 (patch) | |
tree | f02ac4c69f78818dd1d4bc9328bd82529d2db0c9 /net/phpldapadmin | |
parent | graphics/libplacebo: switch d5d4800631de to upstream fix (diff) |
net/phpldapadmin: update to 1.2.6.5
Changes: https://github.com/leenooks/phpLDAPadmin/compare/1.2.6.4...1.2.6.5
PR: 269585
Diffstat (limited to 'net/phpldapadmin')
-rw-r--r-- | net/phpldapadmin/Makefile | 10 | ||||
-rw-r--r-- | net/phpldapadmin/distinfo | 6 |
2 files changed, 7 insertions, 9 deletions
diff --git a/net/phpldapadmin/Makefile b/net/phpldapadmin/Makefile index af5ae13874b2..9cf571196d61 100644 --- a/net/phpldapadmin/Makefile +++ b/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} @@ -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 ; \ diff --git a/net/phpldapadmin/distinfo b/net/phpldapadmin/distinfo index 3045d451f81c..dd8beb5b6259 100644 --- a/net/phpldapadmin/distinfo +++ b/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 |