diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2018-10-21 22:53:57 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2018-10-21 22:53:57 +0000 |
commit | e8f2c2835b360ab5fa29085013ffd65b3165a4f0 (patch) | |
tree | 294103398144eed90635618472b2fc816c1b32cc /net/phpldapadmin/Makefile | |
parent | www/firefox-esr: drop unnecessary WAYLAND build fix since r482310 (diff) |
Update files/patch-lib__functions.php to add php72 compatibility (1)
Hand over maintainership to submitter
Flavourize
Mark as ignored with php73
Use PLIST_FILES instead of pkg-plist-chunk. Consequently, just
substitute in the value of ${WWWDIR_REL} directly, rather than playing
around with %%WWWDIR%% sed-tokens.
Swap around the ordering a bit to pacify portlint
PR: 232482
Submitted by: ports@bsdserwis.com (1)
Diffstat (limited to 'net/phpldapadmin/Makefile')
-rw-r--r-- | net/phpldapadmin/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/net/phpldapadmin/Makefile b/net/phpldapadmin/Makefile index b3ebc1f4fdd2..6003e82e0560 100644 --- a/net/phpldapadmin/Makefile +++ b/net/phpldapadmin/Makefile @@ -3,30 +3,32 @@ PORTNAME= phpldapadmin PORTVERSION= 1.2.3 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= net www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-php5/${PORTVERSION} +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} -MAINTAINER= matthew@FreeBSD.org +MAINTAINER= ports@bsdserwis.com COMMENT= PHP application to administer LDAP over the web LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe php:web tar:tgz -CPE_VENDOR= deon_george +USES= cpe php:web,flavors tar:tgz +USE_PHP= gettext ldap openssl pcre session xml iconv hash +IGNORE_WITH_PHP=73 NO_ARCH= yes NO_BUILD= yes -USE_PHP= gettext ldap openssl pcre session xml iconv hash +CPE_VENDOR= deon_george GROUPS?= ${WWWGRP} CFGDIR= config CFGFILE= config.php PLIST= ${WRKDIR}/plist -PLIST_SUB+= PLA_GRP=${GROUPS} +PLIST_FILES= '@sample(,${GROUPS},640) ${WWWDIR_REL}/config/config.php.example ${WWWDIR_REL}/config/config.php' SUB_LIST+= PKGNAME=${PKGNAME} SUB_FILES+= pkg-message @@ -37,8 +39,7 @@ post-patch: cd ${WRKSRC} ; \ ${FIND} . ! -type d ! -name ${CFGFILE}.example ! -name .cvsignore \ ! -name .gitignore ! -name *.orig | ${SORT} | \ - ${SED} -e "s!^\.!%%WWWDIR%%!" >${PLIST} ; \ - ${CAT} ${PKGDIR}/pkg-plist-chunk >>${PLIST} + ${SED} -e "s!^\.!${WWWDIR_REL}!" >${PLIST} ; \ do-install: cd ${WRKSRC} ; \ |