Hi,
The patch below updates net/geomyidae from 0.50.1 to 0.51.
BTW maybe the patch-Makefile patch procedure can be changed to override
the MANDIR variable in the Makefile? This would avoid having to maintain
and bump the patch for each release.
diff --git net/geomyidae/Makefile net/geomyidae/Makefile
index 22cbad38431..76393c321ef 100644
--- net/geomyidae/Makefile
+++ net/geomyidae/Makefile
@@ -1,6 +1,6 @@
COMMENT = Gopher protocol daemon
-DISTNAME = geomyidae-v0.50.1
+DISTNAME = geomyidae-v0.51
PKGNAME = ${DISTNAME:S/-v/-/}
CATEGORIES = net
diff --git net/geomyidae/distinfo net/geomyidae/distinfo
index 4240c49f40f..8257add4f14 100644
--- net/geomyidae/distinfo
+++ net/geomyidae/distinfo
@@ -1,2 +1,2 @@
-SHA256 (geomyidae-v0.50.1.tar.gz) =
Rn7facnjCOD21rn58NB1hxuz0fToUcVdlrfefApB1Xk=
-SIZE (geomyidae-v0.50.1.tar.gz) = 31832
+SHA256 (geomyidae-v0.51.tar.gz) = z65VWzcw4FYRTyAi7Gi83dnQWTpIZbNMcdrKlJqdiow=
+SIZE (geomyidae-v0.51.tar.gz) = 33384
diff --git net/geomyidae/patches/patch-Makefile
net/geomyidae/patches/patch-Makefile
index b28543585a2..3c4e8f022aa 100644
--- net/geomyidae/patches/patch-Makefile
+++ net/geomyidae/patches/patch-Makefile
@@ -1,7 +1,7 @@
Index: Makefile
--- Makefile.orig
+++ Makefile
-@@ -7,7 +7,7 @@ VERSION = 0.50.1
+@@ -7,7 +7,7 @@ VERSION = 0.51
PREFIX = /usr/local
BINDIR = ${PREFIX}/bin
--
Kind regards,
Hiltjo