svn commit: r558514 - head/shells/p5-Bash-Completion
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Dec 19 20:08:48 UTC 2020
Author: sunpoet
Date: Sat Dec 19 20:08:39 2020
New Revision: 558514
URL: https://svnweb.freebsd.org/changeset/ports/558514
Log:
Remove Perl core module
- Bump PORTREVISION for dependency change
Modified:
head/shells/p5-Bash-Completion/Makefile
Modified: head/shells/p5-Bash-Completion/Makefile
==============================================================================
--- head/shells/p5-Bash-Completion/Makefile Sat Dec 19 20:08:35 2020 (r558513)
+++ head/shells/p5-Bash-Completion/Makefile Sat Dec 19 20:08:39 2020 (r558514)
@@ -3,7 +3,7 @@
PORTNAME= Bash-Completion
PORTVERSION= 0.008
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= shells perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MELO
@@ -16,8 +16,7 @@ LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
- p5-Module-Load>=0.22:devel/p5-Module-Load
+RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep
USES= perl5
More information about the svn-ports-head
mailing list