git: 9508bf5eef5c - main - mail/pizauth: Improve port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Sep 2024 04:59:42 UTC
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 \