From 1a5ac464bed416d16469032ae4c77bf50bca37eb Mon Sep 17 00:00:00 2001 From: schmonz Date: Sat, 8 Apr 2017 18:22:51 +0000 Subject: Remove dependency on sysutils/checkpassword. In the default install it's used only for qmail-pop3d, which is likely not being used much anymore. Other installs might need a different implementation of checkpassword anyhow. And this implementation is not (yet?) in the public domain, so it's blocking us from publishing binary packages of qmail. Unless (until?) sysutils/checkpassword becomes "public-domain", it remains under "djb-nonlicense". If you continue to need it, since you've already accepted the nonlicense, simply install it directly. I believe this package and all its remaining dependencies are now in DEFAULT_ACCEPTABLE_LICENSES. Bump PKGREVISION. --- mail/qmail/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mail') diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 42067f51aaa..cdb3c3e2cf8 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.83 2017/04/04 14:58:06 schmonz Exp $ +# $NetBSD: Makefile,v 1.84 2017/04/08 18:22:51 schmonz Exp $ # DISTNAME= ${PKGNAME_NOREV} PKGNAME= qmail-1.03 -PKGREVISION= 26 +PKGREVISION= 27 CATEGORIES= mail MASTER_SITES= http://qmail.org/ @@ -12,7 +12,6 @@ HOMEPAGE= http://cr.yp.to/qmail.html COMMENT= Secure, reliable, efficient, simple, and fast MTA LICENSE= public-domain -DEPENDS+= checkpassword-[0-9]*:../../sysutils/checkpassword DEPENDS+= daemontools-[0-9]*:../../sysutils/daemontools DEPENDS+= queue-fix>=1.4nb1:../../mail/queue-fix DEPENDS+= ucspi-tcp-[0-9]*:../../net/ucspi-tcp -- cgit v1.2.3