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:           Wed Jul 25 16:42:36 UTC 2018

Modified Files:
        pkgsrc/mail/qmail: Makefile

Log Message:
Add dependency on checkpassword-pam, since checkpassword is not yet licensed.
Ride previous PKGREVISION bump.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 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.94 pkgsrc/mail/qmail/Makefile:1.95
--- pkgsrc/mail/qmail/Makefile:1.94     Wed Jul 25 16:32:34 2018
+++ pkgsrc/mail/qmail/Makefile  Wed Jul 25 16:42:36 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2018/07/25 16:32:34 schmonz Exp $
+# $NetBSD: Makefile,v 1.95 2018/07/25 16:42:36 schmonz Exp $
 #
 
 DISTNAME=              netqmail-1.06
@@ -12,6 +12,7 @@ HOMEPAGE=             http://qmail.org/netqmail/
 COMMENT=               Secure, reliable, efficient, simple, and fast MTA
 LICENSE=               public-domain
 
+DEPENDS+=              checkpassword-pam-[0-9]*:../../sysutils/checkpassword-pam
 DEPENDS+=              daemontools-[0-9]*:../../sysutils/daemontools
 DEPENDS+=              ucspi-tcp6-[0-9]*:../../net/ucspi-tcp6
 



Home | Main Index | Thread Index | Old Index