summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz>2003-05-02 11:53:34 +0000
committerwiz <wiz>2003-05-02 11:53:34 +0000
commitbef3134ed490d801c9b67d774eb140aa65897ab4 (patch)
tree0b3576bf8d40c5f7d058728d38e43564bcae5836 /mail
parent24aabfa97a1b266a2e8fe1d6f66ea5255c1f61cc (diff)
downloadpkgsrc-bef3134ed490d801c9b67d774eb140aa65897ab4.tar.gz
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
Diffstat (limited to 'mail')
-rw-r--r--mail/GNUMail/Makefile4
-rw-r--r--mail/Pantomime/Makefile3
-rw-r--r--mail/Pantomime/buildlink2.mk4
-rw-r--r--mail/balsa/Makefile3
-rw-r--r--mail/balsa2/Makefile3
-rw-r--r--mail/clamav/Makefile3
-rw-r--r--mail/courier-authldap/Makefile4
-rw-r--r--mail/evolution/Makefile6
-rw-r--r--mail/evolution/buildlink2.mk4
-rw-r--r--mail/kbiff/Makefile3
-rw-r--r--mail/libesmtp/Makefile3
-rw-r--r--mail/libesmtp/buildlink2.mk4
-rw-r--r--mail/libmilter/Makefile3
-rw-r--r--mail/libmilter/buildlink2.mk4
-rw-r--r--mail/mimedefang/Makefile3
-rw-r--r--mail/pine/Makefile3
-rw-r--r--mail/postfix/Makefile4
-rw-r--r--mail/sendmail/Makefile4
-rw-r--r--mail/sendmail811/Makefile4
-rw-r--r--mail/spamass-milter/Makefile3
-rw-r--r--mail/spruce/Makefile4
-rw-r--r--mail/sylpheed-claws/Makefile6
-rw-r--r--mail/sylpheed/Makefile6
-rw-r--r--mail/xfmail/Makefile4
24 files changed, 48 insertions, 44 deletions
diff --git a/mail/GNUMail/Makefile b/mail/GNUMail/Makefile
index ab305f486fb..950e9cbc175 100644
--- a/mail/GNUMail/Makefile
+++ b/mail/GNUMail/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2003/01/03 14:12:40 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2003/05/02 11:55:36 wiz Exp $
#
DISTNAME= GNUMail-1.0.3
-PKGREVISION= 1
+PKGREVISION= 2
WRKSRC= ${WRKDIR}/GNUMail
CATEGORIES= mail gnustep
MASTER_SITES= http://extrovert.screwdriver.net/~extra/cgi-bin/
diff --git a/mail/Pantomime/Makefile b/mail/Pantomime/Makefile
index e8885cadef4..06efe6d27bb 100644
--- a/mail/Pantomime/Makefile
+++ b/mail/Pantomime/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/09/29 03:41:15 rh Exp $
+# $NetBSD: Makefile,v 1.2 2003/05/02 11:55:37 wiz Exp $
#
DISTNAME= Pantomime-1.0.5
+PKGREVISION= 1
WRKSRC= ${WRKDIR}/Pantomime
CATEGORIES= mail gnustep
MASTER_SITES= http://extrovert.screwdriver.net/~extra/cgi-bin/
diff --git a/mail/Pantomime/buildlink2.mk b/mail/Pantomime/buildlink2.mk
index 8f0121da880..2fa13e57097 100644
--- a/mail/Pantomime/buildlink2.mk
+++ b/mail/Pantomime/buildlink2.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.1.1.1 2002/09/29 03:41:15 rh Exp $
+# $NetBSD: buildlink2.mk,v 1.2 2003/05/02 11:55:37 wiz Exp $
#
# This Makefile fragment is included by packages that use Pantomime.
#
@@ -9,7 +9,7 @@
PANTOMIME_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= Pantomime
-BUILDLINK_DEPENDS.Pantomime?= Pantomime>=1.0.5
+BUILDLINK_DEPENDS.Pantomime?= Pantomime>=1.0.5nb1
BUILDLINK_PKGSRCDIR.Pantomime?= ../../mail/Pantomime
EVAL_PREFIX+= BUILDLINK_PREFIX.Pantomime=Pantomime
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index 67d925c1824..772f47eccc6 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2003/04/26 03:09:30 rh Exp $
+# $NetBSD: Makefile,v 1.32 2003/05/02 11:55:37 wiz Exp $
#
DISTNAME= balsa-1.4.3
+PKGREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \
ftp://ftp.newton.cx/pub/balsa/
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile
index c2c65272684..65c52703264 100644
--- a/mail/balsa2/Makefile
+++ b/mail/balsa2/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/04/27 00:42:58 rh Exp $
+# $NetBSD: Makefile,v 1.2 2003/05/02 11:55:37 wiz Exp $
#
DISTNAME= balsa-2.0.10
+PKGREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= http://balsa.gnome.org/ \
ftp://ftp.newton.cx/pub/balsa/
diff --git a/mail/clamav/Makefile b/mail/clamav/Makefile
index ed98b6b7fd9..8973e1e97cd 100644
--- a/mail/clamav/Makefile
+++ b/mail/clamav/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/03/26 18:55:17 agc Exp $
+# $NetBSD: Makefile,v 1.2 2003/05/02 11:55:37 wiz Exp $
DISTNAME= clamav-0.54
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://clamav.elektrapro.com/stable/
diff --git a/mail/courier-authldap/Makefile b/mail/courier-authldap/Makefile
index 3cb2f1bc440..7c86504ed39 100644
--- a/mail/courier-authldap/Makefile
+++ b/mail/courier-authldap/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2003/01/28 22:03:28 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2003/05/02 11:55:38 wiz Exp $
PKGNAME= courier-authldap-${BASE_VERS}
-PKGREVISION?= # empty
+PKGREVISION?= 1
COMMENT= Courier LDAP authentication module
CONFLICTS= courier-imap-ldap-[0-9]*
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index 84dc3f9544f..228ac12ba94 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2003/04/12 04:26:41 rh Exp $
+# $NetBSD: Makefile,v 1.36 2003/05/02 11:55:38 wiz Exp $
DISTNAME= evolution-1.2.4
+PKGREVISION= 1
CATEGORIES= mail time gnome
MASTER_SITES= ftp://ftp.ximian.com/pub/ximian-evolution/source/ \
ftp://ximian.netnitco.net/pub/mirrors/ximian/ximian-evolution/source/ \
@@ -26,10 +27,7 @@ BUILD_USES_MSGFMT= YES
# Using a wildcard here doesn't make sense because the version number of
# "db3" is hardcoded in the "configure" script and some source modules.
BUILDLINK_DEPENDS.db3= db3-3.11.2
-BUILDLINK_DEPENDS.gnome-vfs= gnome-vfs>=1.0.5
BUILDLINK_DEPENDS.libxml= libxml>=1.8.17
-BUILDLINK_DEPENDS.gal= gal>=0.22
-BUILDLINK_DEPENDS.gtkhtml= gtkhtml>=1.1.7
GNU_CONFIGURE= YES
USE_GMAKE= YES
diff --git a/mail/evolution/buildlink2.mk b/mail/evolution/buildlink2.mk
index 0f6276584e1..d125a9b9d0e 100644
--- a/mail/evolution/buildlink2.mk
+++ b/mail/evolution/buildlink2.mk
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink2.mk,v 1.2 2002/12/24 06:10:11 wiz Exp $
+# $NetBSD: buildlink2.mk,v 1.3 2003/05/02 11:55:38 wiz Exp $
#
.if !defined(EVOLUTION_BUILDLINK2_MK)
EVOLUTION_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= evolution
-BUILDLINK_DEPENDS.evolution?= evolution>=1.0.8nb5
+BUILDLINK_DEPENDS.evolution?= evolution>=1.2.4nb1
BUILDLINK_PKGSRCDIR.evolution?= ../../mail/evolution
EVAL_PREFIX+= BUILDLINK_PREFIX.evolution=evolution
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile
index 2ef0eb3e222..396e7a195cc 100644
--- a/mail/kbiff/Makefile
+++ b/mail/kbiff/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/03/11 13:56:31 markd Exp $
+# $NetBSD: Makefile,v 1.2 2003/05/02 11:55:38 wiz Exp $
DISTNAME= kbiff-3.6.3
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://devel-home.kde.org/~granroth/kbiff/
EXTRACT_SUFX= .tar.bz2
diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile
index a5f45e3610f..dc158772ab5 100644
--- a/mail/libesmtp/Makefile
+++ b/mail/libesmtp/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2003/01/19 08:48:49 tron Exp $
+# $NetBSD: Makefile,v 1.4 2003/05/02 11:55:39 wiz Exp $
DISTNAME= libesmtp-1.0rc1
+PKGREVISION= 1
CATEGORIES= mail devel
MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/ \
http://www.tobez.org/download/port-mirrors/mail/libesmtp/ \
diff --git a/mail/libesmtp/buildlink2.mk b/mail/libesmtp/buildlink2.mk
index 6bc38ca798c..455abc1b21c 100644
--- a/mail/libesmtp/buildlink2.mk
+++ b/mail/libesmtp/buildlink2.mk
@@ -1,10 +1,10 @@
-# $NetBSD: buildlink2.mk,v 1.2 2003/03/22 07:49:46 rh Exp $
+# $NetBSD: buildlink2.mk,v 1.3 2003/05/02 11:55:39 wiz Exp $
.if !defined(LIBESMTP_BUILDLINK2_MK)
LIBESMTP_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= libesmtp
-BUILDLINK_DEPENDS.libesmtp?= libesmtp>=1.0rc1
+BUILDLINK_DEPENDS.libesmtp?= libesmtp>=1.0rc1nb1
BUILDLINK_PKGSRCDIR.libesmtp?= ../../mail/libesmtp
EVAL_PREFIX+= BUILDLINK_PREFIX.libesmtp=libesmtp
diff --git a/mail/libmilter/Makefile b/mail/libmilter/Makefile
index c222f226fa5..57f8547035b 100644
--- a/mail/libmilter/Makefile
+++ b/mail/libmilter/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/09/23 13:03:31 markd Exp $
+# $NetBSD: Makefile,v 1.2 2003/05/02 11:55:39 wiz Exp $
.include "../../mail/sendmail/Makefile.common"
PKGNAME= libmilter-${DIST_VERS}
+PKGREVISION= 1
COMMENT= Mail filter support library for sendmail
USE_MILTER= YES
diff --git a/mail/libmilter/buildlink2.mk b/mail/libmilter/buildlink2.mk
index 4d8ecae5722..8a1635591a8 100644
--- a/mail/libmilter/buildlink2.mk
+++ b/mail/libmilter/buildlink2.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.1.1.1 2002/09/23 13:03:31 markd Exp $
+# $NetBSD: buildlink2.mk,v 1.2 2003/05/02 11:55:39 wiz Exp $
#
# This Makefile fragment is included by packages that use libmilter.
#
@@ -7,7 +7,7 @@
LIBMILTER_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= libmilter
-BUILDLINK_DEPENDS.libmilter?= libmilter>=8.12.6
+BUILDLINK_DEPENDS.libmilter?= libmilter>=8.12.9nb1
BUILDLINK_PKGSRCDIR.libmilter?= ../../mail/libmilter
EVAL_PREFIX+= BUILDLINK_PREFIX.libmilter=libmilter
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile
index 001481f24d5..db5fc6a5155 100644
--- a/mail/mimedefang/Makefile
+++ b/mail/mimedefang/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2003/04/28 12:47:11 markd Exp $
+# $NetBSD: Makefile,v 1.7 2003/05/02 11:55:39 wiz Exp $
DISTNAME= mimedefang-2.33
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.roaringpenguin.com/mimedefang/
diff --git a/mail/pine/Makefile b/mail/pine/Makefile
index 19ebe0f9134..f07d9d6432f 100644
--- a/mail/pine/Makefile
+++ b/mail/pine/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.67 2003/01/23 07:37:18 martti Exp $
+# $NetBSD: Makefile,v 1.68 2003/05/02 11:55:40 wiz Exp $
DISTNAME= pine4.53
PKGNAME= pine-4.53
+PKGREVISION= 1
CATEGORIES= mail news
MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \
ftp://ftp.fu-berlin.de/unix/mail/pine/
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 218807cb19f..9b77bf86174 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.93 2003/05/01 14:07:57 jmmv Exp $
+# $NetBSD: Makefile,v 1.94 2003/05/02 11:55:40 wiz Exp $
DISTNAME= postfix-2.0.9
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 5bf04fe478d..6233a72d574 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.58 2003/05/01 15:19:12 jmmv Exp $
+# $NetBSD: Makefile,v 1.59 2003/05/02 11:55:40 wiz Exp $
.include "../../mail/sendmail/Makefile.common"
PKGNAME= sendmail-${DIST_VERS}
-PKGREVISION= 2
+PKGREVISION= 3
COMMENT= The well known Mail Transport Agent
MESSAGE_SRC= ${WRKDIR}/.MESSAGE_SRC
diff --git a/mail/sendmail811/Makefile b/mail/sendmail811/Makefile
index 3d691f10f14..934d85a9282 100644
--- a/mail/sendmail811/Makefile
+++ b/mail/sendmail811/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2003/05/01 15:01:49 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2003/05/02 11:55:41 wiz Exp $
DISTNAME= sendmail.8.11.6
PKGNAME= sendmail-8.11.6
-PKGREVISION= 4
+PKGREVISION= 5
WRKSRC= ${WRKDIR}/${PKGNAME:C/nb[0-9]+$//}
CATEGORIES= mail
MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \
diff --git a/mail/spamass-milter/Makefile b/mail/spamass-milter/Makefile
index 694ea201a96..1ac9a02aa0b 100644
--- a/mail/spamass-milter/Makefile
+++ b/mail/spamass-milter/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2003/04/03 14:49:38 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2003/05/02 11:55:41 wiz Exp $
#
DISTNAME= spamass-milter-0.1.3a
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://savannah.nongnu.org/download/spamass-milt/
diff --git a/mail/spruce/Makefile b/mail/spruce/Makefile
index d807d04f205..3558ea01c8b 100644
--- a/mail/spruce/Makefile
+++ b/mail/spruce/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2002/12/08 00:06:08 salo Exp $
+# $NetBSD: Makefile,v 1.15 2003/05/02 11:55:41 wiz Exp $
#
DISTNAME= spruce-0.5.17
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=spruce/}
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile
index 18f45c1d0ad..7005a3a6bd7 100644
--- a/mail/sylpheed-claws/Makefile
+++ b/mail/sylpheed-claws/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2003/03/22 05:23:32 salo Exp $
+# $NetBSD: Makefile,v 1.16 2003/05/02 11:55:42 wiz Exp $
#
DISTNAME= sylpheed-0.8.11claws
PKGNAME= sylpheed-claws-0.8.11
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail news x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sylpheed-claws/}
EXTRACT_SUFX= .tar.bz2
@@ -34,8 +34,6 @@ CONFIGURE_ARGS+= --enable-aspell
PKG_SYSCONFSUBDIR= sylpheed
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-BUILDLINK_DEPENDS.gpgme= gpgme>=0.3.10
-
.include "../../mk/bsd.prefs.mk"
BUILD_DEFS+= USE_INET6 USE_OPENLDAP
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile
index d92cc43854d..d052aa21227 100644
--- a/mail/sylpheed/Makefile
+++ b/mail/sylpheed/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2003/03/22 13:47:56 chris Exp $
+# $NetBSD: Makefile,v 1.37 2003/05/02 11:55:42 wiz Exp $
DISTNAME= sylpheed-0.8.11
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail news x11
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/
EXTRACT_SUFX= .tar.bz2
@@ -30,8 +30,6 @@ CONFIGURE_ARGS+= --enable-compface
PKG_SYSCONFSUBDIR= sylpheed
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-BUILDLINK_DEPENDS.gpgme= gpgme>=0.3.10
-
.include "../../mk/bsd.prefs.mk"
BUILD_DEFS+= USE_INET6 USE_OPENLDAP
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile
index 298d8e234a9..a6ad8388c58 100644
--- a/mail/xfmail/Makefile
+++ b/mail/xfmail/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2002/12/28 21:22:53 jschauma Exp $
+# $NetBSD: Makefile,v 1.28 2003/05/02 11:55:42 wiz Exp $
DISTNAME= xfmail-1.4.7
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= mail x11
MASTER_SITES= ftp://xfmail.ufies.org/pub/xfmail/release/1.4.7/source/
EXTRACT_SUFX= .tar.bz2