diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-14 03:55:31 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-14 03:55:31 +0000 |
commit | 2837d0fae3576ffb3f50ebade0ce7c43a999b6cd (patch) | |
tree | b1df358955b0dbcaffe4d3fa61851ba23231bff8 /net/phpldapadmin098 | |
parent | 626f5915d7109f8068bbbaa1a8ed64ea4ae07643 (diff) | |
download | ports-2837d0fae3576ffb3f50ebade0ce7c43a999b6cd.tar.gz ports-2837d0fae3576ffb3f50ebade0ce7c43a999b6cd.zip |
Notes
Diffstat (limited to 'net/phpldapadmin098')
-rw-r--r-- | net/phpldapadmin098/Makefile | 11 | ||||
-rw-r--r-- | net/phpldapadmin098/distinfo | 6 | ||||
-rw-r--r-- | net/phpldapadmin098/files/pkg-message.in | 19 |
3 files changed, 24 insertions, 12 deletions
diff --git a/net/phpldapadmin098/Makefile b/net/phpldapadmin098/Makefile index 982aab523157..df39de8bdb71 100644 --- a/net/phpldapadmin098/Makefile +++ b/net/phpldapadmin098/Makefile @@ -6,8 +6,7 @@ # PORTNAME= phpldapadmin098 -PORTVERSION= 0.9.8.2 -PORTREVISION= 1 +PORTVERSION= 0.9.8.3 PORTEPOCH= 1 CATEGORIES= net www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -15,14 +14,14 @@ MASTER_SITE_SUBDIR= phpldapadmin DISTNAME= ${PORTNAME:S/098//}-${PORTVERSION} MAINTAINER= m.seaman@infracaninophile.co.uk -COMMENT= A set of PHP-scripts to administer LDAP servers over the web +COMMENT= A set of PHP-scripts to administer LDAP over the web NO_BUILD= yes USE_PHP= gettext ldap openssl pcre session .if defined(WITH_SUPHP) -PKGNAMESUFFIX= -suphp +PKGNAMESUFFIX+= -suphp RUN_DEPENDS+= ${LOCALBASE}/sbin/suphp:${PORTSDIR}/www/suphp WANT_PHP_CGI= yes @@ -62,6 +61,10 @@ pre-everything:: ${ECHO_MSG} " WITH_SUPHP=yes Install appropriately for use with" ${ECHO_MSG} " the www/suphp port [default: no]" ${ECHO_MSG} "" + ${ECHO_MSG} "This port will operate with either PHP4 or PHP5. If" + ${ECHO_MSG} "you require PHP5 support, for best results, please" + ${ECHO_MSG} "install lang/php5 before installing this port." + ${ECHO_MSG} "" post-patch: cd ${WRKSRC} ; \ diff --git a/net/phpldapadmin098/distinfo b/net/phpldapadmin098/distinfo index 34c058609873..743c2b74c75e 100644 --- a/net/phpldapadmin098/distinfo +++ b/net/phpldapadmin098/distinfo @@ -1,3 +1,3 @@ -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 +MD5 (phpldapadmin-0.9.8.3.tar.gz) = 1bb495a36cee3582dc0957880118d3ec +SHA256 (phpldapadmin-0.9.8.3.tar.gz) = ce8575b9d63dbf5b3ce9cad1ed3a64775ce669d2d41c722db1e1f9267d926048 +SIZE (phpldapadmin-0.9.8.3.tar.gz) = 754593 diff --git a/net/phpldapadmin098/files/pkg-message.in b/net/phpldapadmin098/files/pkg-message.in index 29230bef1b40..784c2011afc3 100644 --- a/net/phpldapadmin098/files/pkg-message.in +++ b/net/phpldapadmin098/files/pkg-message.in @@ -5,15 +5,24 @@ Please edit config.php to suit your needs. -To make phpLDAPadmin available through your web site, -I suggest that you add the following to httpd.conf: +To make phpLDAPadmin available through your web site, I suggest that +you add something like the following to httpd.conf: Alias /phpldapadmin/ "%%PREFIX%%/%%PLADIR%%/htdocs" + <Directory "%%PREFIX%%/%%PLADIR%%/htdocs"> + Options none + AllowOverride none + + Order Deny, Allow + Deny from all + 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: +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%%/%%PLADIRX%%/config.php |