Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2018 13:06:56 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459935 - head/graphics/p5-Geo-Point
Message-ID:  <201801251306.w0PD6urR042604@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jan 25 13:06:55 2018
New Revision: 459935
URL: https://svnweb.freebsd.org/changeset/ports/459935

Log:
  Update to 0.97
  
  - Add BUILD_DEPENDS
  - Fix version requirement of *_DEPENDS
  - Add NO_ARCH
  - Sort PLIST
  
  Changes:	http://search.cpan.org/dist/Geo-Point/ChangeLog

Modified:
  head/graphics/p5-Geo-Point/Makefile
  head/graphics/p5-Geo-Point/distinfo
  head/graphics/p5-Geo-Point/pkg-plist

Modified: head/graphics/p5-Geo-Point/Makefile
==============================================================================
--- head/graphics/p5-Geo-Point/Makefile	Thu Jan 25 13:06:50 2018	(r459934)
+++ head/graphics/p5-Geo-Point/Makefile	Thu Jan 25 13:06:55 2018	(r459935)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Geo-Point
-PORTVERSION=	0.96
-PORTREVISION=	1
+PORTVERSION=	0.97
 CATEGORIES=	graphics devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,10 +13,12 @@ COMMENT=	Perl Module Tries To Abstract Coordinate Syst
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-Geo-Distance>=0.06:math/p5-Geo-Distance \
-		p5-Geo-Proj4>=1.00:graphics/p5-Geo-Proj4 \
-		p5-Math-Polygon>=1.00:math/p5-Math-Polygon
+BUILD_DEPENDS=	p5-Geo-Distance>=0.06:math/p5-Geo-Distance \
+		p5-Geo-Proj4>=1.01:graphics/p5-Geo-Proj4 \
+		p5-Math-Polygon>=1.01:math/p5-Math-Polygon
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/graphics/p5-Geo-Point/distinfo
==============================================================================
--- head/graphics/p5-Geo-Point/distinfo	Thu Jan 25 13:06:50 2018	(r459934)
+++ head/graphics/p5-Geo-Point/distinfo	Thu Jan 25 13:06:55 2018	(r459935)
@@ -1,2 +1,3 @@
-SHA256 (Geo-Point-0.96.tar.gz) = eb4a3096f2890352ab8d33820d767737bbbf9aadbcaa99dadd86bc2c29bfcb41
-SIZE (Geo-Point-0.96.tar.gz) = 24106
+TIMESTAMP = 1516879977
+SHA256 (Geo-Point-0.97.tar.gz) = 84f764a30b834f25f41ff9f6170fa9ee8eaabaf9e58cd5103a3b847cf6cbc5ab
+SIZE (Geo-Point-0.97.tar.gz) = 25456

Modified: head/graphics/p5-Geo-Point/pkg-plist
==============================================================================
--- head/graphics/p5-Geo-Point/pkg-plist	Thu Jan 25 13:06:50 2018	(r459934)
+++ head/graphics/p5-Geo-Point/pkg-plist	Thu Jan 25 13:06:55 2018	(r459935)
@@ -1,9 +1,3 @@
-%%PERL5_MAN3%%/Geo::Line.3.gz
-%%PERL5_MAN3%%/Geo::Point.3.gz
-%%PERL5_MAN3%%/Geo::Proj.3.gz
-%%PERL5_MAN3%%/Geo::Shape.3.gz
-%%PERL5_MAN3%%/Geo::Space.3.gz
-%%PERL5_MAN3%%/Geo::Surface.3.gz
 %%SITE_PERL%%/Geo/Line.pm
 %%SITE_PERL%%/Geo/Line.pod
 %%SITE_PERL%%/Geo/Point.pm
@@ -16,3 +10,9 @@
 %%SITE_PERL%%/Geo/Space.pod
 %%SITE_PERL%%/Geo/Surface.pm
 %%SITE_PERL%%/Geo/Surface.pod
+%%PERL5_MAN3%%/Geo::Line.3.gz
+%%PERL5_MAN3%%/Geo::Point.3.gz
+%%PERL5_MAN3%%/Geo::Proj.3.gz
+%%PERL5_MAN3%%/Geo::Shape.3.gz
+%%PERL5_MAN3%%/Geo::Space.3.gz
+%%PERL5_MAN3%%/Geo::Surface.3.gz



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