diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-10-19 20:17:54 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-10-19 20:17:54 +0000 |
commit | bf406443a7eabccf763aab20abdf5ea89d5bdeaa (patch) | |
tree | 93d596a33c4a22b365e5b02690afcb5cb42b8e08 | |
parent | 587db48366cfeea1f39dae35e3a84ade7b34a4ea (diff) | |
download | pkgsrc-bf406443a7eabccf763aab20abdf5ea89d5bdeaa.tar.gz |
Bump PKGREVISION because the evolution-data-server dependency was bumped to
ensure that a serious runtime fix gets pulled in.
-rw-r--r-- | mail/evolution/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-panel/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index b8dfc3a29f9..0871a63969d 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2004/10/15 21:31:51 jmmv Exp $ +# $NetBSD: Makefile,v 1.67 2004/10/19 20:17:54 jmmv Exp $ DISTNAME= evolution-2.0.2 +PKGREVISION= 1 CATEGORIES= mail time gnome MASTER_SITES= ftp://ftp.ximian.com/pub/source/evolution/ \ ${MASTER_SITE_GNOME:=sources/evolution/2.0/} @@ -13,7 +14,6 @@ COMMENT= GNOME mailer, calendar, contact manager, and communications tool DEPENDS+= psmisc-[0-9]*:../../sysutils/psmisc BUILD_USES_MSGFMT= YES -BUILDLINK_DEPENDS.evolution-data-server+= evolution-data-server>=1.0.2 BUILDLINK_DEPENDS.gal2+= gal2>=2.2.3 BUILDLINK_DEPENDS.glib2+= glib2>=2.4.0nb2 BUILDLINK_DEPENDS.gtkhtml3+= gtkhtml3>=3.2.3 diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 565f44da3ce..6f40d401cc8 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2004/10/03 00:18:32 tv Exp $ +# $NetBSD: Makefile,v 1.44 2004/10/19 20:17:54 jmmv Exp $ # DISTNAME= gnome-panel-2.8.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-panel/2.8/} EXTRACT_SUFX= .tar.bz2 |