svn commit: r360061 - head/net/GeoIP

Adam Weinberger adamw at FreeBSD.org
Tue Jul 1 17:32:19 UTC 2014


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 at 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 at FreeBSD.org
-COMMENT=		Find the country that any IP address or hostname originates from
+MAINTAINER=	adamw at 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


More information about the svn-ports-head mailing list