svn commit: r451662 - head/graphics/p5-Convert-Color

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Oct 10 11:16:03 UTC 2017


Author: sunpoet
Date: Tue Oct 10 11:16:02 2017
New Revision: 451662
URL: https://svnweb.freebsd.org/changeset/ports/451662

Log:
  Add removed Perl core module to *_DEPENDS
  
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/graphics/p5-Convert-Color/Makefile

Modified: head/graphics/p5-Convert-Color/Makefile
==============================================================================
--- head/graphics/p5-Convert-Color/Makefile	Tue Oct 10 11:12:06 2017	(r451661)
+++ head/graphics/p5-Convert-Color/Makefile	Tue Oct 10 11:16:02 2017	(r451662)
@@ -2,7 +2,7 @@
 
 PORTNAME=	Convert-Color
 PORTVERSION=	0.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,7 +14,8 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
 RUN_DEPENDS=	\
-	p5-List-UtilsBy>0:devel/p5-List-UtilsBy
+	p5-List-UtilsBy>0:devel/p5-List-UtilsBy \
+	p5-Module-Pluggable>=0:devel/p5-Module-Pluggable
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 USES=		perl5


More information about the svn-ports-all mailing list