From gslin@colo-p.gslin.org  Sun Jul 15 14:09:07 2012
Return-Path: <gslin@colo-p.gslin.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 54E4D1065675
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 15 Jul 2012 14:09:07 +0000 (UTC)
	(envelope-from gslin@colo-p.gslin.org)
Received: from colo-p.gslin.org (gslin-1-pt.tunnel.tserv3.fmt2.ipv6.he.net [IPv6:2001:470:1f04:18a1::2])
	by mx1.freebsd.org (Postfix) with ESMTP id 2472B8FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 15 Jul 2012 14:09:07 +0000 (UTC)
Received: by colo-p.gslin.org (Postfix, from userid 1000)
	id A2EA47E81B; Sun, 15 Jul 2012 22:09:06 +0800 (CST)
Message-Id: <20120715140906.A2EA47E81B@colo-p.gslin.org>
Date: Sun, 15 Jul 2012 22:09:06 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [MAINTAINER] graphics/p5-Image-PBMlib: update to 2.00
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         169885
>Category:       ports
>Synopsis:       [MAINTAINER] graphics/p5-Image-PBMlib: update to 2.00
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 15 14:10:09 UTC 2012
>Closed-Date:    Sun Aug 05 08:23:32 UTC 2012
>Last-Modified:  Sun Aug  5 08:30:08 UTC 2012
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 9.0-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD colo-p.gslin.org 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 01:47:53 UTC 2012
>Description:
- Update to 2.00

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

--- p5-Image-PBMlib-2.00.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/p5-Image-PBMlib/Makefile ./Makefile
--- /usr/ports/graphics/p5-Image-PBMlib/Makefile	2006-12-07 18:22:00.000000000 +0800
+++ ./Makefile	2012-07-15 22:08:47.000000000 +0800
@@ -6,15 +6,18 @@
 #
 
 PORTNAME=	Image-PBMlib
-PORTVERSION=	1.05
+PORTVERSION=	2.00
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	Image
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	gslin@gslin.org
+MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Helper functions for PBM/PGM/PPM image file formats
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 PERL_CONFIGURE=	yes
 
 MAN3=		Image::PBMlib.3
diff -ruN --exclude=CVS /usr/ports/graphics/p5-Image-PBMlib/distinfo ./distinfo
--- /usr/ports/graphics/p5-Image-PBMlib/distinfo	2011-07-03 22:11:49.000000000 +0800
+++ ./distinfo	2012-07-15 22:08:37.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (Image-PBMlib-1.05.tar.gz) = f0466ab1f0a2a2872eb9fe57d164c804fbca94cac7aad294e15fbe16615772f2
-SIZE (Image-PBMlib-1.05.tar.gz) = 6541
+SHA256 (Image-PBMlib-2.00.tar.gz) = aae38a5ec717b3edbe425af055fc02108323108ac36f885842eb656b1c728e59
+SIZE (Image-PBMlib-2.00.tar.gz) = 23035
--- p5-Image-PBMlib-2.00.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Jul 15 14:10:34 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169885 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Aug 5 08:23:31 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169885: commit references a PR
Date: Sun,  5 Aug 2012 08:23:35 +0000 (UTC)

 Author: miwi
 Date: Sun Aug  5 08:23:25 2012
 New Revision: 302094
 URL: http://svn.freebsd.org/changeset/ports/302094
 
 Log:
   - Update to 2.00
   
   PR:		169885
   Submitted by:	Maintainer
 
 Modified:
   head/graphics/p5-Image-PBMlib/Makefile   (contents, props changed)
   head/graphics/p5-Image-PBMlib/distinfo   (contents, props changed)
 
 Modified: head/graphics/p5-Image-PBMlib/Makefile
 ==============================================================================
 --- head/graphics/p5-Image-PBMlib/Makefile	Sun Aug  5 08:22:52 2012	(r302093)
 +++ head/graphics/p5-Image-PBMlib/Makefile	Sun Aug  5 08:23:25 2012	(r302094)
 @@ -6,15 +6,18 @@
  #
  
  PORTNAME=	Image-PBMlib
 -PORTVERSION=	1.05
 +PORTVERSION=	2.00
  CATEGORIES=	graphics perl5
  MASTER_SITES=	CPAN
  MASTER_SITE_SUBDIR=	Image
  PKGNAMEPREFIX=	p5-
  
 -MAINTAINER=	gslin@gslin.org
 +MAINTAINER=	perl@FreeBSD.org
  COMMENT=	Helper functions for PBM/PGM/PPM image file formats
  
 +LICENSE=	ART10 GPLv1
 +LICENSE_COMB=	dual
 +
  PERL_CONFIGURE=	yes
  
  MAN3=		Image::PBMlib.3
 
 Modified: head/graphics/p5-Image-PBMlib/distinfo
 ==============================================================================
 --- head/graphics/p5-Image-PBMlib/distinfo	Sun Aug  5 08:22:52 2012	(r302093)
 +++ head/graphics/p5-Image-PBMlib/distinfo	Sun Aug  5 08:23:25 2012	(r302094)
 @@ -1,2 +1,2 @@
 -SHA256 (Image-PBMlib-1.05.tar.gz) = f0466ab1f0a2a2872eb9fe57d164c804fbca94cac7aad294e15fbe16615772f2
 -SIZE (Image-PBMlib-1.05.tar.gz) = 6541
 +SHA256 (Image-PBMlib-2.00.tar.gz) = aae38a5ec717b3edbe425af055fc02108323108ac36f885842eb656b1c728e59
 +SIZE (Image-PBMlib-2.00.tar.gz) = 23035
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
