diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2023-03-16 15:49:05 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2023-03-16 15:49:15 +0000 |
commit | 1c41cb917caeebca1920e20b196dd9be0940850c (patch) | |
tree | 4b84c51f6da54c4c8fd45734368af469970c7a61 | |
parent | 22b2bb934d47444650206ea292b82512f6cde850 (diff) | |
download | ports-1c41cb917caeebca1920e20b196dd9be0940850c.tar.gz ports-1c41cb917caeebca1920e20b196dd9be0940850c.zip |
net/geoipupdate: Update to 4.11.1
-rw-r--r-- | net/geoipupdate/Makefile | 5 | ||||
-rw-r--r-- | net/geoipupdate/distinfo | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net/geoipupdate/Makefile b/net/geoipupdate/Makefile index 154b56f87b85..b661f290ff8f 100644 --- a/net/geoipupdate/Makefile +++ b/net/geoipupdate/Makefile @@ -1,5 +1,5 @@ PORTNAME= geoipupdate -PORTVERSION= 4.11.0 +PORTVERSION= 4.11.1 DISTVERSIONPREFIX= v CATEGORIES= net geography @@ -55,4 +55,7 @@ do-install-MANPAGES-on: ${INSTALL_MAN} ${WRKSRC}/build/geoipupdate.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/build/GeoIP.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5 +do-test: + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GO_ENV} GOPROXY=off ${GO_CMD} test ${GO_TESTFLAGS} ./... + .include <bsd.port.mk> diff --git a/net/geoipupdate/distinfo b/net/geoipupdate/distinfo index 2f899addcf4a..9222a8c54f38 100644 --- a/net/geoipupdate/distinfo +++ b/net/geoipupdate/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1678913650 -SHA256 (go/net_geoipupdate/geoipupdate-v4.11.0/v4.11.0.mod) = 181ca2182b5008570c82982204b7d278b90346947fe6238308700fa5a8028806 -SIZE (go/net_geoipupdate/geoipupdate-v4.11.0/v4.11.0.mod) = 406 -SHA256 (go/net_geoipupdate/geoipupdate-v4.11.0/v4.11.0.zip) = 302d53a115d313619c93e363e9ed2d357fc1ffd0d5efe53906f816f66a211fa9 -SIZE (go/net_geoipupdate/geoipupdate-v4.11.0/v4.11.0.zip) = 53864 +TIMESTAMP = 1678981421 +SHA256 (go/net_geoipupdate/geoipupdate-v4.11.1/v4.11.1.mod) = 181ca2182b5008570c82982204b7d278b90346947fe6238308700fa5a8028806 +SIZE (go/net_geoipupdate/geoipupdate-v4.11.1/v4.11.1.mod) = 406 +SHA256 (go/net_geoipupdate/geoipupdate-v4.11.1/v4.11.1.zip) = 6c5c9700dd613ab209075a1b19329c0d7a4401791c3bbb508df28acd9210068e +SIZE (go/net_geoipupdate/geoipupdate-v4.11.1/v4.11.1.zip) = 53880 |