Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Mar 2006 20:37:56 GMT
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/94876: [maintainer] net/phpldapadmin098 -- update to 0.9.8.2
Message-ID:  <200603232037.k2NKbucT035427@happy-idiot-talk.infracaninophile.co.uk>
Resent-Message-ID: <200603232040.k2NKeHQT026177@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         94876
>Category:       ports
>Synopsis:       [maintainer] net/phpldapadmin098 -- update to 0.9.8.2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 23 20:40:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
Infracaninophile
>Environment:
System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 4.11-STABLE FreeBSD 4.11-STABLE #98: Thu Mar 23 08:50:37 GMT 2006 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386


	
>Description:

Since I seem to have picked up yet another port, update to version
0.9.8.2 and make a few other changes so this port can co-exist with
net/phpldapadmin

Release notes are at
https://sourceforge.net/project/shownotes.php?release_id=401476


>How-To-Repeat:
	
>Fix:

	

--- phpldapadmin098.diff begins here ---
diff -Nur /usr/ports/net/phpldapadmin098/Makefile phpldapadmin098/Makefile
--- /usr/ports/net/phpldapadmin098/Makefile	Sun Jan 22 18:35:43 2006
+++ phpldapadmin098/Makefile	Thu Mar 23 20:35:17 2006
@@ -5,14 +5,14 @@
 # $FreeBSD: ports/net/phpldapadmin098/Makefile,v 1.16 2006/01/22 18:35:43 sem Exp $
 #
 
-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 @@
 
 # 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
diff -Nur /usr/ports/net/phpldapadmin098/distinfo phpldapadmin098/distinfo
--- /usr/ports/net/phpldapadmin098/distinfo	Mon Jan 16 23:45:17 2006
+++ phpldapadmin098/distinfo	Thu Mar 23 20:18:43 2006
@@ -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
diff -Nur /usr/ports/net/phpldapadmin098/files/pkg-message.in phpldapadmin098/files/pkg-message.in
--- /usr/ports/net/phpldapadmin098/files/pkg-message.in	Sun Dec 11 23:51:12 2005
+++ phpldapadmin098/files/pkg-message.in	Thu Mar 23 20:26:08 2006
@@ -15,7 +15,7 @@
 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
 
--- phpldapadmin098.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603232037.k2NKbucT035427>