From owner-svn-ports-head@freebsd.org Sat Oct 8 23:05:00 2016 Return-Path: Delivered-To: svn-ports-head@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 6947DC067A4; Sat, 8 Oct 2016 23:05:00 +0000 (UTC) (envelope-from adamw@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 1EBB1AE4; Sat, 8 Oct 2016 23:05:00 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u98N4x2F010198; Sat, 8 Oct 2016 23:04:59 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u98N4xSc010194; Sat, 8 Oct 2016 23:04:59 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201610082304.u98N4xSc010194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 8 Oct 2016 23:04:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423554 - head/math/p5-Math-Polygon 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.23 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, 08 Oct 2016 23:05:00 -0000 Author: adamw Date: Sat Oct 8 23:04:58 2016 New Revision: 423554 URL: https://svnweb.freebsd.org/changeset/ports/423554 Log: Update to 1.04, sort plist, add NO_ARCH, and remove unnecessary TEST_DEPENDS. Changes: https://metacpan.org/changes/distribution/Math-Polygon Modified: head/math/p5-Math-Polygon/Makefile head/math/p5-Math-Polygon/distinfo head/math/p5-Math-Polygon/pkg-plist Modified: head/math/p5-Math-Polygon/Makefile ============================================================================== --- head/math/p5-Math-Polygon/Makefile Sat Oct 8 23:03:08 2016 (r423553) +++ head/math/p5-Math-Polygon/Makefile Sat Oct 8 23:04:58 2016 (r423554) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Polygon -PORTVERSION= 1.03 -PORTREVISION= 2 +PORTVERSION= 1.04 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +13,8 @@ COMMENT= Class for Maintaining Polygon D LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod - USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include Modified: head/math/p5-Math-Polygon/distinfo ============================================================================== --- head/math/p5-Math-Polygon/distinfo Sat Oct 8 23:03:08 2016 (r423553) +++ head/math/p5-Math-Polygon/distinfo Sat Oct 8 23:04:58 2016 (r423554) @@ -1,2 +1,3 @@ -SHA256 (Math-Polygon-1.03.tar.gz) = 6b62dd4e19f1be9c7598c99003deb50babbdff11b8b7cebcddbcf447f2ce6bd7 -SIZE (Math-Polygon-1.03.tar.gz) = 22681 +TIMESTAMP = 1475967812 +SHA256 (Math-Polygon-1.04.tar.gz) = c9e458cc2e202a457d7abe119d760f040a769b60fe66d41c3985d5b17de9bd02 +SIZE (Math-Polygon-1.04.tar.gz) = 23230 Modified: head/math/p5-Math-Polygon/pkg-plist ============================================================================== --- head/math/p5-Math-Polygon/pkg-plist Sat Oct 8 23:03:08 2016 (r423553) +++ head/math/p5-Math-Polygon/pkg-plist Sat Oct 8 23:04:58 2016 (r423554) @@ -1,9 +1,3 @@ -%%PERL5_MAN3%%/Math::Polygon.3.gz -%%PERL5_MAN3%%/Math::Polygon::Calc.3.gz -%%PERL5_MAN3%%/Math::Polygon::Clip.3.gz -%%PERL5_MAN3%%/Math::Polygon::Convex.3.gz -%%PERL5_MAN3%%/Math::Polygon::Surface.3.gz -%%PERL5_MAN3%%/Math::Polygon::Transform.3.gz %%SITE_PERL%%/Math/Polygon.pm %%SITE_PERL%%/Math/Polygon.pod %%SITE_PERL%%/Math/Polygon/Calc.pm @@ -16,3 +10,9 @@ %%SITE_PERL%%/Math/Polygon/Surface.pod %%SITE_PERL%%/Math/Polygon/Transform.pm %%SITE_PERL%%/Math/Polygon/Transform.pod +%%PERL5_MAN3%%/Math::Polygon.3.gz +%%PERL5_MAN3%%/Math::Polygon::Calc.3.gz +%%PERL5_MAN3%%/Math::Polygon::Clip.3.gz +%%PERL5_MAN3%%/Math::Polygon::Convex.3.gz +%%PERL5_MAN3%%/Math::Polygon::Surface.3.gz +%%PERL5_MAN3%%/Math::Polygon::Transform.3.gz