From tabthorpe@goodking.ca  Tue Jan 24 05:38:20 2012
Return-Path: <tabthorpe@goodking.ca>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6D9981065672
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Jan 2012 05:38:20 +0000 (UTC)
	(envelope-from tabthorpe@goodking.ca)
Received: from rex.goodking.ca (unknown [IPv6:2001:470:1c:66::2])
	by mx1.freebsd.org (Postfix) with ESMTP id 035F68FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Jan 2012 05:38:19 +0000 (UTC)
Received: from goodking.goodking.ca (cl-572.chi-02.us.sixxs.net [IPv6:2001:4978:f:23b::2])
	by rex.goodking.ca (8.14.4/8.14.4) with ESMTP id q0O5cINO043289
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL);
	Tue, 24 Jan 2012 00:38:18 -0500 (EST)
	(envelope-from tabthorpe@goodking.ca)
Received: from goodking.goodking.ca (localhost [127.0.0.1])
	by goodking.goodking.ca (8.14.5/8.14.5) with ESMTP id q0O5cG5j008949
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Tue, 24 Jan 2012 00:38:17 -0500 (EST)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: (from tabthorpe@localhost)
	by goodking.goodking.ca (8.14.5/8.14.5/Submit) id q0O5cGgc008944;
	Tue, 24 Jan 2012 00:38:16 -0500 (EST)
	(envelope-from tabthorpe)
Message-Id: <201201240538.q0O5cGgc008944@goodking.goodking.ca>
Date: Tue, 24 Jan 2012 00:38:16 -0500 (EST)
From: Thomas Abthorpe <tabthorpe@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: walt@relnor.com
Subject: [PATCH] www/phpsysinfo: Add dom to USE_PHP
X-Send-Pr-Version: 3.113
X-GNATS-Notify: walt@relnor.com

>Number:         164430
>Category:       ports
>Synopsis:       [PATCH] www/phpsysinfo: Add dom to USE_PHP
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tabthorpe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 24 05:40:09 UTC 2012
>Closed-Date:    Tue Feb 07 18:15:38 UTC 2012
>Last-Modified:  Tue Feb  7 18:20:10 UTC 2012
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 9.0-STABLE i386
>Organization:
GoodKing.Org
>Environment:
System: FreeBSD goodking.goodking.ca 9.0-STABLE FreeBSD 9.0-STABLE #7 r229614: Thu Jan  5 18:49:41
>Description:
- Add dom to USE_PHP
- Fix trailing slash for alias to work properly
- Pet portlint
- Bump PORTREVISION

Port maintainer (walt@relnor.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- phpsysinfo-3.0.10_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/phpsysinfo/Makefile,v
retrieving revision 1.35
diff -u -u -r1.35 Makefile
--- Makefile	6 Apr 2011 11:52:36 -0000	1.35
+++ Makefile	24 Jan 2012 05:34:19 -0000
@@ -7,18 +7,19 @@
 
 PORTNAME=	phpsysinfo
 PORTVERSION=	3.0.10
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
 
 MAINTAINER=	walt@relnor.com
 COMMENT=	A PHP script for displaying system information
 
-LATEST_LINK=	phpsysinfo-dev
+LICENSE=	GPLv2
 
-USE_PHP=	pcre xml simplexml mbstring
+USE_PHP=	dom pcre xml simplexml mbstring
 WANT_PHP_WEB=	yes
 
-LICENSE=	GPLv2
+LATEST_LINK=	phpsysinfo-dev
 
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
Index: files/pkg-message.in
===================================================================
RCS file: /home/pcvs/ports/www/phpsysinfo/files/pkg-message.in,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-message.in
--- files/pkg-message.in	31 Jan 2010 14:38:10 -0000	1.1
+++ files/pkg-message.in	24 Jan 2012 05:34:19 -0000
@@ -2,7 +2,7 @@
 You will also need to configure Apache.  Consider adding the following
 to your httpd.conf:
 
-     Alias /phpSysInfo "%%WWWDIR%%"
+     Alias /phpSysInfo "%%WWWDIR%%/"
 
     <Directory "%%WWWDIR%%">
         AllowOverride all
--- phpsysinfo-3.0.10_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jan 24 05:40:20 UTC 2012 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164430 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Jan 24 05:40:23 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: walt@relnor.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/164430: [PATCH] www/phpsysinfo: Add dom to USE_PHP
Date: Tue, 24 Jan 2012 05:40:22 UT

 Maintainer of www/phpsysinfo,
 
 Please note that PR ports/164430 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/164430
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: tabthorpe 
State-Changed-When: Tue Feb 7 18:15:36 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/164430: commit references a PR
Date: Tue,  7 Feb 2012 18:15:17 +0000 (UTC)

 tabthorpe    2012-02-07 18:14:59 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/phpsysinfo       Makefile 
     www/phpsysinfo/files pkg-message.in 
   Log:
   - Add dom to USE_PHP
   - Fix trailing slash for alias to work properly
   - Pet portlint
   - Bump PORTREVISION
   
   PR:             ports/164430
   Submitted by:   tabthorpe@
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.36      +4 -3      ports/www/phpsysinfo/Makefile
   1.2       +1 -1      ports/www/phpsysinfo/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:
