Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Oct 2016 23:04:58 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423554 - head/math/p5-Math-Polygon
Message-ID:  <201610082304.u98N4xSc010194@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610082304.u98N4xSc010194>