Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Feb 2008 01:12:11 GMT
From:      Felippe de Meirelles Motta <lippemail@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/120437: [UPDATE] devel/p5-Heap-Simple-XS
Message-ID:  <200802090112.m191CBxb045540@www.freebsd.org>
Resent-Message-ID: <200802090120.m191K22u041666@freefall.freebsd.org>

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

>Number:         120437
>Category:       ports
>Synopsis:       [UPDATE] devel/p5-Heap-Simple-XS
>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:   Sat Feb 09 01:20:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC
>Description:
- Updated to 0.10;
- Fix pkg-plist;
- Remove unnecessary patch and added CONFIGURE_ARGS to avoid questions about test in this port.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Heap-Simple-XS/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	8 Sep 2007 00:57:29 -0000	1.4
+++ Makefile	9 Feb 2008 01:12:45 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Heap-Simple-XS
-PORTVERSION=	0.09
+PORTVERSION=	0.10
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Heap
@@ -19,6 +19,7 @@
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
+CONFIGURE_ARGS+=-n
 
 MAN3=		Heap::Simple::XS.3
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Heap-Simple-XS/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	7 Dec 2005 07:50:33 -0000	1.3
+++ distinfo	9 Feb 2008 01:12:45 -0000
@@ -1,3 +1,3 @@
-MD5 (Heap-Simple-XS-0.09.tar.gz) = 64a943e0d44ae6cbf8d28eb1d1bd29d9
-SHA256 (Heap-Simple-XS-0.09.tar.gz) = 00ff45fd311c06e65de97cb642f2397d10b9696fdd96348025ef4b2d375880b2
-SIZE (Heap-Simple-XS-0.09.tar.gz) = 63471
+MD5 (Heap-Simple-XS-0.10.tar.gz) = 0611ac7984f6ddc3aaa60c75d2257803
+SHA256 (Heap-Simple-XS-0.10.tar.gz) = cb1cbe55e292c08b60efd2143c8f45f078b306602d85acf5e90ed8aebef08181
+SIZE (Heap-Simple-XS-0.10.tar.gz) = 77076
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Heap-Simple-XS/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	22 Jan 2006 01:47:46 -0000	1.2
+++ pkg-plist	9 Feb 2008 01:12:45 -0000
@@ -1,9 +1,11 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/Heap/Simple/XS.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Heap/Simple/XS/Package.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/XS/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/XS/XS.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/XS/XS.so
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/XS
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Heap/Simple/XS
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Heap/Simple
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Heap
Index: files/patch-Makefile
===================================================================
RCS file: files/patch-Makefile
diff -N files/patch-Makefile
--- files/patch-Makefile	7 Dec 2005 07:50:33 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- Makefile.PL	Wed Jul 27 14:50:45 2005
-+++ Makefile.PL	Fri Nov 25 18:59:24 2005
-@@ -7,7 +7,7 @@
- 
- # Allows to suppress all questions with -n
- use Getopt::Std;
--our $opt_n;
-+our $opt_n = 1;
- getopts("n") || die "Usage: $0 [-n]\n";
- 
- my $benchmark = 0;


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



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