From owner-svn-ports-all@FreeBSD.ORG Mon Nov 11 14:11:09 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 10B2D11E; Mon, 11 Nov 2013 14:11:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F229529E7; Mon, 11 Nov 2013 14:11:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rABEB8T6078669; Mon, 11 Nov 2013 14:11:08 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rABEB8fn078667; Mon, 11 Nov 2013 14:11:08 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311111411.rABEB8fn078667@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 11 Nov 2013 14:11:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333505 - head/math/p5-Math-Interpolate 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.14 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: Mon, 11 Nov 2013 14:11:09 -0000 Author: sunpoet Date: Mon Nov 11 14:11:08 2013 New Revision: 333505 URL: http://svnweb.freebsd.org/changeset/ports/333505 Log: - Update to 1.06 - Add LICENSE - Take maintainership Changes: http://search.cpan.org/dist/Math-Interpolate/CHANGES Modified: head/math/p5-Math-Interpolate/Makefile head/math/p5-Math-Interpolate/distinfo (contents, props changed) Modified: head/math/p5-Math-Interpolate/Makefile ============================================================================== --- head/math/p5-Math-Interpolate/Makefile Mon Nov 11 14:08:52 2013 (r333504) +++ head/math/p5-Math-Interpolate/Makefile Mon Nov 11 14:11:08 2013 (r333505) @@ -2,14 +2,17 @@ # $FreeBSD$ PORTNAME= Math-Interpolate -PORTVERSION= 1.05 +PORTVERSION= 1.06 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl routines for data sets interpolation and interval search +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure Modified: head/math/p5-Math-Interpolate/distinfo ============================================================================== --- head/math/p5-Math-Interpolate/distinfo Mon Nov 11 14:08:52 2013 (r333504) +++ head/math/p5-Math-Interpolate/distinfo Mon Nov 11 14:11:08 2013 (r333505) @@ -1,2 +1,2 @@ -SHA256 (Math-Interpolate-1.05.tar.gz) = 67dd931d3be8cb7f314c22856f4ddcece851816e92390342033ebb41ff37ec71 -SIZE (Math-Interpolate-1.05.tar.gz) = 44323 +SHA256 (Math-Interpolate-1.06.tar.gz) = a4502fbfdf9ecc42c5f33554d211d8fd15738370e4887ded5fc981b9d3cbce6a +SIZE (Math-Interpolate-1.06.tar.gz) = 47283