diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-20 03:11:09 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-20 03:11:09 +0800 |
commit | d76da86832d7544d397285987b30225f66ef33a5 (patch) | |
tree | ddaf0edbe3af5d97388830987d56a0e49a28509c | |
parent | 35c83f0680d26cd9f959590056fd00d1f2b2f47a (diff) | |
download | freebsd-ports-gnome-d76da86832d7544d397285987b30225f66ef33a5.tar.gz freebsd-ports-gnome-d76da86832d7544d397285987b30225f66ef33a5.tar.zst freebsd-ports-gnome-d76da86832d7544d397285987b30225f66ef33a5.zip |
Update to 1.2.11.
-rw-r--r-- | math/gnumeric2/Makefile | 2 | ||||
-rw-r--r-- | math/gnumeric2/distinfo | 4 | ||||
-rw-r--r-- | math/gnumeric2/files/patch-src-cut-n-paste-code-goffice-graph-plugins-plot_xy-gog-xy.c | 17 |
3 files changed, 3 insertions, 20 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 04f18bdac5c2..bcd010955a3c 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnumeric2 -PORTVERSION= 1.2.10 +PORTVERSION= 1.2.11 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 1e8754f436a2..9006a44b040c 100644 --- a/math/gnumeric2/distinfo +++ b/math/gnumeric2/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gnumeric-1.2.10.tar.bz2) = 9d25be30bf2801528a6f046b966d9f2e -SIZE (gnome2/gnumeric-1.2.10.tar.bz2) = 14243367 +MD5 (gnome2/gnumeric-1.2.11.tar.bz2) = 7e06156f85cadb114ef9e53362d20957 +SIZE (gnome2/gnumeric-1.2.11.tar.bz2) = 14245797 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 a384ceb4c1e4..000000000000 --- a/math/gnumeric2/files/patch-src-cut-n-paste-code-goffice-graph-plugins-plot_xy-gog-xy.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-xy.c.orig Sat Mar 13 04:27:56 2004 -+++ src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-xy.c Wed Mar 17 00:56:18 2004 -@@ -430,12 +430,13 @@ - { - GObjectClass *gobject_klass = (GObjectClass *) plot_klass; - GogObjectClass *gog_klass = (GogObjectClass *) plot_klass; -+ Gog2DPlotClass *gog_2d_plot_klass; - - bubble_parent_klass = g_type_class_peek_parent (plot_klass); - gobject_klass->set_property = gog_bubble_plot_set_property; - gobject_klass->get_property = gog_bubble_plot_get_property; - -- Gog2DPlotClass *gog_2d_plot_klass = (Gog2DPlotClass*) plot_klass; -+ gog_2d_plot_klass = (Gog2DPlotClass*) plot_klass; - - gog_2d_plot_klass->adjust_bounds = gog_bubble_plot_adjust_bounds; - gog_klass->type_name = gog_bubble_plot_type_name; |