pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/qmail Remove dependency on sysutils/checkpassword...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7391b87a6dc
branches:  trunk
changeset: 360815:a7391b87a6dc
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Apr 08 18:22:51 2017 +0000

description:
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:

 mail/qmail/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r ca2b85d460c9 -r a7391b87a6dc mail/qmail/Makefile
--- a/mail/qmail/Makefile       Sat Apr 08 18:08:53 2017 +0000
+++ b/mail/qmail/Makefile       Sat Apr 08 18:22:51 2017 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index