diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-01-21 09:27:22 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-01-21 09:27:22 +0000 |
commit | a85e359060a0bf47899e32b6057448fee81127ba (patch) | |
tree | 8f5f5ef1424745f9dd2d79425ff778055ed410e6 /textproc/p5-libxml | |
parent | 7ea82063d2c6b79d357787a4037c20f3ff547e5c (diff) | |
download | ports-a85e359060a0bf47899e32b6057448fee81127ba.tar.gz ports-a85e359060a0bf47899e32b6057448fee81127ba.zip |
Update to 0.08, re-assign maintainer from ports to perl.
Notes
Notes:
svn path=/head/; revision=126994
Diffstat (limited to 'textproc/p5-libxml')
-rw-r--r-- | textproc/p5-libxml/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-libxml/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-libxml/pkg-plist | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/textproc/p5-libxml/Makefile b/textproc/p5-libxml/Makefile index d3051d397413..acb9430452b5 100644 --- a/textproc/p5-libxml/Makefile +++ b/textproc/p5-libxml/Makefile @@ -6,14 +6,14 @@ # PORTNAME= libxml -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML PKGNAMEPREFIX= p5- DISTNAME= libxml-perl-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Collection of Perl5 modules for working with XML BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser diff --git a/textproc/p5-libxml/distinfo b/textproc/p5-libxml/distinfo index 32dec3ddef22..4786785cd181 100644 --- a/textproc/p5-libxml/distinfo +++ b/textproc/p5-libxml/distinfo @@ -1,2 +1,2 @@ -MD5 (libxml-perl-0.07.tar.gz) = a79c6da708e5906fec84ea611fa4b41e -SIZE (libxml-perl-0.07.tar.gz) = 53197 +MD5 (libxml-perl-0.08.tar.gz) = 0ed5fbdda53d1301ddaed88db10503bb +SIZE (libxml-perl-0.08.tar.gz) = 64335 diff --git a/textproc/p5-libxml/pkg-plist b/textproc/p5-libxml/pkg-plist index 17f8a53f5406..d0b2d65d3708 100644 --- a/textproc/p5-libxml/pkg-plist +++ b/textproc/p5-libxml/pkg-plist @@ -15,10 +15,10 @@ %%SITE_PERL%%/XML/PatAct/ToObjects.pm %%SITE_PERL%%/XML/Perl2SAX.pm %%SITE_PERL%%/XML/SAX2Perl.pm -@dirrm %%SITE_PERL%%/Data/Grove -@dirrm %%SITE_PERL%%/XML/Handler -@dirrm %%SITE_PERL%%/XML/Parser -@dirrm %%SITE_PERL%%/XML/PatAct @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/libxml-perl +@unexec rmdir %D/%%SITE_PERL%%/Data/Grove 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/XML/Handler 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/XML/Parser 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/XML/PatAct 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Data 2>/dev/null || true |