Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Aug 2024 19:31:33 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eaa4ee041ed6 - main - net/gmid: Update 2.1 =?utf-8?Q?=E2=86=92?= 2.1.1
Message-ID:  <202408271931.47RJVXIi040955@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eaa4ee041ed62d0829addae345b2cb8304620ec0

commit eaa4ee041ed62d0829addae345b2cb8304620ec0
Author:     Omar Polo <freebsd@omarpolo.com>
AuthorDate: 2024-08-27 19:29:36 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-08-27 19:31:27 +0000

    net/gmid: Update 2.1 → 2.1.1
    
    Changelog:
    https://github.com/omar-polo/gmid/releases/tag/2.1.1
    
    While here pet portclippy.
    
    PR:     281098
---
 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 665c630803d3..03442e0ccb4c 100644
--- a/net/gmid/Makefile
+++ b/net/gmid/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	gmid
-DISTVERSION=	2.1
+DISTVERSION=	2.1.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 019bab2e40b0..add90b1521cd 100644
--- a/net/gmid/distinfo
+++ b/net/gmid/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1722703962
-SHA256 (gmid-2.1.tar.gz) = d1f7e23bbbc708cb94ad62cecf6fad47433bbb78f9a86930f7d3eb377b1b344b
-SIZE (gmid-2.1.tar.gz) = 197320
+TIMESTAMP = 1724656372
+SHA256 (gmid-2.1.1.tar.gz) = 9eb0fe4272616e71ef28adb1a10808adb58db01626acc39fddebf58e0a0ac4bf
+SIZE (gmid-2.1.1.tar.gz) = 198408



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408271931.47RJVXIi040955>