From leeym@db1.leeym.com  Fri Oct 19 05:05:28 2007
Return-Path: <leeym@db1.leeym.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id EB5D116A528
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 19 Oct 2007 05:05:28 +0000 (UTC)
	(envelope-from leeym@db1.leeym.com)
Received: from db1.leeym.com (6679165131.us.coreisp.nl [66.79.165.131])
	by mx1.freebsd.org (Postfix) with ESMTP id C385813C458
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 19 Oct 2007 05:05:28 +0000 (UTC)
	(envelope-from leeym@db1.leeym.com)
Received: from db1.leeym.com (localhost [127.0.0.1])
	by db1.leeym.com (8.14.1/8.14.1) with ESMTP id l9J5863q026586;
	Thu, 18 Oct 2007 22:08:06 -0700 (PDT)
	(envelope-from leeym@db1.leeym.com)
Received: (from leeym@localhost)
	by db1.leeym.com (8.14.1/8.14.1/Submit) id l9J586o7026584;
	Thu, 18 Oct 2007 22:08:06 -0700 (PDT)
	(envelope-from leeym)
Message-Id: <200710190508.l9J586o7026584@db1.leeym.com>
Date: Thu, 18 Oct 2007 22:08:06 -0700 (PDT)
From: Yen-Ming Lee <leeym@leeym.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: clsung@freebsd.org
Subject: [PATCH] net/p5-URI-Template: update to 0.09
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         117317
>Category:       ports
>Synopsis:       [PATCH] net/p5-URI-Template: update to 0.09
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 19 05:10:06 UTC 2007
>Closed-Date:    Wed Oct 24 01:18:18 UTC 2007
>Last-Modified:  Wed Oct 24 01:20:02 UTC 2007
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD db1.leeym.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:
- Update to 0.09

Port maintainer (clsung@FreeBSD.org) is cc'd.

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

--- p5-URI-Template-0.09.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/p5-URI-Template/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	29 May 2007 07:35:53 -0000	1.1
+++ Makefile	19 Oct 2007 05:05:14 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	URI-Template
-PORTVERSION=	0.07
+PORTVERSION=	0.09
 CATEGORIES=	net perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	URI
@@ -20,6 +20,6 @@
 
 MAN3=		URI::Template.3
 
-PERL_MODBUILD=	yes
+PERL_CONFIGURE=	yes
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net/p5-URI-Template/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	29 May 2007 07:35:53 -0000	1.1
+++ distinfo	19 Oct 2007 05:05:14 -0000
@@ -1,3 +1,3 @@
-MD5 (URI-Template-0.07.tar.gz) = 36528c9b9e16ca62cf59f494794edcf6
-SHA256 (URI-Template-0.07.tar.gz) = ae989f8915c53dc4ab469e1697c910fc0decf5680bf916fc28dd2ef341626347
-SIZE (URI-Template-0.07.tar.gz) = 4196
+MD5 (URI-Template-0.09.tar.gz) = 4b5d0d0c951d5b58bcd601999f00aa1a
+SHA256 (URI-Template-0.09.tar.gz) = ddf0a1e67b82ed7d751fefbe1c2da7b21f0453440c7817946dfd538fcd645c6d
+SIZE (URI-Template-0.09.tar.gz) = 21023
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/net/p5-URI-Template/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	29 May 2007 07:35:53 -0000	1.1
+++ pkg-plist	19 Oct 2007 05:05:14 -0000
@@ -1,2 +1,5 @@
 %%SITE_PERL%%/URI/Template.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Template/.packlist
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Template
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI
 @dirrmtry %%SITE_PERL%%/URI
--- p5-URI-Template-0.09.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Oct 19 05:10:14 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117317 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Wed Oct 24 01:18:17 UTC 2007 
State-Changed-Why:  
Committed. Thank You. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117317: commit references a PR
Date: Wed, 24 Oct 2007 01:18:10 +0000 (UTC)

 clsung      2007-10-24 01:18:06 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/p5-URI-Template  Makefile distinfo pkg-plist 
   Log:
   - Update to 0.09
   
   PR:             ports/117317
   Submitted by:   leeym
   
   Revision  Changes    Path
   1.2       +2 -2      ports/net/p5-URI-Template/Makefile
   1.2       +3 -3      ports/net/p5-URI-Template/distinfo
   1.2       +3 -0      ports/net/p5-URI-Template/pkg-plist
 _______________________________________________
 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:
