diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-07 10:47:07 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-07 10:47:07 +0800 |
commit | eda6592a89010608546514a8dc46f1ea0c7746a1 (patch) | |
tree | 629aa3149c7f35ed12dceb1f147f7cfbe89629c4 | |
parent | edf25d7778486cb2f93de2542969c26b8c8efb72 (diff) | |
download | marcuscom-ports-eda6592a89010608546514a8dc46f1ea0c7746a1.tar marcuscom-ports-eda6592a89010608546514a8dc46f1ea0c7746a1.tar.gz marcuscom-ports-eda6592a89010608546514a8dc46f1ea0c7746a1.tar.bz2 marcuscom-ports-eda6592a89010608546514a8dc46f1ea0c7746a1.tar.lz marcuscom-ports-eda6592a89010608546514a8dc46f1ea0c7746a1.tar.xz marcuscom-ports-eda6592a89010608546514a8dc46f1ea0c7746a1.tar.zst marcuscom-ports-eda6592a89010608546514a8dc46f1ea0c7746a1.zip |
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
-rw-r--r-- | x11/gnome-panel/Makefile | 5 | ||||
-rw-r--r-- | 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 <marcus@FreeBSD.org> # # $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 <marcus@FreeBSD.org> # # $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 ) |