Skip site navigation (1)Skip section navigation (2)
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
Subject:   ports/174821: [PATCH] devel/p5-ExtUtils-XSpp: update to 0.16.03, take maintainership
Message-ID:  <20121230080611.802AECF001@tbbs2.cs.nctu.edu.tw>
Resent-Message-ID: <201212300810.qBU8A0Nw079825@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 30 08:10:00 UTC 2012
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121230080611.802AECF001>