svn commit: r397059 - head/devel/p5-Term-EditLine
Emanuel Haupt
ehaupt at FreeBSD.org
Wed Sep 16 11:44:34 UTC 2015
Author: ehaupt
Date: Wed Sep 16 11:44:33 2015
New Revision: 397059
URL: https://svnweb.freebsd.org/changeset/ports/397059
Log:
- Set PORTSCOUT to 'ignore' with a comment
- Add an additional master site to make sure the original version will be
available in the future
Modified:
head/devel/p5-Term-EditLine/Makefile
Modified: head/devel/p5-Term-EditLine/Makefile
==============================================================================
--- head/devel/p5-Term-EditLine/Makefile Wed Sep 16 11:42:32 2015 (r397058)
+++ head/devel/p5-Term-EditLine/Makefile Wed Sep 16 11:44:33 2015 (r397059)
@@ -5,7 +5,8 @@ PORTNAME= Term-EditLine
PORTVERSION= 0.05
PORTREVISION= 2
CATEGORIES= devel perl5
-MASTER_SITES= CPAN
+MASTER_SITES= CPAN \
+ LOCAL/ehaupt
PKGNAMEPREFIX= p5-
MAINTAINER= ehaupt at FreeBSD.org
@@ -14,7 +15,9 @@ COMMENT= Perl interface to the NetBSD ed
USES= libedit perl5
USE_PERL5= configure
-PORTSCOUT= skipv:0.06,0.07 # no functional change
+# new upstream author added myriads of his own perl modules as dependencies
+# in new releases. those dependencies come with no additional value.
+PORTSCOUT= ignore
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Term/EditLine/EditLine.so
More information about the svn-ports-all
mailing list