Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Mar 2006 19:26:49 GMT
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/94033: [maintainer] net/phpldapadmin update to 1.0.0
Message-ID:  <200603021926.k22JQnnI017540@happy-idiot-talk.infracaninophile.co.uk>
Resent-Message-ID: <200603021930.k22JU3Hj071577@freefall.freebsd.org>

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

>Number:         94033
>Category:       ports
>Synopsis:       [maintainer] net/phpldapadmin update to 1.0.0
>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 02 19:30:03 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 #96: Thu Dec 29 14:07:11 GMT 2005 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386


	
>Description:

Update to version 1.0.0 -- this is a major version number bump, and
reflects a large number of changes that have happened within the code.
The most visible external effect is that phpLDAPadmin now requires PHP5
to run.

Release notes are at:

https://sourceforge.net/project/shownotes.php?release_id=396539


>How-To-Repeat:
	
>Fix:

	

--- phpldapadmin.diff begins here ---
diff -Nur /usr/ports/net/phpldapadmin/Makefile phpldapadmin/Makefile
--- /usr/ports/net/phpldapadmin/Makefile	Sun Jan 22 21:07:40 2006
+++ phpldapadmin/Makefile	Thu Mar  2 11:38:21 2006
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	phpldapadmin
-PORTVERSION=	0.9.8
-PORTREVISION=	1
+PORTVERSION=	1.0.0
 PORTEPOCH=	1
 CATEGORIES=	net www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
@@ -18,7 +17,8 @@
 COMMENT=	A set of PHP-scripts to administer LDAP servers over the web
 
 NO_BUILD=	yes
-USE_PHP=	gettext ldap openssl pcre session
+USE_PHP=	gettext ldap openssl pcre session xml
+BROKEN_WITH_PHP=	4
 
 .if defined(WITH_SUPHP)
 
diff -Nur /usr/ports/net/phpldapadmin/distinfo phpldapadmin/distinfo
--- /usr/ports/net/phpldapadmin/distinfo	Tue Jan 17 18:18:26 2006
+++ phpldapadmin/distinfo	Sat Feb 25 16:46:14 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-1.0.0.tar.gz) = 02ba55f091110dd0c55bdc8ac3e5d436
+SHA256 (phpldapadmin-1.0.0.tar.gz) = 49faf4167217a6c818f15aa7c1b0516266bd33c7c9ae97a3bc0e78626b6c5415
+SIZE (phpldapadmin-1.0.0.tar.gz) = 754595
--- phpldapadmin.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?200603021926.k22JQnnI017540>