1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to 1.13

PR:		52762
Submitted by:	maintainer
Approved by:	roberto (mentor)
This commit is contained in:
Michael Landin 2003-06-06 23:30:35 +00:00
parent 7216b9226d
commit 919cfa106d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82408
3 changed files with 10 additions and 11 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Proc-Reliable
PORTVERSION= 1.10
PORTVERSION= 1.13
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Proc
@ -18,6 +18,5 @@ COMMENT= Run external processes reliably with many options
PERL_CONFIGURE= yes
MAN3= Proc::Reliable.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (Proc-Reliable-1.10.tar.gz) = 3c1e9b2ba6d7f6986b17975a6a14aa44
MD5 (Proc-Reliable-1.13.tar.gz) = 581c84363309e1d0ed5c8d1269aa7210

View File

@ -1,8 +1,8 @@
lib/perl5/site_perl/%%PERL_VER%%/Proc/Reliable.pm
lib/perl5/site_perl/%%PERL_VER%%/auto/Proc/Reliable/autosplit.ix
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Proc/Reliable/.packlist
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Proc 2>/dev/null || true
@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Proc/Reliable
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Proc 2>/dev/null || true
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Proc/Reliable
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Proc 2>/dev/null || true
%%SITE_PERL%%/auto/Proc/Reliable/autosplit.ix
%%SITE_PERL%%/Proc/Reliable.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/Reliable/.packlist
@unexec rmdir %D/%%SITE_PERL%%/auto/Proc/Reliable 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/auto/Proc 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Proc 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/Reliable 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc 2>/dev/null || true