diff options
author | marcus <marcus@FreeBSD.org> | 2003-12-25 02:54:59 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-12-25 02:54:59 +0800 |
commit | 655e13793e1f5aab1465f844d047d56509075b04 (patch) | |
tree | 140b8691f41db7837796f8f62f0ae9a6b24af382 /math | |
parent | 888b23bade9bbde8dd37b3ff93b9822e03e69e16 (diff) | |
download | freebsd-ports-gnome-655e13793e1f5aab1465f844d047d56509075b04.tar.gz freebsd-ports-gnome-655e13793e1f5aab1465f844d047d56509075b04.tar.zst freebsd-ports-gnome-655e13793e1f5aab1465f844d047d56509075b04.zip |
Update to 1.2.3.
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-configure | 18 |
3 files changed, 6 insertions, 16 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 2510064c2063..f5af6149f98f 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnumeric2 -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 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 7e3a3b37cb7f..50a4d8aaa5c7 100644 --- a/math/gnumeric2/distinfo +++ b/math/gnumeric2/distinfo @@ -1 +1 @@ -MD5 (gnome2/gnumeric-1.2.2.tar.bz2) = e6deff35d98794938cb7a3132bb55518 +MD5 (gnome2/gnumeric-1.2.3.tar.bz2) = b6da0abb231c3c4073fccaafb4fbcccf diff --git a/math/gnumeric2/files/patch-configure b/math/gnumeric2/files/patch-configure index 4feaedadedd2..9f3fbc054880 100644 --- a/math/gnumeric2/files/patch-configure +++ b/math/gnumeric2/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Wed Nov 13 14:39:44 2002 -+++ configure Fri Nov 15 20:11:48 2002 -@@ -8244,6 +8244,7 @@ +--- configure.orig Wed Dec 24 13:17:48 2003 ++++ configure Wed Dec 24 13:17:48 2003 +@@ -19590,6 +19590,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,17 +8,7 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -9562,7 +9563,8 @@ - int - main () - { --FILE *f = fdopen(1, "r") -+FILE *f; -+f = fdopen(1, "r") - ; - return 0; - } -@@ -13997,7 +13999,7 @@ +@@ -25411,7 +25412,7 @@ }' fi |