Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Apr 2023 18:51:44 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f4a7371f6cef - main - security/pam_howdy: Add date to PORTVERSION and make GH_TAGNAME short. For real.
Message-ID:  <202304031851.333Ipirv071522@gitrepo.freebsd.org>

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

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

commit f4a7371f6ceffa432aa879c63b69c116ace0c6e7
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2023-04-03 18:49:43 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2023-04-03 18:51:40 +0000

    security/pam_howdy: Add date to PORTVERSION and make GH_TAGNAME short. For real.
    
    Reported by:    fluffy
---
 security/pam_howdy/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/security/pam_howdy/Makefile b/security/pam_howdy/Makefile
index 60af8998ca62..31ab47355563 100644
--- a/security/pam_howdy/Makefile
+++ b/security/pam_howdy/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pam_howdy
-PORTVERSION=	3.0.0.b
+PORTVERSION=	3.0.0.b.20230306
 CATEGORIES=	security
 
 MAINTAINER=	arrowd@FreeBSD.org
@@ -20,7 +20,7 @@ USES=		gettext-runtime localbase:ldflags pkgconfig meson ninja
 USE_GITHUB=	yes
 GH_ACCOUNT=	boltgolt
 GH_PROJECT=	howdy
-GH_TAGNAME=	30728a6d3634479c24ffd4e094c34a30bbb43058
+GH_TAGNAME=	30728a6d36
 
 WRKSRC_SUBDIR=	howdy/src/pam
 PLIST_FILES=	lib/pam_howdy.so



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