Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2020 20:08:40 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558514 - head/shells/p5-Bash-Completion
Message-ID:  <202012192008.0BJK8eU5099879@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012192008.0BJK8eU5099879>