aboutsummaryrefslogtreecommitdiff
path: root/net/geoipupdate
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2019-11-08 00:13:54 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2019-11-08 00:13:54 +0000
commit87c7de3898ffd17319bbce0a0bcabaae3fa307eb (patch)
treecbcbd209d5650e0ef45eb383237897e7e89697b2 /net/geoipupdate
parent6f52410e8395b2af7775b42cf9e88bf4b769e994 (diff)
downloadports-87c7de3898ffd17319bbce0a0bcabaae3fa307eb.tar.gz
ports-87c7de3898ffd17319bbce0a0bcabaae3fa307eb.zip
geoipupdate: Update to 4.1.4
Notes
Notes: svn path=/head/; revision=517020
Diffstat (limited to 'net/geoipupdate')
-rw-r--r--net/geoipupdate/Makefile2
-rw-r--r--net/geoipupdate/distinfo6
-rw-r--r--net/geoipupdate/files/patch-Makefile10
3 files changed, 4 insertions, 14 deletions
diff --git a/net/geoipupdate/Makefile b/net/geoipupdate/Makefile
index e099ab3be4bf..1154cf170b10 100644
--- a/net/geoipupdate/Makefile
+++ b/net/geoipupdate/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= geoipupdate
-PORTVERSION= 4.1.0
+PORTVERSION= 4.1.4
DISTVERSIONPREFIX= v
CATEGORIES= net geography
diff --git a/net/geoipupdate/distinfo b/net/geoipupdate/distinfo
index af2f61994cf5..93018497f9c0 100644
--- a/net/geoipupdate/distinfo
+++ b/net/geoipupdate/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1573160162
-SHA256 (maxmind-geoipupdate-v4.1.0_GH0.tar.gz) = 8784286560a6c3f93516f5bf31bb21f0c1c4f804777a4a2461745d6a6fd124ab
-SIZE (maxmind-geoipupdate-v4.1.0_GH0.tar.gz) = 24774
+TIMESTAMP = 1573171943
+SHA256 (maxmind-geoipupdate-v4.1.4_GH0.tar.gz) = 787e0c8e90fdc1f6d13de680ceedb594fcafc2df0ba4dd3582aa7320ca52e31e
+SIZE (maxmind-geoipupdate-v4.1.4_GH0.tar.gz) = 24883
SHA256 (gofrs-flock-v0.7.1_GH0.tar.gz) = d4e33c3923e671fe6288a6dcb6618b7c46834c1a387653f482f5247c5a132dea
SIZE (gofrs-flock-v0.7.1_GH0.tar.gz) = 7294
SHA256 (pkg-errors-v0.8.1_GH0.tar.gz) = 7a428967c6fc2e80cd84a0d9469ab6bd4dbe6b13493ba6294322a933a5a7e356
diff --git a/net/geoipupdate/files/patch-Makefile b/net/geoipupdate/files/patch-Makefile
index af534a12c7bc..ec50768f152e 100644
--- a/net/geoipupdate/files/patch-Makefile
+++ b/net/geoipupdate/files/patch-Makefile
@@ -1,15 +1,5 @@
--- Makefile.orig 2019-11-07 20:59:07 UTC
+++ Makefile
-@@ -41,9 +41,6 @@ $(BUILDDIR):
- mkdir -p $(BUILDDIR)
-
- $(BUILDDIR)/geoipupdate: $(BUILDDIR)
-- go fmt ./...
-- golangci-lint run
-- go test ./...
- (cd cmd/geoipupdate && go build -ldflags '-X main.defaultConfigFile=$(CONFFILE) -X main.defaultDatabaseDirectory=$(DATADIR) -X "main.version=$(VERSION)"')
- cp cmd/geoipupdate/geoipupdate $(BUILDDIR)
-
@@ -57,7 +54,6 @@ $(BUILDDIR)/geoipupdate.md: $(BUILDDIR) doc/geoipupdat
sed -e 's|CONFFILE|$(CONFFILE)|g' -e 's|DATADIR|$(DATADIR)|g' -e 's|$$|$(MAYBE_CR)|g' doc/geoipupdate.md > $(BUILDDIR)/geoipupdate.md