diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-06-30 07:07:53 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-06-30 07:07:53 +0000 |
commit | 60f7bee1223d017da99cfe1f1c944c3620b0b526 (patch) | |
tree | 18b86e3b3474b2f99097b1b9e3b96a996f379132 /textproc | |
parent | 1474b06c7b079bc8386ce2c13403d7df0a921d1f (diff) | |
download | ports-60f7bee1223d017da99cfe1f1c944c3620b0b526.tar.gz ports-60f7bee1223d017da99cfe1f1c944c3620b0b526.zip |
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Upgrade to 2.08.
maintainer timeout: > one week
Notes
Notes:
svn path=/head/; revision=83884
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Simple/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-Simple/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Simple/pkg-plist | 11 |
3 files changed, 9 insertions, 8 deletions
diff --git a/textproc/p5-XML-Simple/Makefile b/textproc/p5-XML-Simple/Makefile index 943d4af95970..409c14075ac3 100644 --- a/textproc/p5-XML-Simple/Makefile +++ b/textproc/p5-XML-Simple/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Simple -PORTVERSION= 1.08 +PORTVERSION= 2.08 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -20,7 +20,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= YES -MAN3= XML::Simple.3 +MAN3= XML::Simple.3 XML::Simple::FAQ.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/textproc/p5-XML-Simple/distinfo b/textproc/p5-XML-Simple/distinfo index 768ac54949b2..ea1af0206db3 100644 --- a/textproc/p5-XML-Simple/distinfo +++ b/textproc/p5-XML-Simple/distinfo @@ -1 +1 @@ -MD5 (XML-Simple-1.08.tar.gz) = ddad9f53e1bb97863b0ec89e27e529c8 +MD5 (XML-Simple-2.08.tar.gz) = b73d4781e6473ff05317cf9209ea2d1c diff --git a/textproc/p5-XML-Simple/pkg-plist b/textproc/p5-XML-Simple/pkg-plist index 5f164d1e1463..f80a3add797e 100644 --- a/textproc/p5-XML-Simple/pkg-plist +++ b/textproc/p5-XML-Simple/pkg-plist @@ -1,5 +1,6 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Simple/.packlist -lib/perl5/site_perl/%%PERL_VER%%/XML/Simple.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Simple -@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/Simple/.packlist +%%SITE_PERL%%/XML/Simple.pm +%%SITE_PERL%%/XML/Simple/FAQ.pod +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Simple +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true |