summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorschmonz <schmonz>2017-04-08 18:22:51 +0000
committerschmonz <schmonz>2017-04-08 18:22:51 +0000
commita3e771590c416b479869bf741f033f604d457afc (patch)
tree957efb64b9cf13d54732956865ff8c556f6380c1 /mail
parent35a8b3172360bd848e0b975ba44b49eea2ace758 (diff)
downloadpkgsrc-a3e771590c416b479869bf741f033f604d457afc.tar.gz
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.
Diffstat (limited to 'mail')
-rw-r--r--mail/qmail/Makefile5
1 files changed, 2 insertions, 3 deletions
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