diff options
author | wiz <wiz@pkgsrc.org> | 2006-04-02 22:49:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-04-02 22:49:10 +0000 |
commit | 81892d3cbccf4dc9bc568d6c84d9f1f3c0a3b67d (patch) | |
tree | 4cb2e5347e7d46563de78d2dd9b13518f5e87532 /math/gnumeric/Makefile | |
parent | 4663a05805cb29fac84777c83798439556e77bdf (diff) | |
download | pkgsrc-81892d3cbccf4dc9bc568d6c84d9f1f3c0a3b67d.tar.gz |
Update to 1.6.3:
Gnumeric 1.6.3
Jean Brefort:
* Fix exporting of scaled axes. [#332012].
Jody:
* Backport duping sheet props when sheet is duped.
* Adding an autofilter dirties the sheet.
* Fix xls import of pie outlines.
Klokan Pridal:
* Implement xml saving/loading of "protected" attribute. [#334257]
* Implement xls saving/loading of "protected" attribute. [#330129]
Morten:
* Fix printing issue when sheet is zoomed. [#332932]
* Fix dbf import issue. [#332878]
* Fix stf text import speed regression. [#333407]
* Fix XIRR issues. [#333620] [#333631]
* Fix printing issue with wrapped, right-aligned text. [#334144]
* Fix position of cursor after F2. [#319311]
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r-- | math/gnumeric/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 673a69ae789..49e992f23a1 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.108 2006/03/21 06:00:46 jlam Exp $ +# $NetBSD: Makefile,v 1.109 2006/04/02 22:49:10 wiz Exp $ # -DISTNAME= gnumeric-1.6.2 -PKGREVISION= 4 +DISTNAME= gnumeric-1.6.3 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.6/} EXTRACT_SUFX= .tar.bz2 @@ -46,6 +45,7 @@ PLIST_SUBST+= PERL="@comment " # guile is currently not supported in gnumeric #.include "../../lang/guile/buildlink3.mk" .include "../../lang/python/application.mk" +BUILDLINK_DEPENDS.goffice+= goffice>=0.2.1 .include "../../misc/goffice/buildlink3.mk" .include "../../net/ORBit2/buildlink3.mk" BUILDLINK_DEPENDS.libgnomeprint+= libgnomeprint>=2.8.2 |