From eda6592a89010608546514a8dc46f1ea0c7746a1 Mon Sep 17 00:00:00 2001 From: mezz Date: Wed, 7 Sep 2005 02:47:07 +0000 Subject: Fix the name of evolution's .desktop file. In the gnome-panel/ChangeLog said: * panel-default-setup.entries.in: evolution-mail.desktop does not exist. Use evolution.desktop instead. I am not sure why our evolution is install as evolution-2.4.desktop, maybe they aren't using up to date of evolution or else. I didn't bother to check, but as long it's fixed for our default GNOME 2.12 desktop. Bump the PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4762 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnome-panel/Makefile | 5 +++-- x11/gnomepanel/Makefile | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 04285834b..a36373172 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/x11/gnomepanel/Makefile,v 1.104 2005/08/22 16:45:27 kwm Exp $ +# $MCom: ports/x11/gnomepanel/Makefile,v 1.105 2005/09/05 13:45:54 kwm Exp $ # PORTNAME= gnomepanel PORTVERSION= 2.12.0 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-panel/2.12 @@ -55,7 +56,7 @@ CONFIGURE_ARGS+=--disable-eds .endif post-patch: - @${REINPLACE_CMD} -e 's|evolution-mail.desktop|evolution-2.4.desktop|g' \ + @${REINPLACE_CMD} -e 's|evolution.desktop|evolution-2.4.desktop|g' \ ${WRKSRC}/gnome-panel/panel-default-setup.entries.in .if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \ ( ${OSVERSION} < 503101 ) diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index 04285834b..a36373172 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/x11/gnomepanel/Makefile,v 1.104 2005/08/22 16:45:27 kwm Exp $ +# $MCom: ports/x11/gnomepanel/Makefile,v 1.105 2005/09/05 13:45:54 kwm Exp $ # PORTNAME= gnomepanel PORTVERSION= 2.12.0 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-panel/2.12 @@ -55,7 +56,7 @@ CONFIGURE_ARGS+=--disable-eds .endif post-patch: - @${REINPLACE_CMD} -e 's|evolution-mail.desktop|evolution-2.4.desktop|g' \ + @${REINPLACE_CMD} -e 's|evolution.desktop|evolution-2.4.desktop|g' \ ${WRKSRC}/gnome-panel/panel-default-setup.entries.in .if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \ ( ${OSVERSION} < 503101 ) -- cgit v1.2.3