diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-16 03:47:42 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-16 03:47:42 +0800 |
commit | f972d905f3daa5cdfd6e2d20c8dcedd46bb6e3c7 (patch) | |
tree | c470e86320d7def82a7324b54f1edaa65f2bd2fd /math/gnumeric2 | |
parent | a1f701cb19ded1b0caecdbf79ccb2310eb57f51f (diff) | |
download | marcuscom-ports-f972d905f3daa5cdfd6e2d20c8dcedd46bb6e3c7.tar marcuscom-ports-f972d905f3daa5cdfd6e2d20c8dcedd46bb6e3c7.tar.gz marcuscom-ports-f972d905f3daa5cdfd6e2d20c8dcedd46bb6e3c7.tar.bz2 marcuscom-ports-f972d905f3daa5cdfd6e2d20c8dcedd46bb6e3c7.tar.lz marcuscom-ports-f972d905f3daa5cdfd6e2d20c8dcedd46bb6e3c7.tar.xz marcuscom-ports-f972d905f3daa5cdfd6e2d20c8dcedd46bb6e3c7.tar.zst marcuscom-ports-f972d905f3daa5cdfd6e2d20c8dcedd46bb6e3c7.zip |
Update to 1.2.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1217 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gnumeric2')
-rw-r--r-- | math/gnumeric2/Makefile | 4 | ||||
-rw-r--r-- | math/gnumeric2/distinfo | 2 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-src_dialogs_dialog-sheet-order.c | 18 | ||||
-rw-r--r-- | math/gnumeric2/pkg-plist | 4 |
4 files changed, 21 insertions, 7 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 216d96d56..90e92dac7 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gnumeric2 -PORTVERSION= 1.1.90 +PORTVERSION= 1.2.0 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.1 +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.2 DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} DIST_SUBDIR= gnome2 diff --git a/math/gnumeric2/distinfo b/math/gnumeric2/distinfo index d4886f41c..dee8d6ed4 100644 --- a/math/gnumeric2/distinfo +++ b/math/gnumeric2/distinfo @@ -1 +1 @@ -MD5 (gnome2/gnumeric-1.1.90.tar.bz2) = 626b775bf2d700d2a049bc748285de1b +MD5 (gnome2/gnumeric-1.2.0.tar.bz2) = 21f565b128b22246a7c2a51267e575df diff --git a/math/gnumeric2/files/patch-src_dialogs_dialog-sheet-order.c b/math/gnumeric2/files/patch-src_dialogs_dialog-sheet-order.c new file mode 100644 index 000000000..a4e9521bc --- /dev/null +++ b/math/gnumeric2/files/patch-src_dialogs_dialog-sheet-order.c @@ -0,0 +1,18 @@ +--- src/dialogs/dialog-sheet-order.c.orig Mon Sep 15 15:15:28 2003 ++++ src/dialogs/dialog-sheet-order.c Mon Sep 15 15:16:20 2003 +@@ -111,13 +111,14 @@ + /* (GTK_TREE_MODEL (model), iter); */ + + /* in gtk 2.0 we need: */ ++ gint loc; + GtkTreePath *treepath = gtk_tree_model_get_path + (GTK_TREE_MODEL (model), iter); + gchar* path = gtk_tree_path_to_string (treepath); + 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 ee052bd70..272e1d72d 100644 --- a/math/gnumeric2/pkg-plist +++ b/math/gnumeric2/pkg-plist @@ -215,10 +215,6 @@ share/gnome/gnumeric/%%VERSION%%/glade/gog-axis-prefs.glade share/gnome/gnumeric/%%VERSION%%/glade/gog-guru.glade share/gnome/gnumeric/%%VERSION%%/glade/gog-style-prefs.glade share/gnome/gnumeric/%%VERSION%%/glade/goto.glade -share/gnome/gnumeric/%%VERSION%%/glade/gradient_n2s.png -share/gnome/gnumeric/%%VERSION%%/glade/gradient_ne2sw.png -share/gnome/gnumeric/%%VERSION%%/glade/gradient_nw2se.png -share/gnome/gnumeric/%%VERSION%%/glade/gradient_w2e.png share/gnome/gnumeric/%%VERSION%%/glade/hf-config.glade share/gnome/gnumeric/%%VERSION%%/glade/histogram.glade share/gnome/gnumeric/%%VERSION%%/glade/hyperlink.glade |