From 0afd1b54d5034193655cfbb5d75c308368de6dae Mon Sep 17 00:00:00 2001 From: kili Date: Sun, 21 Jun 2009 14:41:21 +0000 Subject: [PATCH] -plugins depends on the exact version of -main, so it needs a bump, too. ok ajacoutot@ --- mail/evolution/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 613a0a527f2..bb590c4657b 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.80 2009/06/17 19:51:25 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.81 2009/06/21 14:41:21 kili Exp $ COMMENT-main= integrated email and PIM software for GNOME COMMENT-plugins= additionnal plugins for evolution @@ -9,7 +9,7 @@ GNOME_PROJECT= evolution GNOME_VERSION= 2.24.5 PKGNAME-main= ${DISTNAME}p15 -PKGNAME-plugins= evolution-plugins-${GNOME_VERSION}p8 +PKGNAME-plugins= evolution-plugins-${GNOME_VERSION}p9 CATEGORIES= mail