svn commit: r407449 - head/net/geoipupdate

Adam Weinberger adamw at FreeBSD.org
Fri Jan 29 03:47:19 UTC 2016


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
- at sample etc/GeoIP.conf etc/GeoIP.conf.default
+ at sample etc/GeoIP.conf.default etc/GeoIP.conf
 man/man1/geoipupdate.1.gz
 man/man5/GeoIP.conf.5.gz


More information about the svn-ports-head mailing list