1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Update to 1.2.6.

This commit is contained in:
Joe Marcus Clarke 2004-02-08 00:54:28 +00:00
parent f59b689885
commit aee6ddcd9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=100314
3 changed files with 3 additions and 17 deletions

View File

@ -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

View File

@ -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

View File

@ -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;