diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-28 06:32:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-28 06:32:31 +0800 |
commit | a6a9328818140cc0dc9bdff7a25d0fd1692f1e83 (patch) | |
tree | ec599a87f3bd1e4c6897e906fd30e502aa476aa1 /net | |
parent | 0143f84fe6430d6b7accd672515d57a8dc1f41fb (diff) | |
download | freebsd-ports-gnome-a6a9328818140cc0dc9bdff7a25d0fd1692f1e83.tar.gz freebsd-ports-gnome-a6a9328818140cc0dc9bdff7a25d0fd1692f1e83.tar.zst freebsd-ports-gnome-a6a9328818140cc0dc9bdff7a25d0fd1692f1e83.zip |
- Update to 1.2.0
PR: 136972
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/phpldapadmin/Makefile | 3 | ||||
-rw-r--r-- | net/phpldapadmin/distinfo | 6 | ||||
-rw-r--r-- | net/phpldapadmin/files/pkg-message.in | 11 |
3 files changed, 5 insertions, 15 deletions
diff --git a/net/phpldapadmin/Makefile b/net/phpldapadmin/Makefile index 783d8965bd2c..35b6d23d6b81 100644 --- a/net/phpldapadmin/Makefile +++ b/net/phpldapadmin/Makefile @@ -6,11 +6,12 @@ # PORTNAME= phpldapadmin -PORTVERSION= 1.1.0.7 +PORTVERSION= 1.2.0 PORTEPOCH= 1 CATEGORIES= net www MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION} +EXTRACT_SUFX= .tgz MAINTAINER= m.seaman@infracaninophile.co.uk COMMENT= A set of PHP-scripts to administer LDAP over the web diff --git a/net/phpldapadmin/distinfo b/net/phpldapadmin/distinfo index e85da4588d34..1e95f9312cd5 100644 --- a/net/phpldapadmin/distinfo +++ b/net/phpldapadmin/distinfo @@ -1,3 +1,3 @@ -MD5 (phpldapadmin-1.1.0.7.tar.gz) = a9129f81b347e98c2b31552d1adc4b51 -SHA256 (phpldapadmin-1.1.0.7.tar.gz) = 26751907813aa5f5f90eec2e887bab868165496104ac790d11d0fb7eb76abb28 -SIZE (phpldapadmin-1.1.0.7.tar.gz) = 1161968 +MD5 (phpldapadmin-1.2.0.tgz) = 2c5427e1359f5fcb89fa47c9f73bc1c6 +SHA256 (phpldapadmin-1.2.0.tgz) = 05eb869aba0ae25d68e933ec8ca24f88d8b4c9e4b7b6f1ce0b7af48c2d4c9523 +SIZE (phpldapadmin-1.2.0.tgz) = 1261752 diff --git a/net/phpldapadmin/files/pkg-message.in b/net/phpldapadmin/files/pkg-message.in index 06b86218347f..d3a905c60060 100644 --- a/net/phpldapadmin/files/pkg-message.in +++ b/net/phpldapadmin/files/pkg-message.in @@ -19,14 +19,3 @@ you add something like the following to httpd.conf: Allow from 127.0.0.1 .example.com </Directory> -Please note: if you are upgrading from version 0.9.7 or earlier, the -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: - - %%WWWDIR%%/config.php - - to - - %%WWWDIR%%/config/config.php - |