1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Update to version 2.0

Delete directories quieter

PR:		28611
Submitted by:	maintainer
This commit is contained in:
David W. Chapman Jr. 2001-07-07 04:28:32 +00:00
parent 43ecbf8b97
commit d4f16750af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44860
3 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= CGI-Application
PORTVERSION= 1.31
PORTVERSION= 2.0
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CGI

View File

@ -1 +1 @@
MD5 (CGI-Application-1.31.tar.gz) = 5397cd17e426fd87297cb54c5b1c4ba5
MD5 (CGI-Application-2.0.tar.gz) = d923dbb1fe117dc9a9bf3afcadbd4b2c

View File

@ -1,3 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/CGI/Application.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/Application/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/Application
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/CGI 2>/dev/null || true