diff options
author | Lars Thegler <lth@FreeBSD.org> | 2005-07-31 11:06:54 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2005-07-31 11:06:54 +0000 |
commit | 57562ca3fea4c79ba69f9d0a7d2d797401f57d13 (patch) | |
tree | bc8ef467a951d79c3199ef31d269a1808f143317 /textproc/p5-XML-Feed | |
parent | a6e5f6b1da5a49ec08f0bedd1b3c7edeb662ae19 (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-Feed')
-rw-r--r-- | textproc/p5-XML-Feed/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-XML-Feed/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-XML-Feed/pkg-plist | 1 |
3 files changed, 10 insertions, 5 deletions
diff --git a/textproc/p5-XML-Feed/Makefile b/textproc/p5-XML-Feed/Makefile index 28a63103fbfc..1203f080adf6 100644 --- a/textproc/p5-XML-Feed/Makefile +++ b/textproc/p5-XML-Feed/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Feed -PORTVERSION= 0.02 +PORTVERSION= 0.05 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -23,7 +23,10 @@ BUILD_DEPENDS= ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \ ${SITE_PERL}/DateTime/Format/Mail.pm:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ ${SITE_PERL}/DateTime/Format/W3CDTF.pm:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF \ ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils + ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + ${SITE_PERL}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler \ + ${SITE_PERL}/Feed/Find.pm:${PORTSDIR}/www/p5-Feed-Find \ + ${SITE_PERL}/URI/Fetch.pm:${PORTSDIR}/www/p5-URI-Fetch RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes @@ -32,6 +35,9 @@ MAN3= XML::Feed.3 \ XML::Feed::Content.3 \ XML::Feed::Entry.3 +post-patch: + ${PERL} -pi -e '$$_ = "" if m|auto_install|' ${WRKSRC}/Makefile.PL + .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500601 diff --git a/textproc/p5-XML-Feed/distinfo b/textproc/p5-XML-Feed/distinfo index 53bf14aab2ea..8e7f784c23c3 100644 --- a/textproc/p5-XML-Feed/distinfo +++ b/textproc/p5-XML-Feed/distinfo @@ -1,2 +1,2 @@ -MD5 (XML-Feed-0.02.tar.gz) = e58abd187a4a99abd34fa6a9d82e25bf -SIZE (XML-Feed-0.02.tar.gz) = 21443 +MD5 (XML-Feed-0.05.tar.gz) = 108e0522278c4c157d3d888e5878b3d4 +SIZE (XML-Feed-0.05.tar.gz) = 21163 diff --git a/textproc/p5-XML-Feed/pkg-plist b/textproc/p5-XML-Feed/pkg-plist index 7d3cfe2ebab9..70df8ff11dc7 100644 --- a/textproc/p5-XML-Feed/pkg-plist +++ b/textproc/p5-XML-Feed/pkg-plist @@ -2,7 +2,6 @@ %%SITE_PERL%%/XML/Feed/Atom.pm %%SITE_PERL%%/XML/Feed/Content.pm %%SITE_PERL%%/XML/Feed/Entry.pm -%%SITE_PERL%%/XML/Feed/ErrorHandler.pm %%SITE_PERL%%/XML/Feed/RSS.pm @dirrm %%SITE_PERL%%/XML/Feed @unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true |