svn commit: r336020 - head/net/p5-Geo-IP

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 9 19:30:44 UTC 2013


Author: sunpoet
Date: Mon Dec  9 19:30:42 2013
New Revision: 336020
URL: http://svnweb.freebsd.org/changeset/ports/336020

Log:
  - Update to 1.43
  - Update MASTER_SITES: CPAN is enough
  - Add LICENSE
  
  Changes:	http://search.cpan.org/dist/Geo-IP/Changes

Modified:
  head/net/p5-Geo-IP/Makefile
  head/net/p5-Geo-IP/distinfo

Modified: head/net/p5-Geo-IP/Makefile
==============================================================================
--- head/net/p5-Geo-IP/Makefile	Mon Dec  9 19:30:35 2013	(r336019)
+++ head/net/p5-Geo-IP/Makefile	Mon Dec  9 19:30:42 2013	(r336020)
@@ -2,19 +2,21 @@
 # $FreeBSD$
 
 PORTNAME=	Geo-IP
-PORTVERSION=	1.42
+PORTVERSION=	1.43
 CATEGORIES=	net geography perl5
-MASTER_SITES=	CPAN \
-		http://www.maxmind.com/download/geoip/api/perl/
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Gets country name by IP or hostname
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 LIB_DEPENDS=	libGeoIP.so:${PORTSDIR}/net/GeoIP
 
+CONFIGURE_ARGS=	INC="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
 USES=		perl5
 USE_PERL5=	configure
-CONFIGURE_ARGS=	LIBS='-L${LOCALBASE}/lib' INC='-I${LOCALBASE}/include'
 
 .include <bsd.port.mk>

Modified: head/net/p5-Geo-IP/distinfo
==============================================================================
--- head/net/p5-Geo-IP/distinfo	Mon Dec  9 19:30:35 2013	(r336019)
+++ head/net/p5-Geo-IP/distinfo	Mon Dec  9 19:30:42 2013	(r336020)
@@ -1,2 +1,2 @@
-SHA256 (Geo-IP-1.42.tar.gz) = c44b517490346e870cea22a1686937537088a85abf75eb8a01b136fc41cf81f5
-SIZE (Geo-IP-1.42.tar.gz) = 111881
+SHA256 (Geo-IP-1.43.tar.gz) = 587ab026e377d609e1ce0057439cd90f57849e0faa38713a5d19ee9f8965f55c
+SIZE (Geo-IP-1.43.tar.gz) = 112349


More information about the svn-ports-head mailing list