diff options
author | schmonz <schmonz@pkgsrc.org> | 2017-04-08 18:22:51 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2017-04-08 18:22:51 +0000 |
commit | bd29778edff0284d23257f3ec98aa9a108e308ba (patch) | |
tree | f3b95949cf67a997c0ae826e187658fef41abd93 /mail/qmail/Makefile | |
parent | 6da521e906ab41c4565094a0d22bdeb7cba84971 (diff) | |
download | pkgsrc-bd29778edff0284d23257f3ec98aa9a108e308ba.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/qmail/Makefile')
-rw-r--r-- | mail/qmail/Makefile | 5 |
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 |