1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Update: archivers/p5-Archive-Tar 0.22 -> 0.23

PR:		ports/47612
Submitted by:	Philip M. Gollucci <philip@p6m7g8.com>
Reviewed by:	Roman Shterenzon <roman@xpert.com>
This commit is contained in:
Edwin Groothuis 2003-02-05 10:04:35 +00:00
parent 2788b970ec
commit 804d9359cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74819
3 changed files with 7 additions and 3 deletions

View File

@ -6,11 +6,12 @@
#
PORTNAME= Archive-Tar
PORTVERSION= 0.22
PORTVERSION= 0.23
CATEGORIES= archivers perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Archive
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= roman@xpert.com
@ -18,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/
PERL_CONFIGURE= YES
MAN3= Archive::Tar.3
MAN3= Archive::Tar.3 Archive::Tar::Win32.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (Archive-Tar-0.22.tar.gz) = d77f1de1241c4eb7879916a853910285
MD5 (Archive-Tar-0.23.tgz) = e8b73ec9e7925ab84461fc9ecb23bd9b

View File

@ -1,6 +1,9 @@
bin/ptar
lib/perl5/site_perl/%%PERL_VER%%/Archive/Tar/Std.pm
lib/perl5/site_perl/%%PERL_VER%%/Archive/Tar/Win32.pm
lib/perl5/site_perl/%%PERL_VER%%/Archive/Tar.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Archive/Tar/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Archive/Tar
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Archive/Tar
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Archive 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Archive 2>/dev/null || true