From owner-svn-ports-head@freebsd.org Sat Dec 17 12:58:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09541C84794; Sat, 17 Dec 2016 12:58:02 +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 mx1.freebsd.org (Postfix) with ESMTPS id C02901EA2; Sat, 17 Dec 2016 12:58:01 +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 uBHCw0Po079178; Sat, 17 Dec 2016 12:58:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBHCw07u079175; Sat, 17 Dec 2016 12:58:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612171258.uBHCw07u079175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 17 Dec 2016 12:58:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428744 - head/graphics/p5-Chart-Clicker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2016 12:58:02 -0000 Author: sunpoet Date: Sat Dec 17 12:58:00 2016 New Revision: 428744 URL: https://svnweb.freebsd.org/changeset/ports/428744 Log: - Update to 2.90 - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Chart-Clicker/Changes Modified: head/graphics/p5-Chart-Clicker/Makefile head/graphics/p5-Chart-Clicker/distinfo head/graphics/p5-Chart-Clicker/pkg-plist Modified: head/graphics/p5-Chart-Clicker/Makefile ============================================================================== --- head/graphics/p5-Chart-Clicker/Makefile Sat Dec 17 12:57:55 2016 (r428743) +++ head/graphics/p5-Chart-Clicker/Makefile Sat Dec 17 12:58:00 2016 (r428744) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Chart-Clicker -PORTVERSION= 2.88 +PORTVERSION= 2.90 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +12,7 @@ COMMENT= Powerful, extensible charting LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= p5-Color-Scheme>=0:graphics/p5-Color-Scheme \ p5-Moose>=0:devel/p5-Moose \ @@ -28,6 +29,7 @@ TEST_DEPENDS= p5-Test-Exception>=0:devel p5-Test-Fatal>=0:devel/p5-Test-Fatal \ p5-Test-Pod>=1:devel/p5-Test-Pod +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/graphics/p5-Chart-Clicker/distinfo ============================================================================== --- head/graphics/p5-Chart-Clicker/distinfo Sat Dec 17 12:57:55 2016 (r428743) +++ head/graphics/p5-Chart-Clicker/distinfo Sat Dec 17 12:58:00 2016 (r428744) @@ -1,2 +1,3 @@ -SHA256 (Chart-Clicker-2.88.tar.gz) = b3731561bac14e6db64a34845699888ee38e6b8ed3dcc2f57fb78b31f70663b2 -SIZE (Chart-Clicker-2.88.tar.gz) = 72765 +TIMESTAMP = 1481901477 +SHA256 (Chart-Clicker-2.90.tar.gz) = 17f4c66262fed74889e723b90cde59efa0883accd7d4175d81a8b0f88c85fa9e +SIZE (Chart-Clicker-2.90.tar.gz) = 73758 Modified: head/graphics/p5-Chart-Clicker/pkg-plist ============================================================================== --- head/graphics/p5-Chart-Clicker/pkg-plist Sat Dec 17 12:57:55 2016 (r428743) +++ head/graphics/p5-Chart-Clicker/pkg-plist Sat Dec 17 12:58:00 2016 (r428744) @@ -15,6 +15,7 @@ %%SITE_PERL%%/Chart/Clicker/Data/Series/HighLow.pm %%SITE_PERL%%/Chart/Clicker/Data/Series/Size.pm %%SITE_PERL%%/Chart/Clicker/Decoration.pm +%%SITE_PERL%%/Chart/Clicker/Decoration/Annotation.pm %%SITE_PERL%%/Chart/Clicker/Decoration/Glass.pm %%SITE_PERL%%/Chart/Clicker/Decoration/Grid.pm %%SITE_PERL%%/Chart/Clicker/Decoration/Legend.pm @@ -53,6 +54,7 @@ %%PERL5_MAN3%%/Chart::Clicker::Data::Series::HighLow.3.gz %%PERL5_MAN3%%/Chart::Clicker::Data::Series::Size.3.gz %%PERL5_MAN3%%/Chart::Clicker::Decoration.3.gz +%%PERL5_MAN3%%/Chart::Clicker::Decoration::Annotation.3.gz %%PERL5_MAN3%%/Chart::Clicker::Decoration::Glass.3.gz %%PERL5_MAN3%%/Chart::Clicker::Decoration::Grid.3.gz %%PERL5_MAN3%%/Chart::Clicker::Decoration::Legend.3.gz