Date: Sat, 17 Dec 2016 12:58:00 +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: r428744 - head/graphics/p5-Chart-Clicker Message-ID: <201612171258.uBHCw07u079175@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612171258.uBHCw07u079175>