git: 1e9a9fa213cf - 2024Q4 - mail/qmail-contrib: use USES=metaport
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Oct 2024 12:46:46 UTC
The branch 2024Q4 has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=1e9a9fa213cf3371fe9339b7f0419f23f5400e3c commit 1e9a9fa213cf3371fe9339b7f0419f23f5400e3c Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2024-10-25 11:24:55 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2024-10-28 12:46:11 +0000 mail/qmail-contrib: use USES=metaport LICENSE=NONE confuses the license framework and makes it ask the user to accept the empty license. Add USES=metaport which makes it pick up the NA license defined therein. Then get rid of the various variables we already set in USES=metaport. MFH: 2024Q4. (cherry picked from commit 990a3dcfb52e977c8c4ab2f195cf0742d03da794) --- mail/qmail-contrib/Makefile | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/mail/qmail-contrib/Makefile b/mail/qmail-contrib/Makefile index 7aac4591e120..12cf384d4999 100644 --- a/mail/qmail-contrib/Makefile +++ b/mail/qmail-contrib/Makefile @@ -1,20 +1,15 @@ PORTNAME= qmail-contrib -PORTVERSION= 0.1 -PORTREVISION= 4 +DISTVERSION= 0.1 +PORTREVISION= 5 CATEGORIES= mail -MASTER_SITES= # not applicable -DISTFILES= # not applicable MAINTAINER= ports@FreeBSD.org COMMENT= Meta-port of contributed programs for qmail - -LICENSE= NONE # purely a meta-port +WWW= https://cr.yp.to/mail.html RUN_DEPENDS= dot-forward:mail/dot-forward \ fastforward:mail/fastforward -NO_ARCH= yes -NO_BUILD= yes -NO_INSTALL= yes +USES= metaport .include <bsd.port.mk>