git: 69e0eafd3255 - main - net/gmid: udpate 2.0.5 → 2.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Aug 2024 21:40:55 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=69e0eafd32551317f2e9b8a37ae5b881db8841b5
commit 69e0eafd32551317f2e9b8a37ae5b881db8841b5
Author: Omar Polo <freebsd@omarpolo.com>
AuthorDate: 2024-08-03 21:39:32 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-08-03 21:39:32 +0000
net/gmid: udpate 2.0.5 → 2.1
This updates brings support for the proxy-protocol v1 for both incoming
and outgoing connections, as well as some bug fixes.
Changelog:
https://github.com/omar-polo/gmid/releases/tag/2.1
PR: 280596
---
net/gmid/Makefile | 5 ++---
net/gmid/distinfo | 6 +++---
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/net/gmid/Makefile b/net/gmid/Makefile
index 69f3787fca5f..cc01f1802ba7 100644
--- a/net/gmid/Makefile
+++ b/net/gmid/Makefile
@@ -1,5 +1,5 @@
PORTNAME= gmid
-DISTVERSION= 2.0.5
+DISTVERSION= 2.1
CATEGORIES= net
MASTER_SITES= https://github.com/omar-polo/${PORTNAME}/releases/download/${DISTVERSION}/ \
https://ftp.omarpolo.com/
@@ -17,14 +17,13 @@ USES= localbase pkgconfig ssl
USE_RC_SUBR= gmid
HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc
TEST_TARGET= regress
USERS= _gmid
GROUPS= _gmid
-CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc
-
post-patch:
@${REINPLACE_CMD} -e 's|/man|/share/man|' ${WRKSRC}/configure
diff --git a/net/gmid/distinfo b/net/gmid/distinfo
index f6bbbf5213ab..019bab2e40b0 100644
--- a/net/gmid/distinfo
+++ b/net/gmid/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718094990
-SHA256 (gmid-2.0.5.tar.gz) = 3328ebf277c597e175762089d38767adae13d70b7c2624ede738ec7108272539
-SIZE (gmid-2.0.5.tar.gz) = 192727
+TIMESTAMP = 1722703962
+SHA256 (gmid-2.1.tar.gz) = d1f7e23bbbc708cb94ad62cecf6fad47433bbb78f9a86930f7d3eb377b1b344b
+SIZE (gmid-2.1.tar.gz) = 197320