git: 583eef497d8a - main - security/mate-pam-helper: removed tar:bzip2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Jan 2022 12:54:57 UTC
The branch main has been updated by ericbsd: URL: https://cgit.FreeBSD.org/ports/commit/?id=583eef497d8a2a1734079f453c5951dab919fbc4 commit 583eef497d8a2a1734079f453c5951dab919fbc4 Author: Eric Turgeon <ericbsd@FreeBSD.org> AuthorDate: 2022-01-19 12:54:43 +0000 Commit: Eric Turgeon <ericbsd@FreeBSD.org> CommitDate: 2022-01-19 12:54:53 +0000 security/mate-pam-helper: removed tar:bzip2 --- security/mate-pam-helper/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/mate-pam-helper/Makefile b/security/mate-pam-helper/Makefile index 09c3cfdf9e60..200be03da6ae 100644 --- a/security/mate-pam-helper/Makefile +++ b/security/mate-pam-helper/Makefile @@ -1,5 +1,5 @@ PORTNAME= mate-pam-helper -PORTVERSION= 1.3 +DISTVERSION= 1.3 CATEGORIES= security sysutils MAINTAINER= ericbsd@FreeBSD.org @@ -7,7 +7,7 @@ COMMENT= MATE authenticate applications requiring PAM services LICENSE= BSD2CLAUSE -USES= tar:bzip2 uidfix +USES= uidfix USE_GITHUB= yes GH_ACCOUNT= GhostBSD