svn commit: r489992 - in head/net/GeoIP: . files

Romain Tartière romain at FreeBSD.org
Fri Jan 11 19:50:08 UTC 2019


Author: romain
Date: Fri Jan 11 19:50:07 2019
New Revision: 489992
URL: https://svnweb.freebsd.org/changeset/ports/489992

Log:
  Report failure to the caller in geoipupdate.sh
  
  The script was returning an error due to the service not being offered anymore.
  The update attempt was replaced with an information message, but it's better to
  still return 1 as it did before to allow users detecting they have a problem.
  
  Reported by:	aramw (maintainer)

Modified:
  head/net/GeoIP/Makefile
  head/net/GeoIP/files/geoipupdate.sh.in

Modified: head/net/GeoIP/Makefile
==============================================================================
--- head/net/GeoIP/Makefile	Fri Jan 11 19:46:22 2019	(r489991)
+++ head/net/GeoIP/Makefile	Fri Jan 11 19:50:07 2019	(r489992)
@@ -3,7 +3,7 @@
 
 PORTNAME=	GeoIP
 PORTVERSION=	1.6.12
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net geography
 MASTER_SITES=	https://github.com/maxmind/geoip-api-c/releases/download/v${PORTVERSION}/
 

Modified: head/net/GeoIP/files/geoipupdate.sh.in
==============================================================================
--- head/net/GeoIP/files/geoipupdate.sh.in	Fri Jan 11 19:46:22 2019	(r489991)
+++ head/net/GeoIP/files/geoipupdate.sh.in	Fri Jan 11 19:50:07 2019	(r489992)
@@ -10,3 +10,4 @@ net/libmaxminddb), please switch to that and use geoip
 (net/geoipupdate) to fetch the GeoIP 2 databases.
 ===============================================================
 MSG
+exit 1


More information about the svn-ports-all mailing list