View | Details | Raw Unified | Return to bug 97212
Collapse All | Expand All

(-)phpldapadmin098/Makefile (-3 / +6 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	phpldapadmin098
8
PORTNAME=	phpldapadmin098
9
PORTVERSION=	0.9.8.2
9
PORTVERSION=	0.9.8.3
10
PORTREVISION=	1
11
PORTEPOCH=	1
10
PORTEPOCH=	1
12
CATEGORIES=	net www
11
CATEGORIES=	net www
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
Lines 15-21 Link Here
15
DISTNAME=	${PORTNAME:S/098//}-${PORTVERSION}
14
DISTNAME=	${PORTNAME:S/098//}-${PORTVERSION}
16
15
17
MAINTAINER=	m.seaman@infracaninophile.co.uk
16
MAINTAINER=	m.seaman@infracaninophile.co.uk
18
COMMENT=	A set of PHP-scripts to administer LDAP servers over the web
17
COMMENT=	A set of PHP-scripts to administer LDAP over the web
19
18
20
NO_BUILD=	yes
19
NO_BUILD=	yes
21
USE_PHP=	gettext ldap openssl pcre session
20
USE_PHP=	gettext ldap openssl pcre session
Lines 61-66 Link Here
61
	${ECHO_MSG} ""
60
	${ECHO_MSG} ""
62
	${ECHO_MSG} "    WITH_SUPHP=yes   Install appropriately for use with"
61
	${ECHO_MSG} "    WITH_SUPHP=yes   Install appropriately for use with"
63
	${ECHO_MSG} "                     the www/suphp port [default: no]"
62
	${ECHO_MSG} "                     the www/suphp port [default: no]"
63
	${ECHO_MSG} ""
64
	${ECHO_MSG} "This port will operate with either PHP4 or PHP5.  If"
65
	${ECHO_MSG} "you require PHP5 support, for best results, please"
66
	${ECHO_MSG} "install lang/php5 before installing this port."
64
	${ECHO_MSG} ""
67
	${ECHO_MSG} ""
65
68
66
post-patch:
69
post-patch:
(-)phpldapadmin098/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (phpldapadmin-0.9.8.2.tar.gz) = a83b44d90b14983b01db53ec39053a15
1
MD5 (phpldapadmin-0.9.8.3.tar.gz) = 1bb495a36cee3582dc0957880118d3ec
2
SHA256 (phpldapadmin-0.9.8.2.tar.gz) = 5fb8e53f481c5c5beb3572ef240ca7c0736766a4895fb931084e12aee47ae1d1
2
SHA256 (phpldapadmin-0.9.8.3.tar.gz) = ce8575b9d63dbf5b3ce9cad1ed3a64775ce669d2d41c722db1e1f9267d926048
3
SIZE (phpldapadmin-0.9.8.2.tar.gz) = 754341
3
SIZE (phpldapadmin-0.9.8.3.tar.gz) = 754593
(-)phpldapadmin098/files/pkg-message.in (-5 / +14 lines)
Lines 5-19 Link Here
5
5
6
Please edit config.php to suit your needs.
6
Please edit config.php to suit your needs.
7
7
8
To make phpLDAPadmin available through your web site, 
8
To make phpLDAPadmin available through your web site, I suggest that
9
I suggest that you add the following to httpd.conf:
9
you add something like the following to httpd.conf:
10
10
11
    Alias /phpldapadmin/ "%%PREFIX%%/%%PLADIR%%/htdocs"
11
    Alias /phpldapadmin/ "%%PREFIX%%/%%PLADIR%%/htdocs"
12
12
13
    <Directory "%%PREFIX%%/%%PLADIR%%/htdocs">
14
        Options none
15
        AllowOverride none
16
17
        Order Deny, Allow
18
        Deny from all
19
        Allow from 127.0.0.1 .example.com
20
    </Directory>
21
13
Please note: if you are upgrading from version 0.9.7 or earlier, the
22
Please note: if you are upgrading from version 0.9.7 or earlier, the
14
layout of the %%PKGNAME%% files has been completely reworked. You
23
layout of the %%PKGNAME%% files has been completely reworked. You will
15
will need to modify your apache configuration and merge the settings
24
need to modify your apache configuration and merge the settings from
16
from your original configuration file:
25
your original configuration file:
17
26
18
    %%PREFIX%%/%%PLADIRX%%/config.php
27
    %%PREFIX%%/%%PLADIRX%%/config.php

Return to bug 97212