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

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

Log:
  Update to 0.100003
  
  - Add LICENSE
  - Sort *_DEPENDS
  - Remove Perl core module
  - Add NO_ARCH
  
  Changes:	https://metacpan.org/changes/distribution/Color-Palette

Modified:
  head/graphics/p5-Color-Palette/Makefile
  head/graphics/p5-Color-Palette/distinfo

Modified: head/graphics/p5-Color-Palette/Makefile
==============================================================================
--- head/graphics/p5-Color-Palette/Makefile	Sun Sep 16 00:07:30 2018	(r479863)
+++ head/graphics/p5-Color-Palette/Makefile	Sun Sep 16 00:07:35 2018	(r479864)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Color-Palette
-PORTVERSION=	0.100002
-PORTREVISION=	1
+PORTVERSION=	0.100003
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,14 +10,19 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Handle sets of named colors in Perl
 
-BUILD_DEPENDS=	p5-MooseX-Types>=0:devel/p5-MooseX-Types \
-		p5-Graphics-Color>=0.21:graphics/p5-Graphics-Color \
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Graphics-Color>=0.21:graphics/p5-Graphics-Color \
 		p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
-		p5-Moose>=0:devel/p5-Moose
-RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-Test-Simple>=0.88:devel/p5-Test-Simple
+		p5-Moose>=0:devel/p5-Moose \
+		p5-MooseX-Types>=0:devel/p5-MooseX-Types
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/graphics/p5-Color-Palette/distinfo
==============================================================================
--- head/graphics/p5-Color-Palette/distinfo	Sun Sep 16 00:07:30 2018	(r479863)
+++ head/graphics/p5-Color-Palette/distinfo	Sun Sep 16 00:07:35 2018	(r479864)
@@ -1,2 +1,3 @@
-SHA256 (Color-Palette-0.100002.tar.gz) = a35f94c27a7a57dd462414bed2fa8848f49a121cd95f0d6b574a46078063a724
-SIZE (Color-Palette-0.100002.tar.gz) = 14596
+TIMESTAMP = 1536950485
+SHA256 (Color-Palette-0.100003.tar.gz) = b1b95ee7377056c3dca54a5264a2b21da9c21ebd18f8b081f5c6f3e1703f8fd2
+SIZE (Color-Palette-0.100003.tar.gz) = 16982



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