diff options
author | wiz <wiz@pkgsrc.org> | 2018-01-28 17:19:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-01-28 17:19:16 +0000 |
commit | 7d927c6bd16f99b372b1b18a33d7983a8ff30d1d (patch) | |
tree | 971f7cdc3059d1edda056e2f3634613b3c63c1c8 /math | |
parent | a32f062bbbd1c10a1afde53aa0d8eb77199153b4 (diff) | |
download | pkgsrc-7d927c6bd16f99b372b1b18a33d7983a8ff30d1d.tar.gz |
gnumeric: update to 1.12.38.
Gnumeric 1.12.38
Morten:
* Avoid large stack use here and there.
* Test suite improvements.
* Improve sylk writer. Don't ask.
* Teach ssdiff about column/row sizes.
* Teach ssdiff about defined names.
* Fix a few ssdiff crashes.
* Fix crash on text import.
--------------------------------------------------------------------------
Gnumeric 1.12.37
Morten:
* Test suite improvements.
* Improve format guessing for newly entered formulas.
* Improve PERMUTATIONA for unusual arguments. [#790742]
* Extend range of NT_PI.
* Improve xlsx export of cell comments. [#790756]
* Plug leaks.
* Fix potential crash on exit.
* Speed-up number theory functions.
* Fix combo object icon.
* Code cleanups for main binary.
* Fix potential crash in gtk scroll bar bug workaround.
* Avoid large stack use here and there.
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric112/Makefile | 7 | ||||
-rw-r--r-- | math/gnumeric112/distinfo | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/math/gnumeric112/Makefile b/math/gnumeric112/Makefile index 2434b410e33..e3b13104cc9 100644 --- a/math/gnumeric112/Makefile +++ b/math/gnumeric112/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2017/12/26 16:45:41 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2018/01/28 17:19:16 wiz Exp $ -DISTNAME= gnumeric-1.12.36 -PKGREVISION= 1 +DISTNAME= gnumeric-1.12.38 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.12/} EXTRACT_SUFX= .tar.xz @@ -46,7 +45,7 @@ BUILDLINK_API_DEPENDS.libgsf+= libgsf>=1.14.33 .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../lang/perl5/buildlink3.mk" -BUILDLINK_API_DEPENDS.goffice0.10+= goffice0.10>=0.10.28 +BUILDLINK_API_DEPENDS.goffice0.10+= goffice0.10>=0.10.38 .include "../../misc/goffice0.10/buildlink3.mk" BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.4.12 .include "../../textproc/libxml2/buildlink3.mk" diff --git a/math/gnumeric112/distinfo b/math/gnumeric112/distinfo index 0f9b29ae47b..76b43e16584 100644 --- a/math/gnumeric112/distinfo +++ b/math/gnumeric112/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.16 2017/12/26 16:45:41 wiz Exp $ +$NetBSD: distinfo,v 1.17 2018/01/28 17:19:16 wiz Exp $ -SHA1 (gnumeric-1.12.36.tar.xz) = 34d00e82f4ed2229e3355e2164e04828d327e2a9 -RMD160 (gnumeric-1.12.36.tar.xz) = d4998f3d63ec65a61f98f529ddfb0057794dbd40 -SHA512 (gnumeric-1.12.36.tar.xz) = f39f260423732dc76eb90658b77a123fdda4ef05c6d93fc41632732898feb02e60bd7a3c198a9e9e317dbce83e34d5206d5e8eb1f3a74f53509843fb096e093b -Size (gnumeric-1.12.36.tar.xz) = 20021564 bytes +SHA1 (gnumeric-1.12.38.tar.xz) = db345e8c59d8e6957df288a28b226c840b7a8160 +RMD160 (gnumeric-1.12.38.tar.xz) = 09d146ecdde9e8445256942fdc324d28f2feb8f0 +SHA512 (gnumeric-1.12.38.tar.xz) = 71cf29355b865a3c0f966482ef0cbc90553326fcdc10103762d6c35c1f932371b5dffa3d3d89cd575d3f202ba041e4caaf987db08051b700757ea165508ea217 +Size (gnumeric-1.12.38.tar.xz) = 19807364 bytes SHA1 (patch-aa) = 87781e2955442d8edc803cd732b949017b0f4f27 SHA1 (patch-ab) = f6fe7aed7ab857f1d8292fd99950bda7a9fb96fa SHA1 (patch-doc_Makefile.in) = b4f313f8b958388c26383122931c84593a39938b |