diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-08-28 17:38:36 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-08-28 17:38:36 +0000 |
commit | 904b25ebab71f66d9bba409db2bf04806db9d250 (patch) | |
tree | 2375143ca4a06ddf2ea84ffbe9342ed7b83714c1 /editors/gedit | |
parent | 632401dedfce3fd596453c1be6f2f992a4081ff4 (diff) | |
download | ports-904b25ebab71f66d9bba409db2bf04806db9d250.tar.gz ports-904b25ebab71f66d9bba409db2bf04806db9d250.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-gedit_gedit-plugins-engine.c | 13 | ||||
-rw-r--r-- | editors/gedit/pkg-plist | 1 |
4 files changed, 17 insertions, 3 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 62082c8441e9..751484043968 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gedit -PORTVERSION= 2.10.3 +PORTVERSION= 2.10.5 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 946197c71613..828e7fbc2dd6 100644 --- a/editors/gedit/distinfo +++ b/editors/gedit/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gedit-2.10.3.tar.bz2) = da859e7b87f96290d1d961f0c8dee5ee -SIZE (gnome2/gedit-2.10.3.tar.bz2) = 2123106 +MD5 (gnome2/gedit-2.10.5.tar.bz2) = 790f804d4754c382630ba70d8d264e18 +SIZE (gnome2/gedit-2.10.5.tar.bz2) = 2099478 diff --git a/editors/gedit/files/patch-gedit_gedit-plugins-engine.c b/editors/gedit/files/patch-gedit_gedit-plugins-engine.c new file mode 100644 index 000000000000..2fee7b8cd045 --- /dev/null +++ b/editors/gedit/files/patch-gedit_gedit-plugins-engine.c @@ -0,0 +1,13 @@ +--- gedit/gedit-plugins-engine.c.orig Fri Aug 5 22:00:45 2005 ++++ gedit/gedit-plugins-engine.c Fri Aug 5 22:01:03 2005 +@@ -314,8 +314,8 @@ gedit_plugins_engine_shutdown (void) + } + } + +- if (info->plugin->handle != NULL) +- g_module_close (info->plugin->handle); ++ /*if (info->plugin->handle != NULL) ++ g_module_close (info->plugin->handle);*/ + + g_free (info->plugin->file); + g_free (info->plugin->location); diff --git a/editors/gedit/pkg-plist b/editors/gedit/pkg-plist index 7c9e5ae3e5ef..d256d789cb6c 100644 --- a/editors/gedit/pkg-plist +++ b/editors/gedit/pkg-plist @@ -206,6 +206,7 @@ share/locale/sr/LC_MESSAGES/gedit.mo share/locale/sr@Latn/LC_MESSAGES/gedit.mo share/locale/sv/LC_MESSAGES/gedit.mo share/locale/ta/LC_MESSAGES/gedit.mo +share/locale/te/LC_MESSAGES/gedit.mo share/locale/th/LC_MESSAGES/gedit.mo share/locale/tk/LC_MESSAGES/gedit.mo share/locale/tr/LC_MESSAGES/gedit.mo |