From mat@aragorn.reaumur.absolight.net  Fri Aug  8 09:54:31 2003
Return-Path: <mat@aragorn.reaumur.absolight.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E09F537B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  8 Aug 2003 09:54:30 -0700 (PDT)
Received: from mx3.absolight.com (mx3.absolight.net [212.43.217.9])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 37FBE43FDF
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  8 Aug 2003 09:54:29 -0700 (PDT)
	(envelope-from mat@aragorn.reaumur.absolight.net)
Received: by mx3.absolight.com (Postfix, from userid 1007)
	id 8E3132A15; Fri,  8 Aug 2003 18:54:28 +0200 (CEST)
Received: from aragorn.reaumur.absolight.net (aragorn.reaumur.absolight.net [212.43.217.58])
	by mx3.absolight.com (Postfix) with ESMTP
	id A4D5629C9; Fri,  8 Aug 2003 18:54:27 +0200 (CEST)
Received: by aragorn.reaumur.absolight.net (Postfix, from userid 1000)
	id AC5AF7D9C; Fri,  8 Aug 2003 18:54:25 +0200 (CEST)
Message-Id: <20030808165425.AC5AF7D9C@aragorn.reaumur.absolight.net>
Date: Fri,  8 Aug 2003 18:54:25 +0200 (CEST)
From: Mathieu Arnold <m@absolight.net>
Reply-To: Mathieu Arnold <m@absolight.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: m@absolight.net, tobez@FreeBSD.org
Subject: update devel/p5-Algorithm-Permute
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         55390
>Category:       ports
>Synopsis:       update devel/p5-Algorithm-Permute
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 08 10:00:32 PDT 2003
>Closed-Date:    Sat Aug 09 06:20:11 PDT 2003
>Last-Modified:  Sat Aug 09 06:20:11 PDT 2003
>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@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
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm/Permute
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true
-@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
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm 2>/dev/null || true
--- p5-Algorithm-Permute-0.06.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: erwin 
State-Changed-When: Sat Aug 9 06:20:00 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=55390 
>Unformatted:
