diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-10 16:06:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-10 16:06:32 +0000 |
commit | 80ee491886d0ad0b88b9dc336e476683e9cb121c (patch) | |
tree | 3d3020be9bfaa2a5e59d50f368ad6eb391a5d5fc /mail | |
parent | 0f7a9ebfb4ffb57a93cd75c639765167df3710b0 (diff) | |
download | pkgsrc-80ee491886d0ad0b88b9dc336e476683e9cb121c.tar.gz |
Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa/Makefile | 4 | ||||
-rw-r--r-- | mail/evolution/Makefile | 4 | ||||
-rw-r--r-- | mail/mutt/Makefile | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 636df520aad..86139a7f804 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2002/08/21 02:23:53 mjl Exp $ +# $NetBSD: Makefile,v 1.21 2002/09/10 16:06:44 wiz Exp $ # DISTNAME= balsa-1.4.0 -# PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ ftp://ftp.newton.cx/pub/balsa/ diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 44cdf65c163..07ad30af95d 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2002/09/05 23:25:27 rh Exp $ +# $NetBSD: Makefile,v 1.23 2002/09/10 16:06:44 wiz Exp $ DISTNAME= evolution-1.0.8 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail time gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/evolution/} EXTRACT_SUFX= .tar.bz2 diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 7ec8780d9f8..56d37c5d784 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.84 2002/09/04 12:48:36 tron Exp $ +# $NetBSD: Makefile,v 1.85 2002/09/10 16:06:44 wiz Exp $ DISTNAME= mutt-1.4i PKGNAME= ${DISTNAME:C/i$//} +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ \ ftp://ftp.stealth.net/pub/mirrors/ftp.mutt.org/pub/mutt/ \ |