ports/63291: [MAINTAINER] devel/p5-Config-Auto: update to 0.06
Lars Thegler
lars at thegler.dk
Mon Feb 23 23:00:38 UTC 2004
>Number: 63291
>Category: ports
>Synopsis: [MAINTAINER] devel/p5-Config-Auto: update to 0.06
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Feb 23 15:00:37 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: Lars Thegler
>Release: FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Nov 5 11:25:36 CET
>Description:
- Update to 0.06
- Fix problem with duplicate post-patch target
Committer, please note the removed file:
files/patch-Auto.pm
Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:
--- p5-Config-Auto-0.06.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Config-Auto/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile 21 Feb 2004 12:30:47 -0000 1.4
+++ Makefile 23 Feb 2004 22:55:11 -0000
@@ -5,7 +5,7 @@
# $FreeBSD: ports/devel/p5-Config-Auto/Makefile,v 1.4 2004/02/21 12:30:47 erwin Exp $
PORTNAME= Config-Auto
-PORTVERSION= 0.05
+PORTVERSION= 0.06
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Config
@@ -30,9 +30,6 @@
MAN3= Config::Auto.3
-post-patch:
- @${RM} ${WRKSRC}/lib/Config/Auto.pm.orig
-
.if ${PERL_LEVEL} < 500600
BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
@@ -41,7 +38,6 @@
-e '$$_ = "" if (/5.006/);' \
-e '$$_ = "" if (/use warnings/);' \
${WRKSRC}/lib/Config/Auto.pm
- @${RM} ${WRKSRC}/lib/Config/Auto.pm.orig
.endif
.if ${PERL_LEVEL} <= 500503
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Config-Auto/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo 21 Feb 2004 12:30:47 -0000 1.3
+++ distinfo 23 Feb 2004 22:55:11 -0000
@@ -1,2 +1,2 @@
-MD5 (Config-Auto-0.05.tar.gz) = 89d5e2ef26172c70b1eba914ca2f0372
-SIZE (Config-Auto-0.05.tar.gz) = 6266
+MD5 (Config-Auto-0.06.tar.gz) = 56a8329ac9095a86c6b754571a4317ea
+SIZE (Config-Auto-0.06.tar.gz) = 6314
Index: files/patch-Auto.pm
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Config-Auto/files/patch-Auto.pm,v
retrieving revision 1.1
diff -u -r1.1 patch-Auto.pm
--- files/patch-Auto.pm 21 Feb 2004 12:30:47 -0000 1.1
+++ files/patch-Auto.pm 23 Feb 2004 22:55:11 -0000
@@ -1,13 +0,0 @@
---- lib/Config/Auto.pm.orig Sat Feb 21 12:39:16 2004
-+++ lib/Config/Auto.pm Sat Feb 21 12:40:02 2004
-@@ -120,8 +120,8 @@
-
- # Some general sanity checks
- if (exists $score{perl}) {
-- $score{perl} /= 2 unless ("@$data_r" =~ tr/;//) > 3 or $#$data_r < 3;
-- delete $score{perl} unless ("@$data_r" =~ tr/;//);
-+ $score{perl} /= 2 unless ("@$data_r" =~ /;/) > 3 or $#$data_r < 3;
-+ delete $score{perl} unless ("@$data_r" =~ /;/);
- delete $score{perl} unless ("@$data_r" =~ /([\$\@\%]\w+)/);
- }
-
--- p5-Config-Auto-0.06.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list