diff options
author | adamw <adamw@FreeBSD.org> | 2003-10-09 10:23:18 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-10-09 10:23:18 +0800 |
commit | 09394dfafb0d12dc89ccc9a8e6dc74e20b352c95 (patch) | |
tree | 0a867fc6c2d19934fef84db9082882a7fec522fd | |
parent | 0f6d6fbc2e9d913a1ea8874d61e54beccf8a1dbd (diff) | |
download | freebsd-ports-gnome-09394dfafb0d12dc89ccc9a8e6dc74e20b352c95.tar.gz freebsd-ports-gnome-09394dfafb0d12dc89ccc9a8e6dc74e20b352c95.tar.zst freebsd-ports-gnome-09394dfafb0d12dc89ccc9a8e6dc74e20b352c95.zip |
Update to 1.2.1.
-rw-r--r-- | math/gnumeric2/Makefile | 2 | ||||
-rw-r--r-- | math/gnumeric2/distinfo | 2 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-src_dialogs_dialog-sheet-order.c | 19 | ||||
-rw-r--r-- | math/gnumeric2/pkg-plist | 3 |
4 files changed, 3 insertions, 23 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index c4de4f68fb08..3882d9e78557 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnumeric2 -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.2 diff --git a/math/gnumeric2/distinfo b/math/gnumeric2/distinfo index dee8d6ed43b3..825aceabe6bf 100644 --- a/math/gnumeric2/distinfo +++ b/math/gnumeric2/distinfo @@ -1 +1 @@ -MD5 (gnome2/gnumeric-1.2.0.tar.bz2) = 21f565b128b22246a7c2a51267e575df +MD5 (gnome2/gnumeric-1.2.1.tar.bz2) = 51f0bd5c69e6b6d321909e8bfe2e2c2b diff --git a/math/gnumeric2/files/patch-src_dialogs_dialog-sheet-order.c b/math/gnumeric2/files/patch-src_dialogs_dialog-sheet-order.c deleted file mode 100644 index d4353b4cafa3..000000000000 --- a/math/gnumeric2/files/patch-src_dialogs_dialog-sheet-order.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/dialogs/dialog-sheet-order.c.orig Mon Sep 15 01:40:38 2003 -+++ src/dialogs/dialog-sheet-order.c Thu Sep 25 17:27:10 2003 -@@ -106,6 +106,7 @@ - static gint - location_of_iter (GtkTreeIter *iter, GtkListStore *model) - { -+ gint loc; - /* Note: in gtk 2.2 we could just do: */ - /* gchar* path = gtk_tree_model_get_string_from_iter */ - /* (GTK_TREE_MODEL (model), iter); */ -@@ -117,7 +118,7 @@ - gtk_tree_path_free (treepath); - /* end of gtk 2.0 code */ - -- gint loc = atoi(path); -+ loc = atoi(path); - - g_free (path); - diff --git a/math/gnumeric2/pkg-plist b/math/gnumeric2/pkg-plist index 272e1d72d8aa..99c43ea01fbc 100644 --- a/math/gnumeric2/pkg-plist +++ b/math/gnumeric2/pkg-plist @@ -275,6 +275,7 @@ share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/configuration-toolbars.xml share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/data-commentNlink.xml share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/data-delete.xml share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/data-entry-advanced.xml +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/data-entry-external.xml share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/data-entry.xml share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/data-format.xml share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/data-generate.xml @@ -284,7 +285,6 @@ share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/data-move-copy.xml share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/data-overview.xml share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/data-selections.xml share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/data-types.xml -share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/datasource.xml share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/extending-code.xml share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/extending-functions.xml share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/extending-overview.xml @@ -692,7 +692,6 @@ share/locale/fr/LC_MESSAGES/gnumeric.mo share/locale/ga/LC_MESSAGES/gnumeric.mo share/locale/gl/LC_MESSAGES/gnumeric.mo share/locale/he/LC_MESSAGES/gnumeric.mo -share/locale/hi/LC_MESSAGES/gnumeric.mo share/locale/hr/LC_MESSAGES/gnumeric.mo share/locale/hu/LC_MESSAGES/gnumeric.mo share/locale/it/LC_MESSAGES/gnumeric.mo |