Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Nov 2014 16:25:47 +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: r372643 - head/net/GeoIP
Message-ID:  <201411161625.sAGGPl8H071505@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
+@dir %%DATADIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411161625.sAGGPl8H071505>