diff options
author | bland <bland@FreeBSD.org> | 2004-01-19 06:48:36 +0000 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2004-01-19 06:48:36 +0000 |
commit | 300854b93a6d62a181d185761fdd13f7b251907a (patch) | |
tree | f7910f3c49ae8c7d2b535b837702d15ccfbc2c38 /math | |
parent | 517fadc7cf11352d374a7cba6baaf515a0225a27 (diff) | |
download | FreeBSD-ports-300854b93a6d62a181d185761fdd13f7b251907a.zip FreeBSD-ports-300854b93a6d62a181d185761fdd13f7b251907a.tar.gz |
- Update to 1.2.5
- Use lthack
- Sort plist a bit
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric2/Makefile | 2 | ||||
-rw-r--r-- | math/gnumeric2/distinfo | 2 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-src::cut-n-paste-code::goffice::graph::plugins::plot_xy::gog-xy.c | 14 | ||||
-rw-r--r-- | math/gnumeric2/pkg-plist | 5 |
4 files changed, 20 insertions, 3 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index c8a8123..bcc3d16 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnumeric2 -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.5 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 2a2dc9c..e78e296 100644 --- a/math/gnumeric2/distinfo +++ b/math/gnumeric2/distinfo @@ -1 +1 @@ -MD5 (gnome2/gnumeric-1.2.4.tar.bz2) = 9d6ca44d8f762b5e0d52437716a43816 +MD5 (gnome2/gnumeric-1.2.5.tar.bz2) = 50953e263e603238f0e73d14308eabce diff --git a/math/gnumeric2/files/patch-src::cut-n-paste-code::goffice::graph::plugins::plot_xy::gog-xy.c b/math/gnumeric2/files/patch-src::cut-n-paste-code::goffice::graph::plugins::plot_xy::gog-xy.c new file mode 100644 index 0000000..24a0cb7 --- /dev/null +++ b/math/gnumeric2/files/patch-src::cut-n-paste-code::goffice::graph::plugins::plot_xy::gog-xy.c @@ -0,0 +1,14 @@ +--- src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-xy.c.orig Mon Jan 19 01:04:42 2004 ++++ src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-xy.c Mon Jan 19 01:06:36 2004 +@@ -359,9 +359,9 @@ + { + GogObjectClass *gog_klass = (GogObjectClass *) plot_klass; + +- bubble_parent_klass = g_type_class_peek_parent (plot_klass); +- + Gog2DPlotClass *gog_2d_plot_klass = (Gog2DPlotClass*) plot_klass; ++ ++ bubble_parent_klass = g_type_class_peek_parent (plot_klass); + + gog_2d_plot_klass->adjust_bounds = gog_bubble_plot_adjust_bounds; + gog_klass->type_name = gog_bubble_plot_type_name; diff --git a/math/gnumeric2/pkg-plist b/math/gnumeric2/pkg-plist index 80e0c89..e4a4ff9 100644 --- a/math/gnumeric2/pkg-plist +++ b/math/gnumeric2/pkg-plist @@ -385,8 +385,8 @@ share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/figures/button-font-size.png share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/figures/button-font-type.png share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/figures/button-frame.png share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/figures/button-function.png -share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/figures/button-graphEditor-add.png share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/figures/button-graph.png +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/figures/button-graphEditor-add.png share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/figures/button-increase-indent.png share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/figures/button-increase-precision.png share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/figures/button-insert-component.png @@ -528,6 +528,9 @@ share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/figures/print-preview-toolbar.p share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/figures/print-preview-zoomin.png share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/figures/print-preview-zoomout.png share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/figures/print-preview.png +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/figures/print-worksheet-job.png +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/figures/print-worksheet-paper.png +share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/figures/print-worksheet-printer.png share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/figures/print.png share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/figures/printing-preview.png share/gnome/gnumeric/%%VERSION%%/help/gnumeric/C/figures/printing-setup-header-config.png |