diff options
author | wen <wen@FreeBSD.org> | 2011-05-06 08:18:49 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-05-06 08:18:49 +0800 |
commit | 33898b5d39c0a77b1063f607665689195e45a733 (patch) | |
tree | a58297ad4d5c48e98c80e1f9ec7b9be51bccaa2d | |
parent | 4170a875abcba883780002ee7587690346f65db2 (diff) | |
download | freebsd-ports-gnome-33898b5d39c0a77b1063f607665689195e45a733.tar.gz freebsd-ports-gnome-33898b5d39c0a77b1063f607665689195e45a733.tar.zst freebsd-ports-gnome-33898b5d39c0a77b1063f607665689195e45a733.zip |
- Update to 1.2.1
- Add LICENSE
PR: ports/156839
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
-rw-r--r-- | net/phpldapadmin/Makefile | 5 | ||||
-rw-r--r-- | net/phpldapadmin/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/phpldapadmin/Makefile b/net/phpldapadmin/Makefile index 91895933f6c7..2defed87f85f 100644 --- a/net/phpldapadmin/Makefile +++ b/net/phpldapadmin/Makefile @@ -6,8 +6,7 @@ # PORTNAME= phpldapadmin -PORTVERSION= 1.2.0.5 -PORTREVISION= 1 +PORTVERSION= 1.2.1 PORTEPOCH= 1 CATEGORIES= net www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-php5/${PORTVERSION} @@ -16,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= m.seaman@infracaninophile.co.uk COMMENT= A set of PHP-scripts to administer LDAP over the web +LICENSE= GPLv2 + NO_BUILD= yes USE_PHP= gettext ldap openssl pcre session xml iconv hash DEFAULT_PHP_VER= 5 diff --git a/net/phpldapadmin/distinfo b/net/phpldapadmin/distinfo index eb0312057553..11e2ef0f56ea 100644 --- a/net/phpldapadmin/distinfo +++ b/net/phpldapadmin/distinfo @@ -1,2 +1,2 @@ -SHA256 (phpldapadmin-1.2.0.5.tgz) = ee75da1dbba023499fdf50d6cedea9bcdb9caad017b15ed2e31700bcc61dfcfd -SIZE (phpldapadmin-1.2.0.5.tgz) = 1345901 +SHA256 (phpldapadmin-1.2.1.tgz) = 9e03cb53ccf2bb7c0dc6c88eecb4f474f0834ff80b06592000ec68d110458ca3 +SIZE (phpldapadmin-1.2.1.tgz) = 1468226 |