Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2018 16:58:13 +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: r479299 - head/net/p5-GeoIP2
Message-ID:  <201809091658.w89GwD2C010907@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Sep  9 16:58:13 2018
New Revision: 479299
URL: https://svnweb.freebsd.org/changeset/ports/479299

Log:
  Update to 2.006001
  
  Changes:	https://metacpan.org/changes/distribution/GeoIP2

Modified:
  head/net/p5-GeoIP2/Makefile
  head/net/p5-GeoIP2/distinfo

Modified: head/net/p5-GeoIP2/Makefile
==============================================================================
--- head/net/p5-GeoIP2/Makefile	Sun Sep  9 16:58:08 2018	(r479298)
+++ head/net/p5-GeoIP2/Makefile	Sun Sep  9 16:58:13 2018	(r479299)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	GeoIP2
-PORTVERSION=	2.005001
+PORTVERSION=	2.006001
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MAXMIND
@@ -15,7 +15,8 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	p5-Data-Validate-IP>=0.25:net-mgmt/p5-Data-Validate-IP \
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Data-Validate-IP>=0.25:net-mgmt/p5-Data-Validate-IP \
 		p5-HTTP-Message>=0:www/p5-HTTP-Message \
 		p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
 		p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \
@@ -29,14 +30,14 @@ BUILD_DEPENDS=	p5-Data-Validate-IP>=0.25:net-mgmt/p5-D
 		p5-URI>=0:net/p5-URI \
 		p5-libwww>=0:www/p5-libwww \
 		p5-namespace-clean>=0:devel/p5-namespace-clean
-RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-MaxMind-DB-Common>=0:net/p5-MaxMind-DB-Common \
 		p5-Path-Class>=0:devel/p5-Path-Class \
 		p5-Test-Fatal>=0:devel/p5-Test-Fatal \
 		p5-Test-Number-Delta>=0:devel/p5-Test-Number-Delta
 
-NO_ARCH=	yes
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/net/p5-GeoIP2/distinfo
==============================================================================
--- head/net/p5-GeoIP2/distinfo	Sun Sep  9 16:58:08 2018	(r479298)
+++ head/net/p5-GeoIP2/distinfo	Sun Sep  9 16:58:13 2018	(r479299)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1523543319
-SHA256 (GeoIP2-2.005001.tar.gz) = 9e2295fbefaceeae441719cd4c8525034d5cc4d6b22fd77b46757c1d3b2bfe96
-SIZE (GeoIP2-2.005001.tar.gz) = 245909
+TIMESTAMP = 1536417979
+SHA256 (GeoIP2-2.006001.tar.gz) = c2d43a1f4e03baeae23e957b578065bd986e8e660d39533eb2cccd26e442eb16
+SIZE (GeoIP2-2.006001.tar.gz) = 257403



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