diff options
author | marcus <marcus@FreeBSD.org> | 2005-04-03 06:54:04 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-04-03 06:54:04 +0800 |
commit | 11d064c3b390a04ff8df2a3bc5dd753c2cf0c5c1 (patch) | |
tree | 845c6395b962dcfb2083df502f9fa63b19cec3a4 /x11/gnome-menus/Makefile | |
parent | 67889525a7d00446468d333bd5cf3989441c461c (diff) | |
download | freebsd-ports-gnome-11d064c3b390a04ff8df2a3bc5dd753c2cf0c5c1.tar.gz freebsd-ports-gnome-11d064c3b390a04ff8df2a3bc5dd753c2cf0c5c1.tar.zst freebsd-ports-gnome-11d064c3b390a04ff8df2a3bc5dd753c2cf0c5c1.zip |
* Update to 2.10.1
* Clean up KDE menu for KDE 3.4 [1]
* Fix a bug, if a .desktop is in ${X11BASE}/share/gnome/app/ it will
display an entry in 'Applications' and in 'Desktop' menu. Disable the
LegacyDirs option in the settings.menu to fix it [1]
Submitted by: mezz [1]
Diffstat (limited to 'x11/gnome-menus/Makefile')
-rw-r--r-- | x11/gnome-menus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile index 244555afbf3e..37d2f960f343 100644 --- a/x11/gnome-menus/Makefile +++ b/x11/gnome-menus/Makefile @@ -6,7 +6,8 @@ # PORTNAME= gnome-menus -PORTVERSION= 2.10.0 +PORTVERSION= 2.10.1 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.10 |