mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
* Update to from 0.9.8 to 0.9.8.2
* Fix LATEST_LINK issue [1] PR: ports/94876 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Reported by: kris [1]
This commit is contained in:
parent
f095a2355e
commit
cf3ba21118
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158759
@ -5,14 +5,14 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= phpldapadmin
|
||||
PORTVERSION= 0.9.8
|
||||
PORTNAME= phpldapadmin098
|
||||
PORTVERSION= 0.9.8.2
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= phpldapadmin
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME:S/098//}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= m.seaman@infracaninophile.co.uk
|
||||
COMMENT= A set of PHP-scripts to administer LDAP servers over the web
|
||||
@ -40,12 +40,14 @@ WANT_PHP_WEB= yes
|
||||
|
||||
# PLAUSR is only used WITH_SUPHP
|
||||
PLADIR?= www/${PORTNAME}
|
||||
PLADIRX?= ${PLADIR:S/098//}
|
||||
PLAGRP?= ${WWWGRP}
|
||||
CFGDIR= config
|
||||
CFGFILE= config.php
|
||||
|
||||
SUB_LIST+= PKGNAME=${PKGNAME} \
|
||||
PLADIR=${PLADIR}
|
||||
PLADIR=${PLADIR} \
|
||||
PLADIRX=${PLADIRX}
|
||||
SUB_FILES+= pkg-message
|
||||
|
||||
PLIST= ${WRKDIR}/plist
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (phpldapadmin-0.9.8.tar.gz) = 32251f799a5b1664003b4417f6fd96a8
|
||||
SHA256 (phpldapadmin-0.9.8.tar.gz) = 5bb3289a1ff058deda106f5d33623445b066b9881c76bc105f35b6855feb0542
|
||||
SIZE (phpldapadmin-0.9.8.tar.gz) = 751893
|
||||
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
|
||||
|
@ -15,7 +15,7 @@ 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%%/%%PLADIR%%/config.php
|
||||
%%PREFIX%%/%%PLADIRX%%/config.php
|
||||
|
||||
to
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user