aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-XSLT
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2004-02-17 20:29:02 +0800
committermat <mat@FreeBSD.org>2004-02-17 20:29:02 +0800
commitea7ea13006abc9c0590d2440a50bbc5e51fd5f13 (patch)
tree049f232d923f1d10096e77df57a113421f33234b /textproc/p5-XML-XSLT
parented2a9ab3884cc7245e1f8de538ce3b51f2b22099 (diff)
downloadfreebsd-ports-gnome-ea7ea13006abc9c0590d2440a50bbc5e51fd5f13.tar.gz
freebsd-ports-gnome-ea7ea13006abc9c0590d2440a50bbc5e51fd5f13.tar.zst
freebsd-ports-gnome-ea7ea13006abc9c0590d2440a50bbc5e51fd5f13.zip
Update to 0.47
Cleanup old things
Diffstat (limited to 'textproc/p5-XML-XSLT')
-rw-r--r--textproc/p5-XML-XSLT/Makefile9
-rw-r--r--textproc/p5-XML-XSLT/distinfo4
-rw-r--r--textproc/p5-XML-XSLT/pkg-plist1
3 files changed, 5 insertions, 9 deletions
diff --git a/textproc/p5-XML-XSLT/Makefile b/textproc/p5-XML-XSLT/Makefile
index 50abc26fbfd1..8f900ac896d1 100644
--- a/textproc/p5-XML-XSLT/Makefile
+++ b/textproc/p5-XML-XSLT/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= XML-XSLT
-PORTVERSION= 0.45
+PORTVERSION= 0.47
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
@@ -16,16 +16,11 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= XML::XSLT - A perl module for processing XSLT
BUILD_DEPENDS= ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM
-RUN_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \
- ${BUILD_DEPENDS}
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= xslt-parser.1
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= XML::XSLT.3
-test:
- @cd ${WRKSRC}; ${MAKE} test
-
.include <bsd.port.mk>
diff --git a/textproc/p5-XML-XSLT/distinfo b/textproc/p5-XML-XSLT/distinfo
index 1816b347f768..b55701d0b0f1 100644
--- a/textproc/p5-XML-XSLT/distinfo
+++ b/textproc/p5-XML-XSLT/distinfo
@@ -1,2 +1,2 @@
-MD5 (XML-XSLT-0.45.tar.gz) = c49c245e8b86c8a30e444879564a042d
-SIZE (XML-XSLT-0.45.tar.gz) = 259640
+MD5 (XML-XSLT-0.47.tar.gz) = 8a1342efb72e1e013a3300ebd5fd8d18
+SIZE (XML-XSLT-0.47.tar.gz) = 259072
diff --git a/textproc/p5-XML-XSLT/pkg-plist b/textproc/p5-XML-XSLT/pkg-plist
index 777d754fdbe0..00e2539e44d9 100644
--- a/textproc/p5-XML-XSLT/pkg-plist
+++ b/textproc/p5-XML-XSLT/pkg-plist
@@ -2,4 +2,5 @@ bin/xslt-parser
%%SITE_PERL%%/XML/XSLT.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/XSLT/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/XSLT
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true