Date: Mon, 4 May 2015 02:34:27 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385368 - head/net/ip2location Message-ID: <201505040234.t442YRZa086719@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Mon May 4 02:34:26 2015 New Revision: 385368 URL: https://svnweb.freebsd.org/changeset/ports/385368 Log: Upgrade to 7.0.1. PR: 199906 Submitted by: maintainer Modified: head/net/ip2location/Makefile head/net/ip2location/distinfo head/net/ip2location/pkg-plist Modified: head/net/ip2location/Makefile ============================================================================== --- head/net/ip2location/Makefile Mon May 4 02:27:16 2015 (r385367) +++ head/net/ip2location/Makefile Mon May 4 02:34:26 2015 (r385368) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ip2location -PORTVERSION= 6.0.3 +PORTVERSION= 7.0.1 CATEGORIES= net MASTER_SITES= http://www.ip2location.com/downloads/ DISTNAME= ${PORTNAME}-c-${PORTVERSION} @@ -12,12 +12,12 @@ COMMENT= C library to find user\'s locat LICENSE= LGPL3 -USES= libtool:keepla perl5 +USES= autoreconf libtool perl5 HAS_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip -post-configure: - (cd ${WRKSRC}/data && ${MAKE} convert) +post-install: + (cd ${WRKSRC}/data && ${MAKE} convert install-data DESTDIR=${STAGEDIR}) .include <bsd.port.mk> Modified: head/net/ip2location/distinfo ============================================================================== --- head/net/ip2location/distinfo Mon May 4 02:27:16 2015 (r385367) +++ head/net/ip2location/distinfo Mon May 4 02:34:26 2015 (r385368) @@ -1,2 +1,2 @@ -SHA256 (ip2location-c-6.0.3.tar.gz) = 3bd2a46544c7a433c55f96b602bc35a9f7782e2b0addfdbe9eb8ecaa717f7f10 -SIZE (ip2location-c-6.0.3.tar.gz) = 3145564 +SHA256 (ip2location-c-7.0.1.tar.gz) = 1a18b8a99d6d7252ea8eba2e7ad2500213415bd8198230390cf534107f82c84c +SIZE (ip2location-c-7.0.1.tar.gz) = 3340355 Modified: head/net/ip2location/pkg-plist ============================================================================== --- head/net/ip2location/pkg-plist Mon May 4 02:27:16 2015 (r385367) +++ head/net/ip2location/pkg-plist Mon May 4 02:34:26 2015 (r385368) @@ -1,7 +1,6 @@ include/IP2Loc_DBInterface.h include/IP2Location.h lib/libIP2Location.a -lib/libIP2Location.la lib/libIP2Location.so lib/libIP2Location.so.1 lib/libIP2Location.so.1.0.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505040234.t442YRZa086719>