From owner-svn-ports-all@freebsd.org Sat Dec 30 06:42:14 2017 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 EAF30EAD050; Sat, 30 Dec 2017 06:42:14 +0000 (UTC) (envelope-from sunpoet@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 B48DC70AEB; Sat, 30 Dec 2017 06:42:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBU6gDQm067707; Sat, 30 Dec 2017 06:42:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBU6gDEo067705; Sat, 30 Dec 2017 06:42:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712300642.vBU6gDEo067705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Dec 2017 06:42:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457580 - head/devel/p5-Tree-Simple X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Tree-Simple X-SVN-Commit-Revision: 457580 X-SVN-Commit-Repository: ports 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.25 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: Sat, 30 Dec 2017 06:42:15 -0000 Author: sunpoet Date: Sat Dec 30 06:42:13 2017 New Revision: 457580 URL: https://svnweb.freebsd.org/changeset/ports/457580 Log: Update to 1.32 - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Tree-Simple/Changes PR: 224680 Submitted by: sunpoet (myself) Approved by: demon (maintainer) Modified: head/devel/p5-Tree-Simple/Makefile head/devel/p5-Tree-Simple/distinfo Modified: head/devel/p5-Tree-Simple/Makefile ============================================================================== --- head/devel/p5-Tree-Simple/Makefile Sat Dec 30 05:32:06 2017 (r457579) +++ head/devel/p5-Tree-Simple/Makefile Sat Dec 30 06:42:13 2017 (r457580) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Tree-Simple -PORTVERSION= 1.23 -PORTREVISION= 1 +PORTVERSION= 1.32 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,9 +12,11 @@ COMMENT= Simple tree object LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE TEST_DEPENDS= p5-Test-Exception>=0.15:devel/p5-Test-Exception +NO_ARCH= yes USES= perl5 tar:tgz USE_PERL5= configure Modified: head/devel/p5-Tree-Simple/distinfo ============================================================================== --- head/devel/p5-Tree-Simple/distinfo Sat Dec 30 05:32:06 2017 (r457579) +++ head/devel/p5-Tree-Simple/distinfo Sat Dec 30 06:42:13 2017 (r457580) @@ -1,2 +1,3 @@ -SHA256 (Tree-Simple-1.23.tgz) = fc66b6a4d3278e9b17808e367c054fc444bbe51ea5906b6845010a2bafd81822 -SIZE (Tree-Simple-1.23.tgz) = 44902 +TIMESTAMP = 1514115701 +SHA256 (Tree-Simple-1.32.tgz) = 30c8cd47caca43925cf6de522657fb86eba0be8227497f9fd2415197a3a40e71 +SIZE (Tree-Simple-1.32.tgz) = 49688