summaryrefslogtreecommitdiff
path: root/math/gnumeric
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-11-07 10:10:12 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-11-07 10:10:12 +0000
commit5e65c4e86291590a5f283efff27b5ce484502cfb (patch)
treeaf57c5554b10adc5a3e00ba0640df0dbf9723806 /math/gnumeric
parentUpdate to 0.2.4. (diff)
Update to 0.75.
Notes
Notes: svn path=/head/; revision=49728
Diffstat (limited to 'math/gnumeric')
-rw-r--r--math/gnumeric/Makefile2
-rw-r--r--math/gnumeric/distinfo2
-rw-r--r--math/gnumeric/files/patch-aa15
-rw-r--r--math/gnumeric/files/patch-plugins::gb::Makefile.in16
-rw-r--r--math/gnumeric/pkg-plist6
5 files changed, 26 insertions, 15 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 015ae61ad69d..3f9db65941f3 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnumeric
-PORTVERSION= 0.72
+PORTVERSION= 0.75
CATEGORIES?= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnumeric
diff --git a/math/gnumeric/distinfo b/math/gnumeric/distinfo
index 529b12d4ff92..d76b35646df3 100644
--- a/math/gnumeric/distinfo
+++ b/math/gnumeric/distinfo
@@ -1 +1 @@
-MD5 (gnumeric-0.72.tar.bz2) = a4aad81e2140054737bb07bcef9e67b6
+MD5 (gnumeric-0.75.tar.bz2) = 03253d6e6244bc3526f3755ad3c8dc30
diff --git a/math/gnumeric/files/patch-aa b/math/gnumeric/files/patch-aa
index cfaf864a4ea1..e3fc2037f807 100644
--- a/math/gnumeric/files/patch-aa
+++ b/math/gnumeric/files/patch-aa
@@ -1,9 +1,9 @@
$FreeBSD$
---- configure.orig Tue Oct 23 13:08:10 2001
-+++ configure Tue Oct 23 13:09:21 2001
-@@ -10149,7 +10149,7 @@
+--- configure.orig Wed Nov 7 11:20:14 2001
++++ configure Wed Nov 7 11:34:43 2001
+@@ -9981,7 +9981,7 @@
done
@@ -12,3 +12,12 @@ $FreeBSD$
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
+@@ -10618,7 +10618,7 @@
+ if gnome-config --libs gb > /dev/null 2>&1; then
+ verstxt=`gnome-config --modversion gb 2>/dev/null`
+ vers=`echo "$verstxt" | awk -F. '{ printf "%d", $1 * 10000 + $2 * 100 + $3; }'`
+- if test "$vers" -eq 000017; then
++ if test "$vers" -ge 000017; then
+ echo "$ac_t""$marker_ok found $verstxt" 1>&6
+ cat >> confdefs.h <<\EOF
+ #define ENABLE_GB 1
diff --git a/math/gnumeric/files/patch-plugins::gb::Makefile.in b/math/gnumeric/files/patch-plugins::gb::Makefile.in
index f56b7f4e776b..c0207945102a 100644
--- a/math/gnumeric/files/patch-plugins::gb::Makefile.in
+++ b/math/gnumeric/files/patch-plugins::gb::Makefile.in
@@ -1,14 +1,14 @@
$FreeBSD$
---- plugins/gb/Makefile.in.orig Tue Oct 9 15:16:29 2001
-+++ plugins/gb/Makefile.in Tue Oct 9 15:20:18 2001
-@@ -216,7 +216,7 @@
- gnum_gb_la_LIBADD = \
- $(GB_LIBS) \
- $(GNUMERIC_LIBS) \
-- -lm @GLIB_LIBS@ -lgb -lgbrun
-+ -lm @GLIB_LIBS@ -lgbrun
+--- plugins/gb/Makefile.in.orig Wed Nov 7 11:18:32 2001
++++ plugins/gb/Makefile.in Wed Nov 7 11:19:15 2001
+@@ -194,7 +194,7 @@
+ gnum_gb_la_SOURCES = common.c common.h excel-gb-application.c excel-gb-application.h excel-gb-context.c excel-gb-context.h excel-gb-interior.c excel-gb-interior.h excel-gb-range.c excel-gb-range.h excel-gb-selection.c excel-gb-selection.h excel-gb-worksheet.c excel-gb-worksheet.h excel-gb-worksheets.c excel-gb-worksheets.h excel-gb-worksheet-function.c excel-gb-worksheet-function.h plugin.c streams.h streams.c
+
+
+-gnum_gb_la_LIBADD = $(GB_LIBS) $(GNUMERIC_LIBS) -lm @GLIB_LIBS@ -lgb -lgbrun
++gnum_gb_la_LIBADD = $(GB_LIBS) $(GNUMERIC_LIBS) -lm @GLIB_LIBS@ -lgbrun
xml_in_files = plugin.xml.in
diff --git a/math/gnumeric/pkg-plist b/math/gnumeric/pkg-plist
index 6624799a20a4..e55b4718a9d9 100644
--- a/math/gnumeric/pkg-plist
+++ b/math/gnumeric/pkg-plist
@@ -76,7 +76,6 @@ share/gnome/gnumeric/%%VERSION%%/glade/advanced-filter.glade
share/gnome/gnumeric/%%VERSION%%/glade/analysis-tools.glade
share/gnome/gnumeric/%%VERSION%%/glade/anova-one.glade
share/gnome/gnumeric/%%VERSION%%/glade/anova-two.glade
-share/gnome/gnumeric/%%VERSION%%/glade/autocorrect-exceptions.glade
share/gnome/gnumeric/%%VERSION%%/glade/autocorrect.glade
share/gnome/gnumeric/%%VERSION%%/glade/autoformat.glade
share/gnome/gnumeric/%%VERSION%%/glade/autosave-prompt.glade
@@ -116,7 +115,6 @@ share/gnome/gnumeric/%%VERSION%%/glade/search-replace.glade
share/gnome/gnumeric/%%VERSION%%/glade/search.glade
share/gnome/gnumeric/%%VERSION%%/glade/sheet-order.glade
share/gnome/gnumeric/%%VERSION%%/glade/sheet-rename.glade
-share/gnome/gnumeric/%%VERSION%%/glade/solver-options.glade
share/gnome/gnumeric/%%VERSION%%/glade/solver.glade
share/gnome/gnumeric/%%VERSION%%/glade/summary.glade
share/gnome/gnumeric/%%VERSION%%/glade/variance-tests.glade
@@ -133,6 +131,7 @@ share/gnome/gnumeric/%%VERSION%%/templates/purchase_order.gnumeric
share/gnome/help/gnumeric/C/analysis-tools.html
share/gnome/help/gnumeric/C/anova.html
share/gnome/help/gnumeric/C/authors.html
+share/gnome/help/gnumeric/C/autocorrect.html
share/gnome/help/gnumeric/C/autofill.html
share/gnome/help/gnumeric/C/autosave.html
share/gnome/help/gnumeric/C/cell-elements.html
@@ -146,6 +145,7 @@ share/gnome/help/gnumeric/C/editing-selections.html
share/gnome/help/gnumeric/C/editing.html
share/gnome/help/gnumeric/C/file-format.html
share/gnome/help/gnumeric/C/files.html
+share/gnome/help/gnumeric/C/filter.html
share/gnome/help/gnumeric/C/formatting.html
share/gnome/help/gnumeric/C/formulas.html
share/gnome/help/gnumeric/C/fourier-analysis-tool.html
@@ -495,6 +495,8 @@ share/gnome/help/gnumeric/C/gnumeric-ztest.html
share/gnome/help/gnumeric/C/goal-seek.html
share/gnome/help/gnumeric/C/histogram-tool.html
share/gnome/help/gnumeric/C/images/add-decimals.png
+share/gnome/help/gnumeric/C/images/advanced-filter-1.png
+share/gnome/help/gnumeric/C/images/advanced-filter-2.png
share/gnome/help/gnumeric/C/images/align-center.png
share/gnome/help/gnumeric/C/images/align-left.png
share/gnome/help/gnumeric/C/images/align-right.png