svn commit: r406343 - head/net/p5-MaxMind-DB-Reader

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 17 13:10:30 UTC 2016


Author: sunpoet
Date: Sun Jan 17 13:10:28 2016
New Revision: 406343
URL: https://svnweb.freebsd.org/changeset/ports/406343

Log:
  - Update to 1.000009
  - Add LICENSE_FILE
  
  Changes:	http://search.cpan.org/dist/MaxMind-DB-Reader/Changes
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/net/p5-MaxMind-DB-Reader/Makefile
  head/net/p5-MaxMind-DB-Reader/distinfo
  head/net/p5-MaxMind-DB-Reader/pkg-plist

Modified: head/net/p5-MaxMind-DB-Reader/Makefile
==============================================================================
--- head/net/p5-MaxMind-DB-Reader/Makefile	Sun Jan 17 13:10:23 2016	(r406342)
+++ head/net/p5-MaxMind-DB-Reader/Makefile	Sun Jan 17 13:10:28 2016	(r406343)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	MaxMind-DB-Reader
-PORTVERSION=	1.000007
+PORTVERSION=	1.000009
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MAXMIND
@@ -12,6 +12,7 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Read MaxMind DB files
 
 LICENSE=	ART20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-Data-IEEE754>=0:${PORTSDIR}/devel/p5-Data-IEEE754 \
 		p5-Data-Printer>=0:${PORTSDIR}/devel/p5-Data-Printer \
@@ -22,17 +23,15 @@ BUILD_DEPENDS=	p5-Data-IEEE754>=0:${PORT
 		p5-Module-Implementation>=0:${PORTSDIR}/devel/p5-Module-Implementation \
 		p5-Moo>=1.003000:${PORTSDIR}/devel/p5-Moo \
 		p5-MooX-StrictConstructor>=0:${PORTSDIR}/devel/p5-MooX-StrictConstructor \
-		p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
 		p5-Role-Tiny>=0:${PORTSDIR}/devel/p5-Role-Tiny \
-		p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
 		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-Math-Int128>=0:${PORTSDIR}/math/p5-Math-Int128 \
-		p5-Net-Works>=0:${PORTSDIR}/net/p5-Net-Works \
+TEST_DEPENDS=	p5-Path-Class>=0.27:${PORTSDIR}/devel/p5-Path-Class \
 		p5-Scalar-List-Utils>=1.42:${PORTSDIR}/lang/p5-Scalar-List-Utils \
 		p5-Test-Bits>=0:${PORTSDIR}/devel/p5-Test-Bits \
 		p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
-		p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta
+		p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta \
+		p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
 
 NO_ARCH=	yes
 USE_PERL5=	configure

Modified: head/net/p5-MaxMind-DB-Reader/distinfo
==============================================================================
--- head/net/p5-MaxMind-DB-Reader/distinfo	Sun Jan 17 13:10:23 2016	(r406342)
+++ head/net/p5-MaxMind-DB-Reader/distinfo	Sun Jan 17 13:10:28 2016	(r406343)
@@ -1,2 +1,2 @@
-SHA256 (MaxMind-DB-Reader-1.000007.tar.gz) = e4e88a1bf2b0377e1357b76016488f7cd2b33cdc02512f25f349c28d499814ed
-SIZE (MaxMind-DB-Reader-1.000007.tar.gz) = 257904
+SHA256 (MaxMind-DB-Reader-1.000009.tar.gz) = 0fc957aa6d4303d4a68990c976058e9793b7dca7f90ba86fec171a23c92dc38c
+SIZE (MaxMind-DB-Reader-1.000009.tar.gz) = 253600

Modified: head/net/p5-MaxMind-DB-Reader/pkg-plist
==============================================================================
--- head/net/p5-MaxMind-DB-Reader/pkg-plist	Sun Jan 17 13:10:23 2016	(r406342)
+++ head/net/p5-MaxMind-DB-Reader/pkg-plist	Sun Jan 17 13:10:28 2016	(r406343)
@@ -1,6 +1,5 @@
 bin/mmdb-dump-metadata
 bin/mmdb-dump-search-tree
-bin/mmdb-verify-database
 %%SITE_PERL%%/MaxMind/DB/Reader.pm
 %%SITE_PERL%%/MaxMind/DB/Reader/Data/Container.pm
 %%SITE_PERL%%/MaxMind/DB/Reader/Data/EndMarker.pm
@@ -11,5 +10,4 @@ bin/mmdb-verify-database
 %%SITE_PERL%%/MaxMind/DB/Reader/Role/NodeReader.pm
 %%SITE_PERL%%/MaxMind/DB/Reader/Role/Reader.pm
 %%SITE_PERL%%/MaxMind/DB/Reader/Role/Sysreader.pm
-%%SITE_PERL%%/MaxMind/DB/Verifier.pm
 %%PERL5_MAN3%%/MaxMind::DB::Reader.3.gz


More information about the svn-ports-head mailing list