From owner-svn-ports-all@freebsd.org Sun Sep 16 00:07:36 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A738108DBA0; Sun, 16 Sep 2018 00:07:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B03D57565D; Sun, 16 Sep 2018 00:07:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AB3CA1A7CE; Sun, 16 Sep 2018 00:07:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8G07ZGl029917; Sun, 16 Sep 2018 00:07:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8G07ZpM029915; Sun, 16 Sep 2018 00:07:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201809160007.w8G07ZpM029915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 16 Sep 2018 00:07:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479864 - head/graphics/p5-Color-Palette X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/p5-Color-Palette X-SVN-Commit-Revision: 479864 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2018 00:07:36 -0000 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 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