pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/qmail
Module Name: pkgsrc
Committed By: schmonz
Date: Sat Apr 8 18:22:51 UTC 2017
Modified Files:
pkgsrc/mail/qmail: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/mail/qmail/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/qmail/Makefile
diff -u pkgsrc/mail/qmail/Makefile:1.83 pkgsrc/mail/qmail/Makefile:1.84
--- pkgsrc/mail/qmail/Makefile:1.83 Tue Apr 4 14:58:06 2017
+++ pkgsrc/mail/qmail/Makefile Sat Apr 8 18:22:51 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index