From nobody@FreeBSD.org  Thu Sep 30 07:18:57 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E5189106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 30 Sep 2010 07:18:56 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id D45C58FC1B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 30 Sep 2010 07:18:56 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o8U7IuaI071022
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 30 Sep 2010 07:18:56 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o8U7Iu5W071021;
	Thu, 30 Sep 2010 07:18:56 GMT
	(envelope-from nobody)
Message-Id: <201009300718.o8U7Iu5W071021@www.freebsd.org>
Date: Thu, 30 Sep 2010 07:18:56 GMT
From: Cezary Morga <cm@therek.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] Update devel/p5-ExtUtils-XSpp to 0.15
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         151101
>Category:       ports
>Synopsis:       [maintainer update] Update devel/p5-ExtUtils-XSpp to 0.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 30 07:20:00 UTC 2010
>Closed-Date:    Sat Oct 09 04:24:01 UTC 2010
>Last-Modified:  Sat Oct  9 04:30:05 UTC 2010
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Sep 30 07:20:06 UTC 2010 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151101 
Responsible-Changed-From-To: perl->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Sat Oct 9 03:39:55 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=151101 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sat Oct 9 04:24:00 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/151101: commit references a PR
Date: Sat,  9 Oct 2010 04:23:54 +0000 (UTC)

 sunpoet     2010-10-09 04:23:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-ExtUtils-XSpp Makefile distinfo pkg-plist 
   Log:
   - Update to 0.15
   
   Changes:        http://search.cpan.org/dist/ExtUtils-XSpp/Changes
   PR:             ports/151101
   Submitted by:   Cezary Morga <cm@therek.net> (maintainer)
   Approved by:    pgollucci (mentor, implicit)
   
   Revision  Changes    Path
   1.6       +8 -4      ports/devel/p5-ExtUtils-XSpp/Makefile
   1.6       +3 -3      ports/devel/p5-ExtUtils-XSpp/distinfo
   1.5       +5 -0      ports/devel/p5-ExtUtils-XSpp/pkg-plist
 _______________________________________________
 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"
 
>Unformatted:
