svn commit: r372643 - head/net/GeoIP

Adam Weinberger adamw at FreeBSD.org
Sun Nov 16 16:25:47 UTC 2014


Author: adamw
Date: Sun Nov 16 16:25:46 2014
New Revision: 372643
URL: https://svnweb.freebsd.org/changeset/ports/372643
QAT: https://qat.redports.org/buildarchive/r372643/

Log:
  DATADIR needs to be created as an empty dir for geoipupdate.sh.
  
  Submitted by:	Herbert J. Skuhra

Modified:
  head/net/GeoIP/Makefile
  head/net/GeoIP/pkg-plist

Modified: head/net/GeoIP/Makefile
==============================================================================
--- head/net/GeoIP/Makefile	Sun Nov 16 15:19:48 2014	(r372642)
+++ head/net/GeoIP/Makefile	Sun Nov 16 16:25:46 2014	(r372643)
@@ -3,6 +3,7 @@
 
 PORTNAME=	GeoIP
 PORTVERSION=	1.6.3
+PORTREVISION=	1
 CATEGORIES=	net geography
 
 MAINTAINER=	adamw at FreeBSD.org

Modified: head/net/GeoIP/pkg-plist
==============================================================================
--- head/net/GeoIP/pkg-plist	Sun Nov 16 15:19:48 2014	(r372642)
+++ head/net/GeoIP/pkg-plist	Sun Nov 16 16:25:46 2014	(r372643)
@@ -10,3 +10,4 @@ lib/libGeoIP.so.%%PORTVERSION%%
 libdata/pkgconfig/geoip.pc
 man/man1/geoiplookup.1.gz
 man/man1/geoiplookup6.1.gz
+ at dir %%DATADIR%%


More information about the svn-ports-head mailing list