Date: Tue, 10 Oct 2017 11:16:02 +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: r451662 - head/graphics/p5-Convert-Color Message-ID: <201710101116.v9ABG2VF036066@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710101116.v9ABG2VF036066>