Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Feb 2008 01:06:52 GMT
From:      Felippe de Meirelles Motta <lippemail@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/120436: [UPDATE] devel/p5-Heap-Simple-Perl
Message-ID:  <200802090106.m1916qQm045004@www.freebsd.org>
Resent-Message-ID: <200802090110.m191A29B039502@freefall.freebsd.org>

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

>Number:         120436
>Category:       ports
>Synopsis:       [UPDATE] devel/p5-Heap-Simple-Perl
>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:10: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.14;
- Fix pkg-plist;
- CONFIGURE_ARGS(-n) 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-Perl/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	8 Sep 2007 00:57:28 -0000	1.4
+++ Makefile	9 Feb 2008 01:06:13 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Heap-Simple-Perl
-PORTVERSION=	0.11
+PORTVERSION=	0.14
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Heap
@@ -19,6 +19,7 @@
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	5.8.0+
+CONFIGURE_ARGS+=	-n
 
 MAN3=		Heap::Simple::Perl.3
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Heap-Simple-Perl/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	20 Dec 2005 15:28:59 -0000	1.3
+++ distinfo	9 Feb 2008 01:06:13 -0000
@@ -1,3 +1,3 @@
-MD5 (Heap-Simple-Perl-0.11.tar.gz) = 898458aab2a4eb67b4a199d13fc6e1cf
-SHA256 (Heap-Simple-Perl-0.11.tar.gz) = a5d31b3e77430ae4c5219ccb9ab761c1c6e9a65e0bfdaa8bdbfb4444587d4bbb
-SIZE (Heap-Simple-Perl-0.11.tar.gz) = 27985
+MD5 (Heap-Simple-Perl-0.14.tar.gz) = a2723ab28b7fcb35131037525a5b2f93
+SHA256 (Heap-Simple-Perl-0.14.tar.gz) = 4cb11f0d17a7e480d86f259a10479991a942ca7ca56cda9f967d1886f08a1ff6
+SIZE (Heap-Simple-Perl-0.14.tar.gz) = 32176
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Heap-Simple-Perl/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	22 Jan 2006 01:47:46 -0000	1.3
+++ pkg-plist	9 Feb 2008 01:06:13 -0000
@@ -7,6 +7,7 @@
 %%SITE_PERL%%/Heap/Simple/Number.pm
 %%SITE_PERL%%/Heap/Simple/NumberReverse.pm
 %%SITE_PERL%%/Heap/Simple/Object.pm
+%%SITE_PERL%%/Heap/Simple/Perl/Package.pm
 %%SITE_PERL%%/Heap/Simple/Perl.pm
 %%SITE_PERL%%/Heap/Simple/Scalar.pm
 %%SITE_PERL%%/Heap/Simple/String.pm
@@ -40,5 +41,6 @@
 @dirrm %%SITE_PERL%%/auto/Heap/Simple/Perl
 @dirrmtry %%SITE_PERL%%/auto/Heap/Simple
 @dirrmtry %%SITE_PERL%%/auto/Heap
+@dirrmtry %%SITE_PERL%%/Heap/Simple/Perl
 @dirrmtry %%SITE_PERL%%/Heap/Simple
 @dirrmtry %%SITE_PERL%%/Heap
Index: files/patch-Makefile
===================================================================
RCS file: files/patch-Makefile
diff -N files/patch-Makefile
--- files/patch-Makefile	20 Dec 2005 15:28:59 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- Makefile.PL	Wed Jul 27 15:21:08 2005
-+++ Makefile.PL	Fri Nov 25 19:10:07 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?200802090106.m1916qQm045004>