From root@tbbs2.cs.nctu.edu.tw  Sun Dec 30 08:06:12 2012
Return-Path: <root@tbbs2.cs.nctu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 901329FA
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Dec 2012 08:06:12 +0000 (UTC)
	(envelope-from root@tbbs2.cs.nctu.edu.tw)
Received: from tbbs2.cs.nctu.edu.tw (tbbs2.cs.nctu.edu.tw [140.113.17.227])
	by mx1.freebsd.org (Postfix) with ESMTP id 5923E8FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Dec 2012 08:06:12 +0000 (UTC)
Received: by tbbs2.cs.nctu.edu.tw (Postfix, from userid 0)
	id 802AECF001; Sun, 30 Dec 2012 16:06:11 +0800 (CST)
Message-Id: <20121230080611.802AECF001@tbbs2.cs.nctu.edu.tw>
Date: Sun, 30 Dec 2012 16:06:11 +0800 (CST)
From: Po-Chien Lin <linpc@cs.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] devel/p5-ExtUtils-XSpp: update to 0.16.03, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         174821
>Category:       ports
>Synopsis:       [PATCH] devel/p5-ExtUtils-XSpp: update to 0.16.03, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    perl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 30 08:10:00 UTC 2012
>Closed-Date:    Fri Jan 04 09:37:27 UTC 2013
>Last-Modified:  Fri Jan  4 09:40:00 UTC 2013
>Originator:     Po-Chien Lin
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD tbbs2.cs.nctu.edu.tw 10.0-CURRENT FreeBSD 10.0-CURRENT #7 r244683: Wed Dec 26 09:38:31 CST
>Description:
- Update to 0.16.03
- Take maintainership

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

--- p5-ExtUtils-XSpp-0.16.03.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-ExtUtils-XSpp/Makefile ./Makefile
--- /usr/ports/devel/p5-ExtUtils-XSpp/Makefile	2012-11-17 13:56:15.000000000 +0800
+++ ./Makefile	2012-12-30 15:53:08.000000000 +0800
@@ -2,16 +2,16 @@
 # $FreeBSD: ports/devel/p5-ExtUtils-XSpp/Makefile,v 1.9 2012/11/17 05:56:15 svnexp Exp $
 
 PORTNAME=	ExtUtils-XSpp
-PORTVERSION=	0.15
+PORTVERSION=	0.16.03
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	linpc@cs.nctu.edu.tw
 COMMENT=	XS for C++ in Perl
 
-BUILD_DEPENDS=	p5-ExtUtils-ParseXS>=2.22.02:${PORTSDIR}/devel/p5-ExtUtils-ParseXS \
-		p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \
+BUILD_DEPENDS=	p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \
 		p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences
 
 PERL_MODBUILD=	yes
@@ -40,4 +40,10 @@
 		ExtUtils::XSpp::Plugin.3 \
 		ExtUtils::XSpp::Typemap.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501301
+BUILD_DEPENDS+=	p5-ExtUtils-ParseXS>=2.22.02:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
+.endif
+
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/devel/p5-ExtUtils-XSpp/distinfo ./distinfo
--- /usr/ports/devel/p5-ExtUtils-XSpp/distinfo	2011-07-03 22:57:12.000000000 +0800
+++ ./distinfo	2012-12-30 15:38:28.000000000 +0800
@@ -1,2 +1,2 @@
-SHA256 (ExtUtils-XSpp-0.15.tar.gz) = a44fefa7c8b967ec0f293b838ba7bcc2d63c0713adb5122a0a66ed2da73dc8b1
-SIZE (ExtUtils-XSpp-0.15.tar.gz) = 172543
+SHA256 (ExtUtils-XSpp-0.1603.tar.gz) = 45f35ee240a4bfd76c2eed4bfcc623a0d23d32b8100f69e27fe5c7eca8712cab
+SIZE (ExtUtils-XSpp-0.1603.tar.gz) = 173271
--- p5-ExtUtils-XSpp-0.16.03.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Dec 30 08:10:09 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=174821 
State-Changed-From-To: open->closed 
State-Changed-By: jadawin 
State-Changed-When: Fri Jan 4 09:37:26 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/174821: commit references a PR
Date: Fri,  4 Jan 2013 09:37:04 +0000 (UTC)

 Author: jadawin
 Date: Fri Jan  4 09:36:56 2013
 New Revision: 309923
 URL: http://svnweb.freebsd.org/changeset/ports/309923
 
 Log:
   - Update to 0.16.03
   - Submitter is now maintainer
   
   PR:		ports/174821
   Submitted by:	Po-Chien Lin <linpc@cs.nctu.edu.tw>
 
 Modified:
   head/devel/p5-ExtUtils-XSpp/Makefile
   head/devel/p5-ExtUtils-XSpp/distinfo   (contents, props changed)
 
 Modified: head/devel/p5-ExtUtils-XSpp/Makefile
 ==============================================================================
 --- head/devel/p5-ExtUtils-XSpp/Makefile	Fri Jan  4 09:08:34 2013	(r309922)
 +++ head/devel/p5-ExtUtils-XSpp/Makefile	Fri Jan  4 09:36:56 2013	(r309923)
 @@ -2,16 +2,16 @@
  # $FreeBSD$
  
  PORTNAME=	ExtUtils-XSpp
 -PORTVERSION=	0.15
 +PORTVERSION=	0.16.03
  CATEGORIES=	devel perl5
  MASTER_SITES=	CPAN
  PKGNAMEPREFIX=	p5-
 +DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
  
 -MAINTAINER=	ports@FreeBSD.org
 +MAINTAINER=	linpc@cs.nctu.edu.tw
  COMMENT=	XS for C++ in Perl
  
 -BUILD_DEPENDS=	p5-ExtUtils-ParseXS>=2.22.02:${PORTSDIR}/devel/p5-ExtUtils-ParseXS \
 -		p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \
 +BUILD_DEPENDS=	p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \
  		p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences
  
  PERL_MODBUILD=	yes
 @@ -40,4 +40,10 @@ MAN3=		ExtUtils::XSpp.3 \
  		ExtUtils::XSpp::Plugin.3 \
  		ExtUtils::XSpp::Typemap.3
  
 -.include <bsd.port.mk>
 +.include <bsd.port.pre.mk>
 +
 +.if ${PERL_LEVEL} < 501301
 +BUILD_DEPENDS+=	p5-ExtUtils-ParseXS>=2.22.02:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
 +.endif
 +
 +.include <bsd.port.post.mk>
 
 Modified: head/devel/p5-ExtUtils-XSpp/distinfo
 ==============================================================================
 --- head/devel/p5-ExtUtils-XSpp/distinfo	Fri Jan  4 09:08:34 2013	(r309922)
 +++ head/devel/p5-ExtUtils-XSpp/distinfo	Fri Jan  4 09:36:56 2013	(r309923)
 @@ -1,2 +1,2 @@
 -SHA256 (ExtUtils-XSpp-0.15.tar.gz) = a44fefa7c8b967ec0f293b838ba7bcc2d63c0713adb5122a0a66ed2da73dc8b1
 -SIZE (ExtUtils-XSpp-0.15.tar.gz) = 172543
 +SHA256 (ExtUtils-XSpp-0.1603.tar.gz) = 45f35ee240a4bfd76c2eed4bfcc623a0d23d32b8100f69e27fe5c7eca8712cab
 +SIZE (ExtUtils-XSpp-0.1603.tar.gz) = 173271
 \ No newline at end of file
 _______________________________________________
 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:
