From sunpoet@sunpoet.net  Wed May 11 15:38:53 2011
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 18915106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 May 2011 15:38:53 +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 D3EC08FC19
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 11 May 2011 15:38:52 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 4020F5EC5; Wed, 11 May 2011 23:38:41 +0800 (CST)
Message-Id: <20110511153841.4020F5EC5@sunpoet.net>
Date: Wed, 11 May 2011 23:38:41 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mm@FreeBSD.org
Subject: [PATCH] archivers/p5-IO-Compress: update to 2.035
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         156962
>Category:       ports
>Synopsis:       [PATCH] archivers/p5-IO-Compress: update to 2.035
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 11 15:40:05 UTC 2011
>Closed-Date:    Sat May 14 12:21:07 UTC 2011
>Last-Modified:  Sat May 14 12:21:07 UTC 2011
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Mar 30 10:30:31 CST 2011
>Description:
- Update to 2.035
- Use new CPAN :id subdir macro
- Pet portlint

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

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

--- p5-IO-Compress-2.035.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/p5-IO-Compress/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	23 Mar 2011 15:53:15 -0000	1.5
+++ Makefile	11 May 2011 15:38:21 -0000
@@ -6,18 +6,18 @@
 #
 
 PORTNAME=	IO-Compress
-PORTVERSION=	2.033
+PORTVERSION=	2.035
 CATEGORIES=	archivers perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	../by-authors/id/P/PM/PMQS
+MASTER_SITE_SUBDIR=	CPAN:PMQS
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	mm@FreeBSD.org
 COMMENT=	Perl5 compression modules (bzip2, deflate, gzip, zlib, zip)
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \
 		${SITE_PERL}/${PERL_ARCH}/Compress/Raw/Bzip2.pm:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2
-RUN_DEPENDS=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 CONFLICTS=	p5-Compress-Zlib-2* p5-IO-Compress-Base-2* p5-IO-Compress-Zlib-2* p5-IO-Compress-Bzip2-2*
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/archivers/p5-IO-Compress/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	13 Feb 2011 10:07:11 -0000	1.2
+++ distinfo	11 May 2011 15:38:21 -0000
@@ -1,2 +1,2 @@
-SHA256 (IO-Compress-2.033.tar.gz) = 145902a1685ffbfc4c90f3e16e331fae5fb72f9962531c145cbd343ded08c778
-SIZE (IO-Compress-2.033.tar.gz) = 213308
+SHA256 (IO-Compress-2.035.tar.gz) = b7684cf22b9762f5f5a4fbea775a15bc8e90be5afc5fc8751613f696a24c0fae
+SIZE (IO-Compress-2.035.tar.gz) = 215110
--- p5-IO-Compress-2.035.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mm 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed May 11 15:40:25 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/156962: commit references a PR
Date: Sat, 14 May 2011 12:19:18 +0000 (UTC)

 mm          2011-05-14 12:19:11 UTC
 
   FreeBSD ports repository
 
   Modified files:
     archivers/p5-IO-Compress Makefile distinfo 
   Log:
   Update to 2.035
   
   PR:             ports/156962
   Submitted by:   sunpoet@FreeBSD.org
   
   Revision  Changes    Path
   1.6       +4 -4      ports/archivers/p5-IO-Compress/Makefile
   1.3       +2 -2      ports/archivers/p5-IO-Compress/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: open->closed 
State-Changed-By: mm 
State-Changed-When: Sat May 14 12:21:06 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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