ports/55390: update devel/p5-Algorithm-Permute

Mathieu Arnold m at absolight.net
Fri Aug 8 17:00:36 UTC 2003


>Number:         55390
>Category:       ports
>Synopsis:       update devel/p5-Algorithm-Permute
>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:   Fri Aug 08 10:00:32 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Fri Jul 18 12:38:14 CEST 2003 root at aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386

>Description:
Update devel/p5-Algorithm-Permute to 0.06

* Fix a memory leak in permute()
* Fix bug #2596 : Perl context stack manip done in safer way in permute()
* array passed to permute() not marked as R/O. see test #23 for reason
* test.pl extended with eval and mem leak tests
* Added -DPERL_EXT to legalise use of perl-5.9.0's cxinc
* Uses PAD_SET_CUR macro when defined, this fixes problem with invalid pad in
  5.9.0

>How-To-Repeat:
>Fix:

--- p5-Algorithm-Permute-0.06.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Algorithm-Permute/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	7 Mar 2003 06:00:48 -0000	1.5
+++ Makefile	8 Aug 2003 16:52:45 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Algorithm-Permute
-PORTVERSION=	0.04
+PORTVERSION=	0.06
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Algorithm
@@ -17,7 +17,6 @@
 
 PERL_CONFIGURE=	yes
 
-MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 MAN3=		Algorithm::Permute.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Algorithm-Permute/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	1 Jun 2002 12:03:25 -0000	1.3
+++ distinfo	8 Aug 2003 16:52:45 -0000
@@ -1 +1 @@
-MD5 (Algorithm-Permute-0.04.tar.gz) = a1956a98d549526cd3a318ecb74bf39d
+MD5 (Algorithm-Permute-0.06.tar.gz) = bb5d5df5d920d84cd1904c239eb8d6e1
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Algorithm-Permute/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	12 Jan 2001 02:03:57 -0000	1.2
+++ pkg-plist	8 Aug 2003 16:52:45 -0000
@@ -1,8 +1,8 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Algorithm/Permute.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute/Permute.bs
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute/Permute.so
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute/autosplit.ix
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Algorithm 2>/dev/null || true
+%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/Permute.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute/Permute.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute/Permute.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute/autosplit.ix
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm 2>/dev/null || true
--- p5-Algorithm-Permute-0.06.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list