diff options
author | tobez <tobez@FreeBSD.org> | 2001-07-19 05:36:33 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-07-19 05:36:33 +0800 |
commit | d7a7e3f7cb6c25ab7382011dcbf10e5c6bb90b84 (patch) | |
tree | f7bc7a1b91cef571c7cbe26042f4ecb6203c0212 /news | |
parent | 5ef5ce6233d24d2ae110bb1fdca433fcb8033a75 (diff) | |
download | freebsd-ports-gnome-d7a7e3f7cb6c25ab7382011dcbf10e5c6bb90b84.tar.gz freebsd-ports-gnome-d7a7e3f7cb6c25ab7382011dcbf10e5c6bb90b84.tar.zst freebsd-ports-gnome-d7a7e3f7cb6c25ab7382011dcbf10e5c6bb90b84.zip |
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
Diffstat (limited to 'news')
-rw-r--r-- | news/p5-News-Newsrc/Makefile | 5 |
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> |