Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2023 20:00:36 GMT
From:      Dries Michiels <driesm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 37042c20f33b - main - net/phpldapadmin: update to 1.2.6.5
Message-ID:  <202302192000.31JK0aBG019071@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by driesm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=37042c20f33b3c79168d5baa0b065e4d78e525c8

commit 37042c20f33b3c79168d5baa0b065e4d78e525c8
Author:     Krzysztof <ports@bsdserwis.com>
AuthorDate: 2023-02-19 19:49:56 +0000
Commit:     Dries Michiels <driesm@FreeBSD.org>
CommitDate: 2023-02-19 19:59:57 +0000

    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
---
 net/phpldapadmin/Makefile | 10 ++++------
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302192000.31JK0aBG019071>