From m.seaman@infracaninophile.co.uk  Wed Jul 22 00:44:18 2009
Return-Path: <m.seaman@infracaninophile.co.uk>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 04A46106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Jul 2009 00:44:18 +0000 (UTC)
	(envelope-from m.seaman@infracaninophile.co.uk)
Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1])
	by mx1.freebsd.org (Postfix) with ESMTP id 87A9E8FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Jul 2009 00:44:17 +0000 (UTC)
	(envelope-from m.seaman@infracaninophile.co.uk)
Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1])
	by smtp.infracaninophile.co.uk (8.14.3/8.14.3) with ESMTP id n6M0iBC8090925
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 22 Jul 2009 01:44:11 +0100 (BST)
	(envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk)
Received: (from matthew@localhost)
	by happy-idiot-talk.infracaninophile.co.uk (8.14.3/8.14.3/Submit) id n6M0iBw2090924;
	Wed, 22 Jul 2009 01:44:11 +0100 (BST)
	(envelope-from matthew)
Message-Id: <200907220044.n6M0iBw2090924@happy-idiot-talk.infracaninophile.co.uk>
Date: Wed, 22 Jul 2009 01:44:11 +0100 (BST)
From: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Reply-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer] net/phpldapadmin -- update to 1.2.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         136972
>Category:       ports
>Synopsis:       [maintainer] net/phpldapadmin -- update to 1.2.0
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 22 00:50:05 UTC 2009
>Closed-Date:    Mon Jul 27 22:32:39 UTC 2009
>Last-Modified:  Mon Jul 27 22:40:03 UTC 2009
>Originator:     Matthew Seaman
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
Infracaninophile
>Environment:
System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 7.2-STABLE FreeBSD 7.2-STABLE #0: Sat Jun 13 17:37:55 BST 2009 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386


	
>Description:

   * Routine bugfix update to version 1.2.0
   * Drop the warning about the changed location of config.php from
     pkg_message.in, as it has been more than 3 years since that 
     change came in.

ChangeLog: 

    http://phpldapadmin.sourceforge.net/wiki/index.php/Release

For more detail on changes to config.php:

    http://phpldapadmin.sourceforge.net/wiki/index.php/Roadmap

Can I request a message to go into /usr/ports/UPDATING as follows:

   AFFECTS: users of net/phpldapadmin
   AUTHOR: m.seaman@infracaninophile.co.uk

   Please review settings in config.php and any custom XML templates
   as this update includes a number of incompatible changes.  See
   http://phpldapadmin.sourceforge.net/wiki/index.php/Roadmap for
   details.

>How-To-Repeat:
	
>Fix:

	

--- phpldapadmin.diff begins here ---
diff -Nur /usr/ports/net/phpldapadmin/Makefile phpldapadmin/Makefile
--- /usr/ports/net/phpldapadmin/Makefile	2009-03-24 06:41:47.000000000 +0000
+++ phpldapadmin/Makefile	2009-07-22 01:24:00.000000000 +0100
@@ -6,11 +6,12 @@
 #
 
 PORTNAME=	phpldapadmin
-PORTVERSION=	1.1.0.7
+PORTVERSION=	1.2.0
 PORTEPOCH=	1
 CATEGORIES=	net www
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}-${PORTVERSION}
+EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	m.seaman@infracaninophile.co.uk
 COMMENT=	A set of PHP-scripts to administer LDAP over the web
diff -Nur /usr/ports/net/phpldapadmin/distinfo phpldapadmin/distinfo
--- /usr/ports/net/phpldapadmin/distinfo	2009-03-24 06:41:48.000000000 +0000
+++ phpldapadmin/distinfo	2009-07-22 01:05:40.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (phpldapadmin-1.1.0.7.tar.gz) = a9129f81b347e98c2b31552d1adc4b51
-SHA256 (phpldapadmin-1.1.0.7.tar.gz) = 26751907813aa5f5f90eec2e887bab868165496104ac790d11d0fb7eb76abb28
-SIZE (phpldapadmin-1.1.0.7.tar.gz) = 1161968
+MD5 (phpldapadmin-1.2.0.tgz) = 2c5427e1359f5fcb89fa47c9f73bc1c6
+SHA256 (phpldapadmin-1.2.0.tgz) = 05eb869aba0ae25d68e933ec8ca24f88d8b4c9e4b7b6f1ce0b7af48c2d4c9523
+SIZE (phpldapadmin-1.2.0.tgz) = 1261752
diff -Nur /usr/ports/net/phpldapadmin/files/pkg-message.in phpldapadmin/files/pkg-message.in
--- /usr/ports/net/phpldapadmin/files/pkg-message.in	2008-09-08 17:31:17.000000000 +0100
+++ phpldapadmin/files/pkg-message.in	2009-07-22 01:14:49.000000000 +0100
@@ -19,14 +19,3 @@
         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:
-
-    %%WWWDIR%%/config.php
-
- to
-
-    %%WWWDIR%%/config/config.php
-
--- phpldapadmin.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Jul 22 08:00:11 UTC 2009 
Responsible-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=136972 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jul 27 22:32:38 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=136972 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/136972: commit references a PR
Date: Mon, 27 Jul 2009 22:32:46 +0000 (UTC)

 miwi        2009-07-27 22:32:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/phpldapadmin     Makefile distinfo 
     net/phpldapadmin/files pkg-message.in 
   Log:
   - Update to 1.2.0
   
   PR:             136972
   Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
   
   Revision  Changes    Path
   1.31      +2 -1      ports/net/phpldapadmin/Makefile
   1.18      +3 -3      ports/net/phpldapadmin/distinfo
   1.6       +0 -11     ports/net/phpldapadmin/files/pkg-message.in
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
