From nobody@FreeBSD.org  Mon Dec  8 07:59:17 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 671951065670
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  8 Dec 2008 07:59:17 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 55ACF8FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  8 Dec 2008 07:59:17 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mB87xH3a068215
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 8 Dec 2008 07:59:17 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id mB87xHad068214;
	Mon, 8 Dec 2008 07:59:17 GMT
	(envelope-from nobody)
Message-Id: <200812080759.mB87xHad068214@www.freebsd.org>
Date: Mon, 8 Dec 2008 07:59:17 GMT
From: Zhen REN <bg1tpt@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] update devel/pear-HTML_Template_PHPLIB to 1.4.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         129495
>Category:       ports
>Synopsis:       [UPDATE] update devel/pear-HTML_Template_PHPLIB to 1.4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 08 08:00:11 UTC 2008
>Closed-Date:    Sun Dec 14 10:30:46 UTC 2008
>Last-Modified:  Sun Dec 14 10:40:02 UTC 2008
>Originator:     Zhen REN
>Release:        7.0-STABLE
>Organization:
>Environment:
FreeBSD razor 7.0-STABLE FreeBSD 7.0-STABLE #0: Tue May 22 10:54:26 CST 2008 root@razor:/usr/obj/usr/src/sys/GENERIC i386
>Description:
update devel/pear-HTML_Template_PHPLIB to 1.4.0
>How-To-Repeat:
N/A
>Fix:
N/A

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/pear-HTML_Template_PHPLIB/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	25 Feb 2008 08:41:51 -0000	1.6
+++ Makefile	8 Dec 2008 07:55:12 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	HTML_Template_PHPLIB
-PORTVERSION=	1.3.3
+PORTVERSION=	1.4.0
 CATEGORIES=	devel www pear
 
 MAINTAINER=	bg1tpt@gmail.com
@@ -15,14 +15,26 @@
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-FILES=		HTML/Template/PHPLIB.php
+SCRIPTFILES=	html_template_phplibtool
+FILES=		HTML/Template/PHPLIB.php HTML/Template/PHPLIB/Generator.php \
+		HTML/Template/PHPLIB/Helper.php \
+		HTML/Template/PHPLIB/Tool.php \
+		HTML/Template/PHPLIB/Validator.php
 DOCS=		README
-EXAMPLES=	authors.php authors.tpl block.ihtml block.php ittest.php tpl1.ihtml tpl1.php
+EXAMPLES=	authors.php authors.tpl block.ihtml block.php broken.tpl ittest.php tpl1.ihtml tpl1.php
 _DOCSDIR=	examples
 TESTS=		AllTests.php HTML_Template_PHPLIBTest.php \
+		HTML_Template_PHPLIB_GeneratorTest.php \
+		HTML_Template_PHPLIB_HelperTest.php \
+		HTML_Template_PHPLIB_ValidatorTest.php \
 		templates/block.tpl templates/block2.tpl templates/block3.tpl \
 		templates/simple.tpl templates/simple2.tpl
 
+post-patch:
+.for _FILE in ${SCRIPTFILES}
+	${MV} ${WRKSRC}/bin/${_FILE} ${WRKSRC}/pear-${_FILE}
+.endfor
+
 do-install-tests-msg: .USE
 	@${ECHO_MSG} "     (These tests require PEAR::Benchmark - see"
 	@${ECHO_MSG} "     <http://pear.php.net/package-info.php?package=Benchmark>;;;)."
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/pear-HTML_Template_PHPLIB/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	25 Feb 2008 08:41:51 -0000	1.5
+++ distinfo	8 Dec 2008 06:47:06 -0000
@@ -1,3 +1,3 @@
-MD5 (PEAR/HTML_Template_PHPLIB-1.3.3.tgz) = 9e415db896569c5542c7d15b5926551d
-SHA256 (PEAR/HTML_Template_PHPLIB-1.3.3.tgz) = 51a23f4cd78835729c006a14e7ed1c66a9166001ab011c1125f464c8c6499322
-SIZE (PEAR/HTML_Template_PHPLIB-1.3.3.tgz) = 9157
+MD5 (PEAR/HTML_Template_PHPLIB-1.4.0.tgz) = ffaec612100e05e989d859cea7a00bb2
+SHA256 (PEAR/HTML_Template_PHPLIB-1.4.0.tgz) = 739b6c0225f5ca44a3c21c77928d5793d18ad921a6f48edee5670dee3ded3067
+SIZE (PEAR/HTML_Template_PHPLIB-1.4.0.tgz) = 18051


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Dec 8 08:00:27 UTC 2008 
Responsible-Changed-Why:  
miwi@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=129495 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Dec 14 10:30:45 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/129495: commit references a PR
Date: Sun, 14 Dec 2008 10:30:45 +0000 (UTC)

 miwi        2008-12-14 10:30:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/pear-HTML_Template_PHPLIB Makefile distinfo 
   Log:
   - Update to 1.4.0
   
   PR:             129495
   Submitted by:   Zhen REN <bg1tpt@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.7       +15 -3     ports/devel/pear-HTML_Template_PHPLIB/Makefile
   1.6       +3 -3      ports/devel/pear-HTML_Template_PHPLIB/distinfo
 _______________________________________________
 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:
