diff options
author | vd <vd@FreeBSD.org> | 2006-04-04 10:20:02 +0000 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-04-04 10:20:02 +0000 |
commit | bb4f01178329e4161fd3ea9d2d1bb25cea3728e4 (patch) | |
tree | e969e7299190d30069c776a434d2ed9b5b7afdb2 /net | |
parent | 60c7e0d8eee77c2aed42361714466d5f64826145 (diff) | |
download | FreeBSD-ports-bb4f01178329e4161fd3ea9d2d1bb25cea3728e4.zip FreeBSD-ports-bb4f01178329e4161fd3ea9d2d1bb25cea3728e4.tar.gz |
* Update to from 0.9.8 to 0.9.8.2
* Fix LATEST_LINK issue [1]
PR: ports/94876
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Reported by: kris [1]
Diffstat (limited to 'net')
-rw-r--r-- | net/phpldapadmin098/Makefile | 10 | ||||
-rw-r--r-- | net/phpldapadmin098/distinfo | 6 | ||||
-rw-r--r-- | net/phpldapadmin098/files/pkg-message.in | 2 |
3 files changed, 10 insertions, 8 deletions
diff --git a/net/phpldapadmin098/Makefile b/net/phpldapadmin098/Makefile index 546ff0e..982aab5 100644 --- a/net/phpldapadmin098/Makefile +++ b/net/phpldapadmin098/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTNAME= phpldapadmin -PORTVERSION= 0.9.8 +PORTNAME= phpldapadmin098 +PORTVERSION= 0.9.8.2 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpldapadmin -DISTNAME= ${PORTNAME}-${PORTVERSION} +DISTNAME= ${PORTNAME:S/098//}-${PORTVERSION} MAINTAINER= m.seaman@infracaninophile.co.uk COMMENT= A set of PHP-scripts to administer LDAP servers over the web @@ -40,12 +40,14 @@ WANT_PHP_WEB= yes # PLAUSR is only used WITH_SUPHP PLADIR?= www/${PORTNAME} +PLADIRX?= ${PLADIR:S/098//} PLAGRP?= ${WWWGRP} CFGDIR= config CFGFILE= config.php SUB_LIST+= PKGNAME=${PKGNAME} \ - PLADIR=${PLADIR} + PLADIR=${PLADIR} \ + PLADIRX=${PLADIRX} SUB_FILES+= pkg-message PLIST= ${WRKDIR}/plist diff --git a/net/phpldapadmin098/distinfo b/net/phpldapadmin098/distinfo index fefa3f5..34c0586 100644 --- a/net/phpldapadmin098/distinfo +++ b/net/phpldapadmin098/distinfo @@ -1,3 +1,3 @@ -MD5 (phpldapadmin-0.9.8.tar.gz) = 32251f799a5b1664003b4417f6fd96a8 -SHA256 (phpldapadmin-0.9.8.tar.gz) = 5bb3289a1ff058deda106f5d33623445b066b9881c76bc105f35b6855feb0542 -SIZE (phpldapadmin-0.9.8.tar.gz) = 751893 +MD5 (phpldapadmin-0.9.8.2.tar.gz) = a83b44d90b14983b01db53ec39053a15 +SHA256 (phpldapadmin-0.9.8.2.tar.gz) = 5fb8e53f481c5c5beb3572ef240ca7c0736766a4895fb931084e12aee47ae1d1 +SIZE (phpldapadmin-0.9.8.2.tar.gz) = 754341 diff --git a/net/phpldapadmin098/files/pkg-message.in b/net/phpldapadmin098/files/pkg-message.in index 365faf3..29230be 100644 --- a/net/phpldapadmin098/files/pkg-message.in +++ b/net/phpldapadmin098/files/pkg-message.in @@ -15,7 +15,7 @@ layout of the %%PKGNAME%% files has been completely reworked. You will need to modify your apache configuration and merge the settings from your original configuration file: - %%PREFIX%%/%%PLADIR%%/config.php + %%PREFIX%%/%%PLADIRX%%/config.php to |