Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Sep 2010 07:18:56 GMT
From:      Cezary Morga <cm@therek.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/151101: [maintainer update] Update devel/p5-ExtUtils-XSpp to 0.15
Message-ID:  <201009300718.o8U7Iu5W071021@www.freebsd.org>
Resent-Message-ID: <201009300720.o8U7K0LK072638@freefall.freebsd.org>

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

>Number:         151101
>Category:       ports
>Synopsis:       [maintainer update] Update devel/p5-ExtUtils-XSpp to 0.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 30 07:20:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Cezary Morga
>Release:        
>Organization:
>Environment:
>Description:
Update devel/p5-ExtUtils-XSpp to 0.15.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN devel/p5-ExtUtils-XSpp.orig/Makefile devel/p5-ExtUtils-XSpp/Makefile
--- devel/p5-ExtUtils-XSpp.orig/Makefile	2010-08-22 21:17:08.000000000 +0200
+++ devel/p5-ExtUtils-XSpp/Makefile	2010-09-30 09:16:08.681207000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ExtUtils-XSpp
-PORTVERSION=	0.11
+PORTVERSION=	0.15
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,9 +14,9 @@
 MAINTAINER=	cm@therek.net
 COMMENT=	XS for C++ in Perl
 
-BUILD_DEPENDS=	${SITE_PERL}/ExtUtils/ParseXS.pm:${PORTSDIR}/devel/p5-ExtUtils-ParseXS \
-		${SITE_PERL}/Test/Base.pm:${PORTSDIR}/devel/p5-Test-Base \
-		${SITE_PERL}/Test/Differences.pm:${PORTSDIR}/devel/p5-Test-Differences
+BUILD_DEPENDS=	p5-ExtUtils-ParseXS>=2.22.02:${PORTSDIR}/devel/p5-ExtUtils-ParseXS \
+		p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base \
+		p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences
 
 PERL_MODBUILD=	5.6.1+
 
@@ -31,13 +31,17 @@
 		ExtUtils::XSpp::Node::Comment.3 \
 		ExtUtils::XSpp::Node::Constructor.3 \
 		ExtUtils::XSpp::Node::Destructor.3 \
+		ExtUtils::XSpp::Node::Enum.3 \
+		ExtUtils::XSpp::Node::EnumValue.3 \
 		ExtUtils::XSpp::Node::File.3 \
 		ExtUtils::XSpp::Node::Function.3 \
 		ExtUtils::XSpp::Node::Method.3 \
 		ExtUtils::XSpp::Node::Module.3 \
 		ExtUtils::XSpp::Node::Package.3 \
+		ExtUtils::XSpp::Node::PercAny.3 \
 		ExtUtils::XSpp::Node::Raw.3 \
 		ExtUtils::XSpp::Parser.3 \
+		ExtUtils::XSpp::Plugin.3 \
 		ExtUtils::XSpp::Typemap.3
 
 .include <bsd.port.mk>
diff -ruN devel/p5-ExtUtils-XSpp.orig/distinfo devel/p5-ExtUtils-XSpp/distinfo
--- devel/p5-ExtUtils-XSpp.orig/distinfo	2010-08-22 21:17:08.000000000 +0200
+++ devel/p5-ExtUtils-XSpp/distinfo	2010-09-30 08:52:59.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (ExtUtils-XSpp-0.11.tar.gz) = aed841f1a71979694d8125bd7d7a8386
-SHA256 (ExtUtils-XSpp-0.11.tar.gz) = 58580e090f214db581b2f2c11997945db1b2098a0d74f2c0d713e4a002d1d07f
-SIZE (ExtUtils-XSpp-0.11.tar.gz) = 107506
+MD5 (ExtUtils-XSpp-0.15.tar.gz) = 72a9335b700fdcd11afc378a22f439c1
+SHA256 (ExtUtils-XSpp-0.15.tar.gz) = a44fefa7c8b967ec0f293b838ba7bcc2d63c0713adb5122a0a66ed2da73dc8b1
+SIZE (ExtUtils-XSpp-0.15.tar.gz) = 172543
diff -ruN devel/p5-ExtUtils-XSpp.orig/pkg-plist devel/p5-ExtUtils-XSpp/pkg-plist
--- devel/p5-ExtUtils-XSpp.orig/pkg-plist	2010-04-17 21:48:02.000000000 +0200
+++ devel/p5-ExtUtils-XSpp/pkg-plist	2010-09-30 09:10:17.256457000 +0200
@@ -19,14 +19,19 @@
 %%SITE_PERL%%/ExtUtils/XSpp/Node/Comment.pm
 %%SITE_PERL%%/ExtUtils/XSpp/Node/Constructor.pm
 %%SITE_PERL%%/ExtUtils/XSpp/Node/Destructor.pm
+%%SITE_PERL%%/ExtUtils/XSpp/Node/Enum.pm
+%%SITE_PERL%%/ExtUtils/XSpp/Node/EnumValue.pm
 %%SITE_PERL%%/ExtUtils/XSpp/Node/File.pm
 %%SITE_PERL%%/ExtUtils/XSpp/Node/Function.pm
 %%SITE_PERL%%/ExtUtils/XSpp/Node/Method.pm
 %%SITE_PERL%%/ExtUtils/XSpp/Node/Module.pm
 %%SITE_PERL%%/ExtUtils/XSpp/Node/Package.pm
+%%SITE_PERL%%/ExtUtils/XSpp/Node/PercAny.pm
+%%SITE_PERL%%/ExtUtils/XSpp/Node/Preprocessor.pm
 %%SITE_PERL%%/ExtUtils/XSpp/Node/Raw.pm
 %%SITE_PERL%%/ExtUtils/XSpp/Node/Type.pm
 %%SITE_PERL%%/ExtUtils/XSpp/Parser.pm
+%%SITE_PERL%%/ExtUtils/XSpp/Plugin.pod
 %%SITE_PERL%%/ExtUtils/XSpp/Typemap.pm
 %%SITE_PERL%%/ExtUtils/XSpp/Typemap/parsed.pm
 %%SITE_PERL%%/ExtUtils/XSpp/Typemap/reference.pm


>Release-Note:
>Audit-Trail:
>Unformatted:



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