From 52c4a55a746076124089bf5446b3381b3b39f7ba Mon Sep 17 00:00:00 2001 From: Anton Berezin Date: Wed, 18 Jul 2001 21:36:33 +0000 Subject: Patch the module to remove unnecessary `use 5.6.0' statement, so that the port can be used in -stable. Upon the maintainer request, drop his maintainership of this port. Approved by: MAINTAINER PR: 29055 --- news/p5-News-Newsrc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'news/p5-News-Newsrc/Makefile') diff --git a/news/p5-News-Newsrc/Makefile b/news/p5-News-Newsrc/Makefile index a71f250d7ae6..cde39c82f695 100644 --- a/news/p5-News-Newsrc/Makefile +++ b/news/p5-News-Newsrc/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= News PKGNAMEPREFIX= p5- -MAINTAINER= croyle@gelemna.org +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Set/IntSpan.pm:${PORTSDIR}/math/p5-Set-IntSpan RUN_DEPENDS= ${BUILD_DEPENDS} @@ -22,4 +22,7 @@ PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= News::Newsrc.3 +pre-patch: + @${PERL} -pi -e '$$_ = "" if /^use 5.6/' ${WRKSRC}/Newsrc.pm + .include -- cgit v1.2.3