1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Update to 0.53

This commit is contained in:
Foxfair Hu 2003-06-25 03:13:12 +00:00
parent 72eeed4ca0
commit cecb3243c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83563
3 changed files with 10 additions and 9 deletions

View File

@ -6,12 +6,13 @@
#
PORTNAME= XML-SimpleObject
PORTVERSION= 0.41
PORTVERSION= 0.53
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}${PORTVERSION}
WRKSRC?= ${WRKDIR}/${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= API for accessing the structure of an XML document

View File

@ -1 +1 @@
MD5 (XML-SimpleObject0.41.tar.gz) = 81a4c7b8d102e8bcb1e06049783cb5c4
MD5 (XML-SimpleObject-0.53.tar.gz) = 7826c2f27c36b90bfe731e0001da1021

View File

@ -1,6 +1,6 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SimpleObject/.packlist
lib/perl5/site_perl/%%PERL_VER%%/XML/SimpleObject.pm
lib/perl5/site_perl/%%PERL_VER%%/XML/ex.pl
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SimpleObject
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SimpleObject/.packlist
%%SITE_PERL%%/XML/SimpleObject.pm
%%SITE_PERL%%/XML/ex.pl
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SimpleObject
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true