Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Apr 2023 18:39:09 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: c5d3d30585ce - main - security/{,pam_}howdy: Add date to PORTVERSION and make GH_TAGNAME short.
Message-ID:  <202304031839.333Id9uK044947@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=c5d3d30585ce05c9e3f95c92742218956eab3fb9

commit c5d3d30585ce05c9e3f95c92742218956eab3fb9
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2023-04-03 18:37:17 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2023-04-03 18:39:04 +0000

    security/{,pam_}howdy: Add date to PORTVERSION and make GH_TAGNAME short.
    
    Reported by:    diizzy
---
 security/howdy/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/security/howdy/Makefile b/security/howdy/Makefile
index 675fca7c5aca..4b9e328c4b81 100644
--- a/security/howdy/Makefile
+++ b/security/howdy/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	howdy
-PORTVERSION=	3.0.0.b
+PORTVERSION=	3.0.0.b.20230306
 CATEGORIES=	security
 
 MAINTAINER=	arrowd@FreeBSD.org
@@ -19,7 +19,7 @@ USES=		python:run shebangfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	boltgolt
 GH_PROJECT=	howdy
-GH_TAGNAME=	30728a6d3634479c24ffd4e094c34a30bbb43058
+GH_TAGNAME=	30728a6d36
 
 SHEBANG_GLOB=	*.py
 



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