From owner-svn-ports-all@freebsd.org Tue Jan 12 02:52:14 2016 Return-Path: Delivered-To: svn-ports-all@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 C44A9A6C853; Tue, 12 Jan 2016 02:52:14 +0000 (UTC) (envelope-from wen@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 981D21ABE; Tue, 12 Jan 2016 02:52:14 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0C2qDMW001852; Tue, 12 Jan 2016 02:52:13 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0C2qDx4001850; Tue, 12 Jan 2016 02:52:13 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201601120252.u0C2qDx4001850@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Tue, 12 Jan 2016 02:52:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405825 - head/graphics/p5-Graphics-GnuplotIF X-SVN-Group: ports-head 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.20 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: Tue, 12 Jan 2016 02:52:14 -0000 Author: wen Date: Tue Jan 12 02:52:13 2016 New Revision: 405825 URL: https://svnweb.freebsd.org/changeset/ports/405825 Log: - Update to 1.8 Changes: http://search.cpan.org/src/MEHNER/Graphics-GnuplotIF-1.8/Changes - Add LICENSE - Pass maintainership to perl@ Modified: head/graphics/p5-Graphics-GnuplotIF/Makefile head/graphics/p5-Graphics-GnuplotIF/distinfo Modified: head/graphics/p5-Graphics-GnuplotIF/Makefile ============================================================================== --- head/graphics/p5-Graphics-GnuplotIF/Makefile Tue Jan 12 02:49:22 2016 (r405824) +++ head/graphics/p5-Graphics-GnuplotIF/Makefile Tue Jan 12 02:52:13 2016 (r405825) @@ -2,15 +2,17 @@ # $FreeBSD$ PORTNAME= Graphics-GnuplotIF -PORTVERSION= 1.7 -PORTREVISION= 1 +PORTVERSION= 1.8 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= wen@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Dynamic Perl interface to gnuplot +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= modbuild Modified: head/graphics/p5-Graphics-GnuplotIF/distinfo ============================================================================== --- head/graphics/p5-Graphics-GnuplotIF/distinfo Tue Jan 12 02:49:22 2016 (r405824) +++ head/graphics/p5-Graphics-GnuplotIF/distinfo Tue Jan 12 02:52:13 2016 (r405825) @@ -1,2 +1,2 @@ -SHA256 (Graphics-GnuplotIF-1.7.tar.gz) = 31abdc8ebcf50a53674e5f19ccd14764bff9049a60f44ee42d3dfba75d659f66 -SIZE (Graphics-GnuplotIF-1.7.tar.gz) = 15017 +SHA256 (Graphics-GnuplotIF-1.8.tar.gz) = 821b186065767c8fd40d0d1af570be9537aafda55fcfc2c307b50aa9f8ac61e3 +SIZE (Graphics-GnuplotIF-1.8.tar.gz) = 16803