Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2018 00:07:30 +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: r479863 - head/graphics/p5-Color-Library
Message-ID:  <201809160007.w8G07U7a029791@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Sep 16 00:07:30 2018
New Revision: 479863
URL: https://svnweb.freebsd.org/changeset/ports/479863

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

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

Modified: head/graphics/p5-Color-Library/Makefile
==============================================================================
--- head/graphics/p5-Color-Library/Makefile	Sun Sep 16 00:07:25 2018	(r479862)
+++ head/graphics/p5-Color-Library/Makefile	Sun Sep 16 00:07:30 2018	(r479863)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Color-Library
 PORTVERSION=	0.021
+PORTREVISION=	1
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,13 +14,15 @@ COMMENT=	Easy-to-use and comprehensive named-color lib
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Class-Accessor>=0:devel/p5-Class-Accessor \
-		p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Class-Accessor>=0:devel/p5-Class-Accessor \
+		p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \
+		p5-Module-Pluggable>=0:devel/p5-Module-Pluggable
 TEST_DEPENDS=	p5-Test-Most>=0:devel/p5-Test-Most
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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