diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-08 08:54:28 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-08 08:54:28 +0800 |
commit | 68f2b449a9aa6999ac3a5308914e7685473ea0f8 (patch) | |
tree | a7961e01b62514cd0d50648b0ebdbfecdca17b05 /math | |
parent | 5555dae3c45ded1e9d0e87e76ea4eb973176aa17 (diff) | |
download | freebsd-ports-gnome-68f2b449a9aa6999ac3a5308914e7685473ea0f8.tar.gz freebsd-ports-gnome-68f2b449a9aa6999ac3a5308914e7685473ea0f8.tar.zst freebsd-ports-gnome-68f2b449a9aa6999ac3a5308914e7685473ea0f8.zip |
Update to 1.2.6.
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric2/Makefile | 3 | ||||
-rw-r--r-- | math/gnumeric2/distinfo | 3 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-src::cut-n-paste-code::goffice::graph::plugins::plot_xy::gog-xy.c | 14 |
3 files changed, 3 insertions, 17 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 6ff873aeb5d0..0534b610a62b 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnumeric2 -PORTVERSION= 1.2.5 -PORTREVISION= 1 +PORTVERSION= 1.2.6 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 e78e296c2af4..22b6a57f2451 100644 --- a/math/gnumeric2/distinfo +++ b/math/gnumeric2/distinfo @@ -1 +1,2 @@ -MD5 (gnome2/gnumeric-1.2.5.tar.bz2) = 50953e263e603238f0e73d14308eabce +MD5 (gnome2/gnumeric-1.2.6.tar.bz2) = 5fd27da8feda72d78c7fac13458ec741 +SIZE (gnome2/gnumeric-1.2.6.tar.bz2) = 11119538 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 deleted file mode 100644 index 24a0cb759aff..000000000000 --- a/math/gnumeric2/files/patch-src::cut-n-paste-code::goffice::graph::plugins::plot_xy::gog-xy.c +++ /dev/null @@ -1,14 +0,0 @@ ---- 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; |