Update to 1.06.

Submitted by:	Mathieu Arnold <m@absolight.net>
PR:		ports/51881
This commit is contained in:
Jun Kuriyama 2003-07-05 15:22:57 +00:00
parent 544662c1a5
commit 54c33d3379
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84239
3 changed files with 7 additions and 13 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Getopt-ArgvFile
PORTVERSION= 1.05
PORTVERSION= 1.06
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Getopt
@ -19,9 +19,5 @@ COMMENT= Perl module for processing argument vectors
PERL_CONFIGURE= yes
MAN3= Getopt::ArgvFile.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
pre-configure:
${PERL} -pi -e 'm.INSTALLDIRS.&&s,.,,sg' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (Getopt-ArgvFile-1.05.tgz) = 2a1596236f9a9bb9e669b2ae87c6f32a
MD5 (Getopt-ArgvFile-1.06.tgz) = 58843b8eb63b3e9e5f2272f78fd76cd7

View File

@ -1,7 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Getopt/ArgvFile/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Getopt/ArgvFile.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Getopt/ArgvFile
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Getopt/ArgvFile
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Getopt 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Getopt 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Getopt 2>/dev/null || true
%%SITE_PERL%%/Getopt/ArgvFile.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/ArgvFile/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/ArgvFile
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Getopt 2>/dev/null || true