From owner-svn-ports-all@freebsd.org Sun Jul 12 16:08:43 2015 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 1F6A7999F7C; Sun, 12 Jul 2015 16:08:43 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.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 C4FD81F7F; Sun, 12 Jul 2015 16:08:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6CG8g62076645; Sun, 12 Jul 2015 16:08:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6CG8g1h076642; Sun, 12 Jul 2015 16:08:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201507121608.t6CG8g1h076642@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 12 Jul 2015 16:08:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391806 - head/devel/p5-Data-Structure-Util 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: Sun, 12 Jul 2015 16:08:43 -0000 Author: sunpoet Date: Sun Jul 12 16:08:41 2015 New Revision: 391806 URL: https://svnweb.freebsd.org/changeset/ports/391806 Log: - Update to 0.16 - Add LICENSE - Add NO_ARCH - While I'm here, fix *_DEPENDS: - Remove p5-Clone - Use TEST_DEPENDS for p5-Test-Pod Changes: http://search.cpan.org/dist/Data-Structure-Util/CHANGES PR: 201480 Submitted by: Jon Nistor (maintainer) Modified: head/devel/p5-Data-Structure-Util/Makefile head/devel/p5-Data-Structure-Util/distinfo Modified: head/devel/p5-Data-Structure-Util/Makefile ============================================================================== --- head/devel/p5-Data-Structure-Util/Makefile Sun Jul 12 16:08:35 2015 (r391805) +++ head/devel/p5-Data-Structure-Util/Makefile Sun Jul 12 16:08:41 2015 (r391806) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Data-Structure-Util -PORTVERSION= 0.15 -PORTREVISION= 2 +PORTVERSION= 0.16 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= nistor@snickers.org COMMENT= Perl5 module to change the nature of data within a structure -BUILD_DEPENDS= p5-Clone>=0:${PORTSDIR}/devel/p5-Clone \ - p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-Data-Structure-Util/distinfo ============================================================================== --- head/devel/p5-Data-Structure-Util/distinfo Sun Jul 12 16:08:35 2015 (r391805) +++ head/devel/p5-Data-Structure-Util/distinfo Sun Jul 12 16:08:41 2015 (r391806) @@ -1,2 +1,2 @@ -SHA256 (Data-Structure-Util-0.15.tar.gz) = 4228ad6fcd1081a5193d91b2c394f50a5b1e8a42e25d99fdf79c4153a40186d0 -SIZE (Data-Structure-Util-0.15.tar.gz) = 23185 +SHA256 (Data-Structure-Util-0.16.tar.gz) = 9cd42a13e65cb15f3a76296eb9a134da220168ec747c568d331a50ae7a2ddbc6 +SIZE (Data-Structure-Util-0.16.tar.gz) = 23936