summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-07-18 21:36:33 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-07-18 21:36:33 +0000
commit52c4a55a746076124089bf5446b3381b3b39f7ba (patch)
tree130f04f58f6018957b16bd326a3c5f4e83322ace /news
parentupgrade to 4.3.19 (diff)
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
Notes
Notes: svn path=/head/; revision=45230
Diffstat (limited to 'news')
-rw-r--r--news/p5-News-Newsrc/Makefile5
1 files changed, 4 insertions, 1 deletions
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 <bsd.port.mk>