diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-06-30 15:07:53 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-06-30 15:07:53 +0800 |
commit | 7290dc7b17011942d1f908176e2497655e24f288 (patch) | |
tree | 0270e3e9c8a2a2b0c3d4d0b1aedf3070c119f9c4 /textproc/p5-XML-Simple | |
parent | f415cdcbbdc10c57ff2069bfe990dab2557c35d3 (diff) | |
download | freebsd-ports-gnome-7290dc7b17011942d1f908176e2497655e24f288.tar.gz freebsd-ports-gnome-7290dc7b17011942d1f908176e2497655e24f288.tar.zst freebsd-ports-gnome-7290dc7b17011942d1f908176e2497655e24f288.zip |
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Upgrade to 2.08.
maintainer timeout: > one week
Diffstat (limited to 'textproc/p5-XML-Simple')
-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 |