Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2024 04:59:42 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9508bf5eef5c - main - mail/pizauth: Improve port
Message-ID:  <202409170459.48H4xgHg038939@gitrepo.freebsd.org>

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

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

commit 9508bf5eef5c871ba8a07d9e3a0279ac0a84f976
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-09-16 22:46:58 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-09-17 04:58:06 +0000

    mail/pizauth: Improve port
    
    * Remove USES= tar:tgz
    * Replace ${PORTNAME}-${DISTVERSION} with ${DISTNAME}
    
    Approved by:    portmgr (blanket)
---
 mail/pizauth/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail/pizauth/Makefile b/mail/pizauth/Makefile
index a23a445e6451..f09c7761f1bf 100644
--- a/mail/pizauth/Makefile
+++ b/mail/pizauth/Makefile
@@ -10,10 +10,10 @@ LICENSE=	APACHE20 MIT
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
-USES=		cargo tar:tgz
+USES=		cargo
 USE_GITHUB=	yes
 GH_ACCOUNT=	ltratt
-GH_TAGNAME=	${PORTNAME}-${DISTVERSION}
+GH_TAGNAME=	${DISTNAME}
 
 PLIST_FILES=	bin/pizauth \
 		share/man/man1/pizauth.1.gz \



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