pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/goffice0.6 Update to 0.6.2:
details: https://anonhg.NetBSD.org/pkgsrc/rev/19f4948eb58d
branches: trunk
changeset: 539517:19f4948eb58d
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Mar 07 21:32:26 2008 +0000
description:
Update to 0.6.2:
goffice 0.6.2:
Jean:
* Set Length to 0 for invalid series in 1.5d plots. Fixes #514642.
Morten:
* Fix memory handling for 1.5d plots. Fixes #517995.
diffstat:
misc/goffice0.6/Makefile | 7 +++----
misc/goffice0.6/PLIST | 5 ++++-
misc/goffice0.6/distinfo | 9 ++++-----
misc/goffice0.6/patches/patch-aa | 15 ---------------
4 files changed, 11 insertions(+), 25 deletions(-)
diffs (82 lines):
diff -r 305a1f8cc791 -r 19f4948eb58d misc/goffice0.6/Makefile
--- a/misc/goffice0.6/Makefile Fri Mar 07 20:23:17 2008 +0000
+++ b/misc/goffice0.6/Makefile Fri Mar 07 21:32:26 2008 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2008/03/06 14:53:52 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2008/03/07 21:32:26 wiz Exp $
#
-DISTNAME= goffice-0.6.1
-PKGNAME= goffice0.6-0.6.1
-PKGREVISION= 1
+DISTNAME= goffice-0.6.2
+PKGNAME= goffice0.6-0.6.2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/goffice/0.6/}
diff -r 305a1f8cc791 -r 19f4948eb58d misc/goffice0.6/PLIST
--- a/misc/goffice0.6/PLIST Fri Mar 07 20:23:17 2008 +0000
+++ b/misc/goffice0.6/PLIST Fri Mar 07 21:32:26 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/01/06 15:43:45 drochner Exp $
+@comment $NetBSD: PLIST,v 1.2 2008/03/07 21:32:26 wiz Exp $
include/libgoffice-0.6/goffice/app/error-info.h
include/libgoffice-0.6/goffice/app/file.h
include/libgoffice-0.6/goffice/app/go-cmd-context-impl.h
@@ -292,6 +292,7 @@
share/gtk-doc/html/goffice/goffice-GogGuru.html
share/gtk-doc/html/goffice/goffice-GogPlotEngine.html
share/gtk-doc/html/goffice/goffice-GogTool.html
+share/gtk-doc/html/goffice/goffice-Ranges.html
share/gtk-doc/html/goffice/goffice-Units.html
share/gtk-doc/html/goffice/goffice-go-plugin.html
share/gtk-doc/html/goffice/goffice.devhelp
@@ -307,6 +308,7 @@
share/gtk-doc/html/goffice/style.css
share/gtk-doc/html/goffice/up.png
share/locale/am/LC_MESSAGES/goffice-${PKGVERSION}.mo
+share/locale/ar/LC_MESSAGES/goffice-${PKGVERSION}.mo
share/locale/az/LC_MESSAGES/goffice-${PKGVERSION}.mo
share/locale/bg/LC_MESSAGES/goffice-${PKGVERSION}.mo
share/locale/ca/LC_MESSAGES/goffice-${PKGVERSION}.mo
@@ -328,6 +330,7 @@
share/locale/it/LC_MESSAGES/goffice-${PKGVERSION}.mo
share/locale/ja/LC_MESSAGES/goffice-${PKGVERSION}.mo
share/locale/ko/LC_MESSAGES/goffice-${PKGVERSION}.mo
+share/locale/lt/LC_MESSAGES/goffice-${PKGVERSION}.mo
share/locale/lv/LC_MESSAGES/goffice-${PKGVERSION}.mo
share/locale/ml/LC_MESSAGES/goffice-${PKGVERSION}.mo
share/locale/mr/LC_MESSAGES/goffice-${PKGVERSION}.mo
diff -r 305a1f8cc791 -r 19f4948eb58d misc/goffice0.6/distinfo
--- a/misc/goffice0.6/distinfo Fri Mar 07 20:23:17 2008 +0000
+++ b/misc/goffice0.6/distinfo Fri Mar 07 21:32:26 2008 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2008/01/09 17:44:39 drochner Exp $
+$NetBSD: distinfo,v 1.3 2008/03/07 21:32:26 wiz Exp $
-SHA1 (goffice-0.6.1.tar.gz) = 2b5da913143c7b9913411c84bf8cacf14a43240d
-RMD160 (goffice-0.6.1.tar.gz) = 196a948112622154ef6f457be7c7910c1ffc266b
-Size (goffice-0.6.1.tar.gz) = 3049472 bytes
-SHA1 (patch-aa) = 9808c7d3f77a0f99ad6250a1d43ed691cd5dcc2a
+SHA1 (goffice-0.6.2.tar.gz) = 8b1daf0d61f164c9c291c4c415a7ea928f7e23c2
+RMD160 (goffice-0.6.2.tar.gz) = 77f90705e32e69aa7a098e77869fe774ea77e9ed
+Size (goffice-0.6.2.tar.gz) = 3123494 bytes
diff -r 305a1f8cc791 -r 19f4948eb58d misc/goffice0.6/patches/patch-aa
--- a/misc/goffice0.6/patches/patch-aa Fri Mar 07 20:23:17 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2008/01/09 17:44:39 drochner Exp $
-
---- docs/reference/Makefile.in.orig 2008-01-09 14:44:22.000000000 +0100
-+++ docs/reference/Makefile.in
-@@ -588,8 +588,9 @@ install-data-local:
- done; \
- echo '-- Installing $(srcdir)/html/index.sgml' ; \
- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
-- which gtkdoc-rebase >/dev/null && \
-+ if test `which gtkdoc-rebase` != ""; then \
- gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \
-+ fi \
- fi
-
- uninstall-local:
Home |
Main Index |
Thread Index |
Old Index