pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail Replace dependencies on "qmail or netqmail" with ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b3eb70c6dfd
branches:  trunk
changeset: 479765:6b3eb70c6dfd
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Aug 22 00:23:55 2004 +0000

description:
Replace dependencies on "qmail or netqmail" with dependencies on qmail.

diffstat:

 mail/autorespond/Makefile  |  4 ++--
 mail/dot-forward/Makefile  |  4 ++--
 mail/ezmlm/Makefile.common |  4 ++--
 mail/fastforward/Makefile  |  4 ++--
 mail/mess822/Makefile      |  4 ++--
 mail/qmail-conf/Makefile   |  4 ++--
 mail/qtools/Makefile       |  4 ++--
 7 files changed, 14 insertions(+), 14 deletions(-)

diffs (126 lines):

diff -r 8340819efa1e -r 6b3eb70c6dfd mail/autorespond/Makefile
--- a/mail/autorespond/Makefile Sun Aug 22 00:22:31 2004 +0000
+++ b/mail/autorespond/Makefile Sun Aug 22 00:23:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/07/21 23:49:28 schmonz Exp $
+# $NetBSD: Makefile,v 1.6 2004/08/22 00:23:55 schmonz Exp $
 #
 
 DISTNAME=      autorespond-2.0.5
@@ -9,7 +9,7 @@
 HOMEPAGE=      http://www.inter7.com/devel/
 COMMENT=       Simple autoresponder add-on package for qmail
 
-DEPENDS+=      {qmail>=1.03,netqmail>=1.05}:../../mail/qmail
+DEPENDS+=      qmail>=1.03:../../mail/qmail
 
 USE_BUILDLINK3=        yes
 
diff -r 8340819efa1e -r 6b3eb70c6dfd mail/dot-forward/Makefile
--- a/mail/dot-forward/Makefile Sun Aug 22 00:22:31 2004 +0000
+++ b/mail/dot-forward/Makefile Sun Aug 22 00:23:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/07/21 23:49:28 schmonz Exp $
+# $NetBSD: Makefile,v 1.11 2004/08/22 00:23:55 schmonz Exp $
 #
 
 DISTNAME=              dot-forward-0.71
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://cr.yp.to/dot-forward.html
 COMMENT=               Reads sendmail's .forward files under qmail
 
-DEPENDS+=              {qmail>=1.03nb7,netqmail>=1.05}:../../mail/qmail
+DEPENDS+=              qmail>=1.03nb7:../../mail/qmail
 
 USE_BUILDLINK3=                yes
 
diff -r 8340819efa1e -r 6b3eb70c6dfd mail/ezmlm/Makefile.common
--- a/mail/ezmlm/Makefile.common        Sun Aug 22 00:22:31 2004 +0000
+++ b/mail/ezmlm/Makefile.common        Sun Aug 22 00:23:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2004/07/21 22:58:10 schmonz Exp $
+# $NetBSD: Makefile.common,v 1.4 2004/08/22 00:23:55 schmonz Exp $
 #
 
 EZMLM_VERS=    ezmlm-0.53
@@ -7,7 +7,7 @@
 CATEGORIES=    mail
 DISTFILES=     ${DISTNAME}.tar.gz
 
-DEPENDS+=      {qmail>=1.03,netqmail>=1.05}:../../mail/qmail
+DEPENDS+=      qmail>=1.03:../../mail/qmail
 
 PLIST_SRC=     ../../mail/ezmlm/PLIST.common
 
diff -r 8340819efa1e -r 6b3eb70c6dfd mail/fastforward/Makefile
--- a/mail/fastforward/Makefile Sun Aug 22 00:22:31 2004 +0000
+++ b/mail/fastforward/Makefile Sun Aug 22 00:23:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/07/21 23:49:28 schmonz Exp $
+# $NetBSD: Makefile,v 1.9 2004/08/22 00:23:55 schmonz Exp $
 #
 
 DISTNAME=              fastforward-0.51
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://cr.yp.to/fastforward.html
 COMMENT=               Sendmail-style /etc/aliases support for qmail
 
-DEPENDS+=              {qmail>=1.03nb7,netqmail>=1.05}:../../mail/qmail
+DEPENDS+=              qmail>=1.03nb7:../../mail/qmail
 
 CONFLICTS+=            postfix-[0-9]* sendmail-[0-9]*
 
diff -r 8340819efa1e -r 6b3eb70c6dfd mail/mess822/Makefile
--- a/mail/mess822/Makefile     Sun Aug 22 00:22:31 2004 +0000
+++ b/mail/mess822/Makefile     Sun Aug 22 00:23:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/07/26 23:26:27 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2004/08/22 00:23:55 schmonz Exp $
 #
 
 DISTNAME=              mess822-0.58
@@ -9,7 +9,7 @@
 HOMEPAGE=              http://cr.yp.to/mess822.html
 COMMENT=               Library for parsing Internet mail messages
 
-DEPENDS+=              {qmail>=1.03nb7,netqmail>=1.05}:../../mail/qmail
+DEPENDS+=              qmail>=1.03nb7:../../mail/qmail
 
 # We change conf-home from the default "/usr/local" and don't
 # provide compatibilbity symlinks. We also patch hier.c to respect
diff -r 8340819efa1e -r 6b3eb70c6dfd mail/qmail-conf/Makefile
--- a/mail/qmail-conf/Makefile  Sun Aug 22 00:22:31 2004 +0000
+++ b/mail/qmail-conf/Makefile  Sun Aug 22 00:23:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/08/22 00:22:31 schmonz Exp $
+# $NetBSD: Makefile,v 1.18 2004/08/22 00:23:55 schmonz Exp $
 #
 
 DISTNAME=              qmail-conf-0.60
@@ -15,7 +15,7 @@
 
 DEPENDS+=              checkpassword-[0-9]*:../../sysutils/checkpassword
 DEPENDS+=              daemontools>=0.70:../../sysutils/daemontools
-DEPENDS+=              {qmail>=1.03nb7,netqmail>=1.05}:../../mail/qmail
+DEPENDS+=              qmail>=1.03nb7:../../mail/qmail
 DEPENDS+=              ucspi-tcp>=0.86:../../net/ucspi-tcp
 
 USE_BUILDLINK3=                yes
diff -r 8340819efa1e -r 6b3eb70c6dfd mail/qtools/Makefile
--- a/mail/qtools/Makefile      Sun Aug 22 00:22:31 2004 +0000
+++ b/mail/qtools/Makefile      Sun Aug 22 00:23:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/07/22 00:18:43 schmonz Exp $
+# $NetBSD: Makefile,v 1.9 2004/08/22 00:23:55 schmonz Exp $
 #
 
 DISTNAME=      qtools-0.56
@@ -10,7 +10,7 @@
 COMMENT=       Utilities for filtering via .qmail
 
 DEPENDS+=      {ezmlm>=0.53,ezmlm-idx-[0-9]*}:../../mail/ezmlm
-DEPENDS+=      {qmail>=1.03,netqmail>=1.05}:../../mail/qmail
+DEPENDS+=      qmail>=1.03:../../mail/qmail
 
 USE_BUILDLINK3=        yes
 



Home | Main Index | Thread Index | Old Index