summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2008-03-07 21:32:26 +0000
committerwiz <wiz>2008-03-07 21:32:26 +0000
commit9110f77bf8479668ccd0445a915d777b8c5e6cb6 (patch)
treea58ee0ecdacedcc091940baea2a4c2155a7f27c5
parentd9d620a84e5b070d30a08abcd290304f1b83d38d (diff)
downloadpkgsrc-9110f77bf8479668ccd0445a915d777b8c5e6cb6.tar.gz
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.
-rw-r--r--misc/goffice0.6/Makefile7
-rw-r--r--misc/goffice0.6/PLIST5
-rw-r--r--misc/goffice0.6/distinfo9
-rw-r--r--misc/goffice0.6/patches/patch-aa15
4 files changed, 11 insertions, 25 deletions
diff --git a/misc/goffice0.6/Makefile b/misc/goffice0.6/Makefile
index 3f29fb55348..3765fcde21e 100644
--- a/misc/goffice0.6/Makefile
+++ b/misc/goffice0.6/Makefile
@@ -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 --git a/misc/goffice0.6/PLIST b/misc/goffice0.6/PLIST
index cc1f69d3213..a5202148b05 100644
--- a/misc/goffice0.6/PLIST
+++ b/misc/goffice0.6/PLIST
@@ -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-GogEditor.html
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/right.png
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/hu/LC_MESSAGES/goffice-${PKGVERSION}.mo
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 --git a/misc/goffice0.6/distinfo b/misc/goffice0.6/distinfo
index 5e604bd24ec..73d84d1a25e 100644
--- a/misc/goffice0.6/distinfo
+++ b/misc/goffice0.6/distinfo
@@ -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 --git a/misc/goffice0.6/patches/patch-aa b/misc/goffice0.6/patches/patch-aa
deleted file mode 100644
index 3314cb30ddf..00000000000
--- a/misc/goffice0.6/patches/patch-aa
+++ /dev/null
@@ -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: