Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Dec 2013 19:30:42 +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: r336020 - head/net/p5-Geo-IP
Message-ID:  <201312091930.rB9JUgUv051388@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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