Date: Tue, 1 Jul 2014 17:32:18 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360061 - head/net/GeoIP Message-ID: <201407011732.s61HWI48097355@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Tue Jul 1 17:32:18 2014 New Revision: 360061 URL: http://svnweb.freebsd.org/changeset/ports/360061 QAT: https://qat.redports.org/buildarchive/r360061/ Log: Attempt to fix port on amd64 by running autoeverything. Modified: head/net/GeoIP/Makefile Modified: head/net/GeoIP/Makefile ============================================================================== --- head/net/GeoIP/Makefile Tue Jul 1 17:30:17 2014 (r360060) +++ head/net/GeoIP/Makefile Tue Jul 1 17:32:18 2014 (r360061) @@ -1,20 +1,22 @@ # Created by: Yen-Ming Lee <leeym@leeym.com> # $FreeBSD$ -PORTNAME= GeoIP +PORTNAME= GeoIP PORTVERSION= 1.4.8 -PORTREVISION= 5 -CATEGORIES= net geography +PORTREVISION= 6 +CATEGORIES= net geography MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/c/ -MAINTAINER= adamw@FreeBSD.org -COMMENT= Find the country that any IP address or hostname originates from +MAINTAINER= adamw@FreeBSD.org +COMMENT= Find the country that any IP address or hostname originates from GNU_CONFIGURE= yes -USES= libtool:oldver +USES= libtool:oldver USE_LDCONFIG= yes +USE_AUTOTOOLS= aclocal automake libtool libtoolize autoconf +AUTOMAKE_ARGS= --add-missing -SUB_FILES= geoipupdate.sh +SUB_FILES= geoipupdate.sh post-install: ${INSTALL_SCRIPT} ${WRKDIR}/geoipupdate.sh ${STAGEDIR}${PREFIX}/bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407011732.s61HWI48097355>