diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-04-04 19:24:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-04-04 19:24:30 +0000 |
commit | 557215a8ac961a02a028a834dd39bba4695c2ae9 (patch) | |
tree | 64ed8309eddcf7b4309757d8b141ed277be87927 /editors/gedit | |
parent | d9ebc1ebdef573253484ed680341e8f6f5b666e7 (diff) | |
download | ports-557215a8ac961a02a028a834dd39bba4695c2ae9.tar.gz ports-557215a8ac961a02a028a834dd39bba4695c2ae9.zip |
Notes
Diffstat (limited to 'editors/gedit')
-rw-r--r-- | editors/gedit/Makefile | 2 | ||||
-rw-r--r-- | editors/gedit/distinfo | 4 | ||||
-rw-r--r-- | editors/gedit/files/patch-plugins_spell_gedit-spell-checker.c | 13 | ||||
-rw-r--r-- | editors/gedit/files/patch-plugins_taglist_gedit-taglist-plugin-parser.c | 18 | ||||
-rw-r--r-- | editors/gedit/pkg-plist | 3 |
5 files changed, 6 insertions, 34 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 12dab76d1cf7..9ad93f165a93 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gedit -PORTVERSION= 2.10.1 +PORTVERSION= 2.10.2 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.10 diff --git a/editors/gedit/distinfo b/editors/gedit/distinfo index 43324443bfcd..a97ecc362112 100644 --- a/editors/gedit/distinfo +++ b/editors/gedit/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gedit-2.10.1.tar.bz2) = 0d2ba96283451922dfbae216c1dd36d9 -SIZE (gnome2/gedit-2.10.1.tar.bz2) = 3154246 +MD5 (gnome2/gedit-2.10.2.tar.bz2) = e3cf99b9233377583a69c4ad235e8494 +SIZE (gnome2/gedit-2.10.2.tar.bz2) = 3171315 diff --git a/editors/gedit/files/patch-plugins_spell_gedit-spell-checker.c b/editors/gedit/files/patch-plugins_spell_gedit-spell-checker.c deleted file mode 100644 index 5110fb708c4f..000000000000 --- a/editors/gedit/files/patch-plugins_spell_gedit-spell-checker.c +++ /dev/null @@ -1,13 +0,0 @@ ---- plugins/spell/gedit-spell-checker.c.orig Wed Dec 1 20:03:36 2004 -+++ plugins/spell/gedit-spell-checker.c Wed Dec 1 20:03:59 2004 -@@ -319,9 +319,9 @@ - static const GeditLanguage* - get_language_from_abrev (const gchar *abrev) - { -+ const GSList *langs; - g_return_val_if_fail (abrev != NULL, NULL); - -- const GSList *langs; - langs = gedit_spell_checker_get_available_languages (); - - while (langs != NULL) diff --git a/editors/gedit/files/patch-plugins_taglist_gedit-taglist-plugin-parser.c b/editors/gedit/files/patch-plugins_taglist_gedit-taglist-plugin-parser.c deleted file mode 100644 index 81f704d8c5c9..000000000000 --- a/editors/gedit/files/patch-plugins_taglist_gedit-taglist-plugin-parser.c +++ /dev/null @@ -1,18 +0,0 @@ ---- plugins/taglist/gedit-taglist-plugin-parser.c.orig Wed Jan 26 19:28:35 2005 -+++ plugins/taglist/gedit-taglist-plugin-parser.c Wed Jan 26 19:28:58 2005 -@@ -276,12 +276,13 @@ - else - { - const char * const *langs_pointer; -+ gchar* lang; - gint i; -+ gint cur_lanking = 1; - - langs_pointer = g_get_language_names (); - -- gchar* lang= (gchar*)xmlGetProp (cur, (const xmlChar*) "lang"); -- gint cur_lanking = 1; -+ lang= (gchar*)xmlGetProp (cur, (const xmlChar*) "lang"); - - /* - * When found a new TagGroup, append the best diff --git a/editors/gedit/pkg-plist b/editors/gedit/pkg-plist index ec03b1fe6020..7c9e5ae3e5ef 100644 --- a/editors/gedit/pkg-plist +++ b/editors/gedit/pkg-plist @@ -198,6 +198,7 @@ share/locale/pt/LC_MESSAGES/gedit.mo share/locale/pt_BR/LC_MESSAGES/gedit.mo share/locale/ro/LC_MESSAGES/gedit.mo share/locale/ru/LC_MESSAGES/gedit.mo +share/locale/rw/LC_MESSAGES/gedit.mo share/locale/sk/LC_MESSAGES/gedit.mo share/locale/sl/LC_MESSAGES/gedit.mo share/locale/sq/LC_MESSAGES/gedit.mo @@ -214,6 +215,8 @@ share/locale/wa/LC_MESSAGES/gedit.mo share/locale/xh/LC_MESSAGES/gedit.mo share/locale/zh_CN/LC_MESSAGES/gedit.mo share/locale/zh_TW/LC_MESSAGES/gedit.mo +@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/rw 2> /dev/null || true @dirrm share/gnome/omf/gedit @dirrm share/gnome/help/gedit/zh_TW/figures @dirrm share/gnome/help/gedit/zh_TW |