Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Aug 2006 11:22:02 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, aaron@FreeBSD.org
Subject:   ports/101983: [PATCH] archivers/p5-Archive-Extract: update to 0.12
Message-ID:  <20060814032202.789B31FA@netnews.NCTU.edu.tw>
Resent-Message-ID: <200608140330.k7E3UESe011206@freefall.freebsd.org>

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

>Number:         101983
>Category:       ports
>Synopsis:       [PATCH] archivers/p5-Archive-Extract: update to 0.12
>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:   Mon Aug 14 03:30:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Update to 0.12
- Perl 5.6.0 has File::Spec 0.8, but Makefile.PL requires 0.82

Port maintainer (aaron@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Archive-Extract-0.12.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/archivers/p5-Archive-Extract/Makefile /home/staff/gslin/work/p5-Archive-Extract/Makefile
--- /usr/ports/archivers/p5-Archive-Extract/Makefile	Thu Jun  1 01:53:03 2006
+++ /home/staff/gslin/work/p5-Archive-Extract/Makefile	Mon Aug 14 11:20:31 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Archive-Extract
-PORTVERSION=	0.08
+PORTVERSION=	0.12
 CATEGORIES=	archivers perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Archive
@@ -15,17 +15,20 @@
 MAINTAINER=	aaron@FreeBSD.org
 COMMENT=	A generic archive extracting mechanism
 
-BUILD_DEPENDS=	${SITE_PERL}/IPC/Cmd.pm:${PORTSDIR}/devel/p5-IPC-Cmd
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${SITE_PERL}/IPC/Cmd.pm:${PORTSDIR}/devel/p5-IPC-Cmd \
+		${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
+		${SITE_PERL}/Module/Load/Conditional.pm:${PORTSDIR}/devel/p5-Module-Load-Conditional \
+		${SITE_PERL}/Params/Check.pm:${PORTSDIR}/devel/p5-Params-Check
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
-MAN3=	Archive::Extract.3
+MAN3=		Archive::Extract.3
 
 PERL_CONFIGURE=	yes
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500600
-IGNORE=	requires at least Perl 5.6.  Please install lang/perl5.8 and try again
+.if ${PERL_LEVEL} < 500601
+IGNORE=		requires at least Perl 5.6.1.  Please install lang/perl5.8 and try again
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/archivers/p5-Archive-Extract/distinfo /home/staff/gslin/work/p5-Archive-Extract/distinfo
--- /usr/ports/archivers/p5-Archive-Extract/distinfo	Thu Jun  1 01:53:03 2006
+++ /home/staff/gslin/work/p5-Archive-Extract/distinfo	Mon Aug 14 11:16:06 2006
@@ -1,3 +1,3 @@
-MD5 (Archive-Extract-0.08.tar.gz) = 1e5d21e4dcd52e168eb2d660e44a48a6
-SHA256 (Archive-Extract-0.08.tar.gz) = d8ecd479b37b52384f1521b7fbc6fdca5749638ef9c0903600e0d0748b41c9a1
-SIZE (Archive-Extract-0.08.tar.gz) = 11559
+MD5 (Archive-Extract-0.12.tar.gz) = 131e67f4356220e3cc279feb1ffd183a
+SHA256 (Archive-Extract-0.12.tar.gz) = 0256324cae5fee328c8f36dd0d70341713d16a7f3c2c3eb7a722fb79a1cae5be
+SIZE (Archive-Extract-0.12.tar.gz) = 13354
--- p5-Archive-Extract-0.12.patch ends here ---

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



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