diff options
author | jmmv <jmmv> | 2004-03-08 19:40:36 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-03-08 19:40:36 +0000 |
commit | 86c13741d5aac3e7554ae1450f434384bccf09e2 (patch) | |
tree | 31ed0dbd30601179a2bbef617a33214b104e418a /mail | |
parent | ea5eb9df0c476c06390c6b0f9497fdd0c4d8cd1e (diff) | |
download | pkgsrc-86c13741d5aac3e7554ae1450f434384bccf09e2.tar.gz |
Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa/Makefile | 6 | ||||
-rw-r--r-- | mail/balsa2/Makefile | 5 | ||||
-rw-r--r-- | mail/evolution/Makefile | 6 | ||||
-rw-r--r-- | mail/evolution12/Makefile | 6 |
4 files changed, 13 insertions, 10 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 6a61a7ee48d..1a9f9ad6b6d 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2004/02/14 17:21:44 jlam Exp $ +# $NetBSD: Makefile,v 1.40 2004/03/08 19:40:40 jmmv Exp $ # DISTNAME= balsa-1.4.3 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \ ftp://ftp.newton.cx/pub/balsa/ @@ -12,6 +12,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.balsa.net/ COMMENT= GNOME EMail client +DEPENDS+= xdg-x11-dirs>=1.1:../../misc/xdg-x11-dirs + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_X11BASE= yes diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index bc9298982e8..f09af7298cd 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2004/03/07 11:15:45 recht Exp $ +# $NetBSD: Makefile,v 1.23 2004/03/08 19:40:40 jmmv Exp $ # DISTNAME= balsa-2.0.16 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= mail gnome MASTER_SITES= http://balsa.gnome.org/ \ ftp://ftp.newton.cx/pub/balsa/ @@ -13,6 +13,7 @@ HOMEPAGE= http://balsa.gnome.org/ COMMENT= GNOME2 EMail client BUILD_USES_MSGFMT= yes +DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs USE_PERL5= build USE_PKGINSTALL= yes diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index dbbcf22c1a3..bfc0dbfa942 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2004/03/07 12:09:21 jmmv Exp $ +# $NetBSD: Makefile,v 1.56 2004/03/08 19:40:40 jmmv Exp $ DISTNAME= evolution-1.4.5 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= mail time gnome MASTER_SITES= ftp://ftp.ximian.com/pub/source/evolution/ \ ${MASTER_SITE_GNOME:=sources/evolution/1.4/} @@ -12,7 +12,7 @@ HOMEPAGE= http://ximian.com/products/evolution/ COMMENT= GNOME mailer, calendar, contact manager, and communications tool BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs +DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs DEPENDS+= psmisc-[0-9]*:../../sysutils/psmisc BUILD_USES_MSGFMT= YES diff --git a/mail/evolution12/Makefile b/mail/evolution12/Makefile index 531629ed7da..eb84ba82d0e 100644 --- a/mail/evolution12/Makefile +++ b/mail/evolution12/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2004/03/07 12:09:21 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2004/03/08 19:40:40 jmmv Exp $ DISTNAME= evolution-1.2.4 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= mail time gnome MASTER_SITES= ftp://ftp.ximian.com/pub/ximian-evolution/source/ \ ftp://ximian.netnitco.net/pub/mirrors/ximian/ximian-evolution/source/ \ @@ -21,7 +21,7 @@ HOMEPAGE= http://ximian.com/products/evolution/ COMMENT= GNOME mailer, calendar, contact manager, and communications tool BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -DEPENDS+= gnome1-dirs>=1.4:../../misc/gnome1-dirs +DEPENDS+= gnome1-dirs>=1.5:../../misc/gnome1-dirs DEPENDS+= psmisc-[0-9]*:../../sysutils/psmisc BUILD_USES_MSGFMT= YES |