diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-27 22:32:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-27 22:32:31 +0000 |
commit | c11a6b72bf281d9ddc69d379b7321e9af5d01602 (patch) | |
tree | c7e58bdd4806bf3824f99e8e87b9866f45b2f61e /net/phpldapadmin | |
parent | Cntlm is an NTLM/NTLMv2 authenticating HTTP proxy. It takes the address of your (diff) |
- Update to 1.2.0
PR: 136972
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Notes
Notes:
svn path=/head/; revision=238462
Diffstat (limited to 'net/phpldapadmin')
-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 - |