mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
- Update to 1.2.0
PR: 136972 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
This commit is contained in:
parent
59ce2e8562
commit
c11a6b72bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238462
3 changed files with 5 additions and 15 deletions
|
@ -6,11 +6,12 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= phpldapadmin
|
PORTNAME= phpldapadmin
|
||||||
PORTVERSION= 1.1.0.7
|
PORTVERSION= 1.2.0
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= net www
|
CATEGORIES= net www
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||||
|
EXTRACT_SUFX= .tgz
|
||||||
|
|
||||||
MAINTAINER= m.seaman@infracaninophile.co.uk
|
MAINTAINER= m.seaman@infracaninophile.co.uk
|
||||||
COMMENT= A set of PHP-scripts to administer LDAP over the web
|
COMMENT= A set of PHP-scripts to administer LDAP over the web
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (phpldapadmin-1.1.0.7.tar.gz) = a9129f81b347e98c2b31552d1adc4b51
|
MD5 (phpldapadmin-1.2.0.tgz) = 2c5427e1359f5fcb89fa47c9f73bc1c6
|
||||||
SHA256 (phpldapadmin-1.1.0.7.tar.gz) = 26751907813aa5f5f90eec2e887bab868165496104ac790d11d0fb7eb76abb28
|
SHA256 (phpldapadmin-1.2.0.tgz) = 05eb869aba0ae25d68e933ec8ca24f88d8b4c9e4b7b6f1ce0b7af48c2d4c9523
|
||||||
SIZE (phpldapadmin-1.1.0.7.tar.gz) = 1161968
|
SIZE (phpldapadmin-1.2.0.tgz) = 1261752
|
||||||
|
|
|
@ -19,14 +19,3 @@ you add something like the following to httpd.conf:
|
||||||
Allow from 127.0.0.1 .example.com
|
Allow from 127.0.0.1 .example.com
|
||||||
</Directory>
|
</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
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue