From owner-svn-ports-all@FreeBSD.ORG Mon Dec 9 19:30:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31771BCB; Mon, 9 Dec 2013 19:30:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0FF6618E1; Mon, 9 Dec 2013 19:30:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB9JUgPr051390; Mon, 9 Dec 2013 19:30:42 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB9JUgUv051388; Mon, 9 Dec 2013 19:30:42 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201312091930.rB9JUgUv051388@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Dec 2013 19:30:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336020 - head/net/p5-Geo-IP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Dec 2013 19:30:44 -0000 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 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