From sunpoet@sunpoet.net  Sun May  6 07:41:23 2012
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1A03F106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  6 May 2012 07:41:23 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id D607B8FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  6 May 2012 07:41:22 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 3Vlf5b1V1xz323; Sun,  6 May 2012 15:40:51 +0800 (CST)
Message-Id: <3Vlf5b1V1xz323@sunpoet.net>
Date: Sun,  6 May 2012 15:40:51 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: pauls@utdallas.edu
Subject: [PATCH] www/p5-CIF-Client: update to 0.09
X-Send-Pr-Version: 3.113
X-GNATS-Notify: pauls@utdallas.edu

>Number:         167634
>Category:       ports
>Synopsis:       [PATCH] www/p5-CIF-Client: update to 0.09
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 06 07:50:12 UTC 2012
>Closed-Date:    Tue May 15 02:51:42 UTC 2012
>Last-Modified:  Wed May 16 02:26:07 UTC 2012
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Mon Apr 23 19:27:08 CST 2012
>Description:
- Update to 0.09
- Sort *_DEPENDS

Changes:	http://search.cpan.org/dist/CIF-Client/Changes

Port maintainer (pauls@utdallas.edu) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-CIF-Client-0.09.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/p5-CIF-Client/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	11 Apr 2012 09:23:23 -0000	1.2
+++ Makefile	5 May 2012 18:43:20 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	CIF-Client
-PORTVERSION=	0.07
+PORTVERSION=	0.09
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:SAXJAZMAN/cif
@@ -18,26 +18,30 @@
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-HTML-Table>=2.08:${PORTSDIR}/www/p5-HTML-Table \
-		p5-HTTP-Server-Simple>0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
-		p5-IO-Compress>=2.008:${PORTSDIR}/archivers/p5-IO-Compress \
-		p5-JSON>=2.07:${PORTSDIR}/converters/p5-JSON \
-		p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https \
-		p5-REST-Client>=243:${PORTSDIR}/www/p5-REST-Client \
-		p5-Class-Accessor>=0.31:${PORTSDIR}/devel/p5-Class-Accessor \
+BUILD_DEPENDS=	p5-Class-Accessor>=0.31:${PORTSDIR}/devel/p5-Class-Accessor \
 		p5-Config-Simple>=4.58:${PORTSDIR}/devel/p5-Config-Simple \
 		p5-Digest-SHA1>=2.11:${PORTSDIR}/security/p5-Digest-SHA1 \
+		p5-HTML-Table>=2.08:${PORTSDIR}/www/p5-HTML-Table \
+		p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
+		p5-JSON>=2.07:${PORTSDIR}/converters/p5-JSON \
+		p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \
 		p5-Module-Install>=1.00:${PORTSDIR}/devel/p5-Module-Install \
+		p5-REST-Client>=243:${PORTSDIR}/www/p5-REST-Client \
 		p5-Regexp-Common>=2.108:${PORTSDIR}/textproc/p5-Regexp-Common \
 		p5-Regexp-Common-net-CIDR>=0.02:${PORTSDIR}/textproc/p5-Regexp-Common-net-CIDR \
 		p5-Snort-Rule>=1.07:${PORTSDIR}/security/p5-Snort-Rule \
 		p5-Text-Table>=1.114:${PORTSDIR}/textproc/p5-Text-Table
-
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_PERL5=	yes
 PERL_CONFIGURE=	yes
 
-MAN3=	CIF::Client.3
+MAN3=		CIF::Client.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501000
+BUILD_DEPENDS+=	p5-IO-Compress>=2.008:${PORTSDIR}/archivers/p5-IO-Compress
+RUN_DEPENDS+=	p5-IO-Compress>=2.008:${PORTSDIR}/archivers/p5-IO-Compress
+.endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/www/p5-CIF-Client/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	11 Apr 2012 09:23:23 -0000	1.2
+++ distinfo	5 May 2012 18:43:20 -0000
@@ -1,2 +1,2 @@
-SHA256 (CIF-Client-0.07.tar.gz) = eeb65fe14b8b5730838e4a1996059399401f5878d71ab7a090a40406b6747c8b
-SIZE (CIF-Client-0.07.tar.gz) = 29786
+SHA256 (CIF-Client-0.09.tar.gz) = eb125c2a4ab5603e3dcdc9188e96ac75c402243d61e9849d1beeb87813bc9b46
+SIZE (CIF-Client-0.09.tar.gz) = 30265
--- p5-CIF-Client-0.09.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun May 6 07:50:33 UTC 2012 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167634 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun May 6 07:50:37 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167634 
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Sun May 6 07:52:07 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: pauls@utdallas.edu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/167634: [PATCH] www/p5-CIF-Client: update to 0.09
Date: Sun, 6 May 2012 07:50:35 UT

 Maintainer of www/p5-CIF-Client,
 
 Please note that PR ports/167634 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/167634
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

Date: Mon, 07 May 2012 16:20:55 -0500
From: Paul Schmehl <pauls@utdallas.edu>
To: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>,
 FreeBSD-gnats-submit@freebsd.org
Subject: Re: [PATCH] www/p5-CIF-Client: update to 0.09

 Approved.
 
 Paul Schmehl (pauls@utdallas.edu)
 Senior Information Security Analyst
 The University of Texas at Dallas
 http://www.utdallas.edu/ir/security/

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167634: commit references a PR
Date: Tue, 15 May 2012 02:47:45 +0000 (UTC)

 sunpoet     2012-05-15 02:47:32 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/p5-CIF-Client    Makefile distinfo 
   Log:
   - Update to 0.10
   - Sort *_DEPENDS
   
   Changes:        http://search.cpan.org/dist/CIF-Client/Changes
   PR:             ports/167634
   Submitted by:   sunpoet (myself)
   Approved by:    Paul Schmehl <pauls@utdallas.edu> (maintainer)
   
   Revision  Changes    Path
   1.3       +16 -12    ports/www/p5-CIF-Client/Makefile
   1.3       +2 -2      ports/www/p5-CIF-Client/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"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Tue May 15 02:51:41 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167634 
>Unformatted:
