From owner-svn-ports-head@FreeBSD.ORG Sat Jan 3 17:14:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B64EC281; Sat, 3 Jan 2015 17:14:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 891006492C; Sat, 3 Jan 2015 17:14:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t03HE8i9057534; Sat, 3 Jan 2015 17:14:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t03HE73B057531; Sat, 3 Jan 2015 17:14:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501031714.t03HE73B057531@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Jan 2015 17:14:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376139 - head/graphics/p5-Chart 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.18-1 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, 03 Jan 2015 17:14:08 -0000 Author: sunpoet Date: Sat Jan 3 17:14:06 2015 New Revision: 376139 URL: https://svnweb.freebsd.org/changeset/ports/376139 QAT: https://qat.redports.org/buildarchive/r376139/ Log: - Update to 2.4.8 - Add LICENSE - Sort PLIST Modified: head/graphics/p5-Chart/Makefile head/graphics/p5-Chart/distinfo head/graphics/p5-Chart/pkg-plist Modified: head/graphics/p5-Chart/Makefile ============================================================================== --- head/graphics/p5-Chart/Makefile Sat Jan 3 17:14:00 2015 (r376138) +++ head/graphics/p5-Chart/Makefile Sat Jan 3 17:14:06 2015 (r376139) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Chart -PORTVERSION= 2.4.6 -PORTREVISION= 1 +PORTVERSION= 2.4.8 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CHARTGRP @@ -11,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to build chart graphics +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-GD>=2:${PORTSDIR}/graphics/p5-GD RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/graphics/p5-Chart/distinfo ============================================================================== --- head/graphics/p5-Chart/distinfo Sat Jan 3 17:14:00 2015 (r376138) +++ head/graphics/p5-Chart/distinfo Sat Jan 3 17:14:06 2015 (r376139) @@ -1,2 +1,2 @@ -SHA256 (Chart-2.4.6.tar.gz) = 5d4499d1cac1c8334efdc1382cd1d6ecfb035b666318a55be8f2926a7266ba50 -SIZE (Chart-2.4.6.tar.gz) = 1544643 +SHA256 (Chart-2.4.8.tar.gz) = 563358ae2cb78fd06e3d771ebfe8e05114c58da7b3fb237762758ada0e90b80f +SIZE (Chart-2.4.8.tar.gz) = 1706039 Modified: head/graphics/p5-Chart/pkg-plist ============================================================================== --- head/graphics/p5-Chart/pkg-plist Sat Jan 3 17:14:00 2015 (r376138) +++ head/graphics/p5-Chart/pkg-plist Sat Jan 3 17:14:06 2015 (r376139) @@ -1,4 +1,3 @@ -%%PERL5_MAN3%%/Chart.3.gz %%SITE_PERL%%/Chart.pod %%SITE_PERL%%/Chart/Bars.pm %%SITE_PERL%%/Chart/Base.pm @@ -16,3 +15,4 @@ %%SITE_PERL%%/Chart/Points.pm %%SITE_PERL%%/Chart/Split.pm %%SITE_PERL%%/Chart/StackedBars.pm +%%PERL5_MAN3%%/Chart.3.gz