1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- update to 1.19

- add missing dirrm

PR:		ports/47043
Submitted by:	Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
Edwin Groothuis 2003-01-16 03:02:25 +00:00
parent 5f7a760735
commit 11fa5dd069
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73212
3 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= HTML-CalendarMonthSimple
PORTVERSION= 1.18
PORTVERSION= 1.19
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML

View File

@ -1 +1 @@
MD5 (HTML-CalendarMonthSimple-1.18.tar.gz) = f7311e1706a1614c6a47ac467b9bb38e
MD5 (HTML-CalendarMonthSimple-1.19.tar.gz) = 330e47593e21651dc56261a5ec9b9bb6

View File

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