From leeym@cn1.leeym.com  Thu Oct 16 19:54:29 2008
Return-Path: <leeym@cn1.leeym.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7DFEB1065687
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 16 Oct 2008 19:54:29 +0000 (UTC)
	(envelope-from leeym@cn1.leeym.com)
Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237])
	by mx1.freebsd.org (Postfix) with ESMTP id 2F99D8FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 16 Oct 2008 19:54:29 +0000 (UTC)
	(envelope-from leeym@cn1.leeym.com)
Received: from cn1.leeym.com (localhost [127.0.0.1])
	by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id m9GJsSLe028138;
	Thu, 16 Oct 2008 12:54:28 -0700 (PDT)
	(envelope-from leeym@cn1.leeym.com)
Received: (from leeym@localhost)
	by cn1.leeym.com (8.14.2/8.14.2/Submit) id m9GJsSTd028137;
	Thu, 16 Oct 2008 12:54:28 -0700 (PDT)
	(envelope-from leeym)
Message-Id: <200810161954.m9GJsSTd028137@cn1.leeym.com>
Date: Thu, 16 Oct 2008 12:54:28 -0700 (PDT)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: snowfly@yuntech.edu.tw
Subject: [PATCH] devel/p5-Class-Adapter: update to 1.05
X-Send-Pr-Version: 3.113
X-GNATS-Notify: snowfly@yuntech.edu.tw

>Number:         128158
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Class-Adapter: update to 1.05
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    leeym
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 16 20:00:07 UTC 2008
>Closed-Date:    Sat Oct 18 14:11:41 UTC 2008
>Last-Modified:  Sat Oct 18 14:20:03 UTC 2008
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
- Update to 1.05

Port maintainer (snowfly@yuntech.edu.tw) is cc'd.

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

--- p5-Class-Adapter-1.05.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Class-Adapter/Makefile,v
retrieving revision 1.4
diff -u -d -b -w -u -r1.4 Makefile
--- Makefile	20 Feb 2008 13:24:37 -0000	1.4
+++ Makefile	16 Oct 2008 19:54:22 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Class-Adapter
-PORTVERSION=	1.04
+PORTVERSION=	1.05
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,17 +14,16 @@
 MAINTAINER=	snowfly@yuntech.edu.tw
 COMMENT=	Perl implementation of the "Adapter" Design Pattern
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
-		${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
-		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
-		${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
-		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-
 PERL_CONFIGURE=	yes
 
 MAN3=		Class::Adapter.3 \
 		Class::Adapter::Builder.3 \
 		Class::Adapter::Clear.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500703
+RUN_DEPENDS+=	p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Class-Adapter/distinfo,v
retrieving revision 1.3
diff -u -d -b -w -u -r1.3 distinfo
--- distinfo	20 Feb 2008 13:24:37 -0000	1.3
+++ distinfo	16 Oct 2008 19:54:22 -0000
@@ -1,3 +1,3 @@
-MD5 (Class-Adapter-1.04.tar.gz) = 5dcebbeae517882637dcb7c44070b26b
-SHA256 (Class-Adapter-1.04.tar.gz) = 8ad86d6e53fc375fb63c6a4fa3fef5aa56b29bfaf5d1336552a953d9af313e87
-SIZE (Class-Adapter-1.04.tar.gz) = 26743
+MD5 (Class-Adapter-1.05.tar.gz) = 39b4b06a30b770ae5a7ee42dccdf143e
+SHA256 (Class-Adapter-1.05.tar.gz) = af688260d29d8e6526053e9fec03375cc8a5964002df3e69c663b60ca9095e13
+SIZE (Class-Adapter-1.05.tar.gz) = 28960
--- p5-Class-Adapter-1.05.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->leeym 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Oct 16 20:00:16 UTC 2008 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128158 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Oct 16 20:00:19 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: snowfly@yuntech.edu.tw
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/128158: [PATCH] devel/p5-Class-Adapter: update to 1.05
Date: Thu, 16 Oct 2008 20:00:18 UT

 Maintainer of devel/p5-Class-Adapter,
 
 Please note that PR ports/128158 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/128158
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: "snowfly" <snowfly@yuntech.edu.tw>
To: "bug-followup" <bug-followup@FreeBSD.org>
Cc:  
Subject: Re: ports/128158: [PATCH] devel/p5-Class-Adapter: update to 1.05
Date: Sat, 18 Oct 2008 17:00:52 +0800 (CST)

 Hi:
 
 I approve this PR, please commit it.
 Thanks.
 
 
 Best Regards,
 snowfly.
State-Changed-From-To: feedback->closed 
State-Changed-By: leeym 
State-Changed-When: Sat Oct 18 14:11:24 UTC 2008 
State-Changed-Why:  
Committed, thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128158: commit references a PR
Date: Sat, 18 Oct 2008 14:11:51 +0000 (UTC)

 leeym       2008-10-18 14:11:37 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Class-Adapter Makefile distinfo 
   Log:
   - update to 1.05
   
   PR:             128158
   Submitted by:   leeym
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.5       +8 -9      ports/devel/p5-Class-Adapter/Makefile
   1.4       +3 -3      ports/devel/p5-Class-Adapter/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:
