Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 2016 03:47: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: r407449 - head/net/geoipupdate
Message-ID:  <201601290347.u0T3lINQ038618@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Fri Jan 29 03:47:18 2016
New Revision: 407449
URL: https://svnweb.freebsd.org/changeset/ports/407449

Log:
  Fix order of @sample args.
  
  Caught by:	danfe

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

Modified: head/net/geoipupdate/Makefile
==============================================================================
--- head/net/geoipupdate/Makefile	Fri Jan 29 03:45:54 2016	(r407448)
+++ head/net/geoipupdate/Makefile	Fri Jan 29 03:47:18 2016	(r407449)
@@ -3,6 +3,7 @@
 
 PORTNAME=	geoipupdate
 PORTVERSION=	2.2.2
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net geography
 

Modified: head/net/geoipupdate/pkg-plist
==============================================================================
--- head/net/geoipupdate/pkg-plist	Fri Jan 29 03:45:54 2016	(r407448)
+++ head/net/geoipupdate/pkg-plist	Fri Jan 29 03:47:18 2016	(r407449)
@@ -1,4 +1,4 @@
 bin/geoipupdate
-@sample etc/GeoIP.conf etc/GeoIP.conf.default
+@sample etc/GeoIP.conf.default etc/GeoIP.conf
 man/man1/geoipupdate.1.gz
 man/man5/GeoIP.conf.5.gz



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