summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-02-24 19:28:41 +0000
committerdrochner <drochner@pkgsrc.org>2005-02-24 19:28:41 +0000
commiteab3b650aed23585838264ae6f3ee95d477d441f (patch)
treec95e37a14ca301b751fce4253a6618f84454f439 /databases
parent164be8e1a764635769d11f9949c99899a12dc023 (diff)
downloadpkgsrc-eab3b650aed23585838264ae6f3ee95d477d441f.tar.gz
update to 1.0.10
changes: Fixed OpenOffice and Abiword assertion problems. Plugin reloading improvements. GEDCOM improvements. Minor bug fixes.
Diffstat (limited to 'databases')
-rw-r--r--databases/gramps/Makefile5
-rw-r--r--databases/gramps/PLIST4
-rw-r--r--databases/gramps/distinfo9
-rw-r--r--databases/gramps/patches/patch-aa13
4 files changed, 22 insertions, 9 deletions
diff --git a/databases/gramps/Makefile b/databases/gramps/Makefile
index d37e55ddb91..0b677291797 100644
--- a/databases/gramps/Makefile
+++ b/databases/gramps/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2005/01/24 19:58:19 recht Exp $
+# $NetBSD: Makefile,v 1.11 2005/02/24 19:28:41 drochner Exp $
#
-DISTNAME= gramps-1.0.8
-PKGREVISION= 1
+DISTNAME= gramps-1.0.10
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gramps/}
diff --git a/databases/gramps/PLIST b/databases/gramps/PLIST
index 52970efdaac..fffadf91607 100644
--- a/databases/gramps/PLIST
+++ b/databases/gramps/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2004/12/21 18:51:47 drochner Exp $
+@comment $NetBSD: PLIST,v 1.6 2005/02/24 19:28:41 drochner Exp $
bin/gramps
lib/gramps/grampslib.so
man/man1/gramps.1
@@ -659,7 +659,7 @@ ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gramps.mo
${PKGLOCALEDIR}/locale/eo/LC_MESSAGES/gramps.mo
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gramps.mo
${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/gramps.mo
-${PKGLOCALEDIR}/locale/fr_FR/LC_MESSAGES/gramps.mo
+${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gramps.mo
${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gramps.mo
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gramps.mo
${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/gramps.mo
diff --git a/databases/gramps/distinfo b/databases/gramps/distinfo
index 371380ff7c0..33d9183534c 100644
--- a/databases/gramps/distinfo
+++ b/databases/gramps/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2005/02/23 16:33:05 agc Exp $
+$NetBSD: distinfo,v 1.8 2005/02/24 19:28:41 drochner Exp $
-SHA1 (gramps-1.0.8.tar.gz) = b856c4ae7f9621e105904ef1ece66e5e82b1267c
-RMD160 (gramps-1.0.8.tar.gz) = b1314ca0258ec83c9382ecb39ebd8a9009e4996b
-Size (gramps-1.0.8.tar.gz) = 6523697 bytes
+SHA1 (gramps-1.0.10.tar.gz) = 9d2b86f81c9e969eddae00cad57e3eae62ac8c60
+RMD160 (gramps-1.0.10.tar.gz) = d09479a131620611bf98ab12de7259f8bdd7454e
+Size (gramps-1.0.10.tar.gz) = 6563562 bytes
+SHA1 (patch-aa) = 290e9071090f716f4bfc8c893a2e1e8f04ff60d7
diff --git a/databases/gramps/patches/patch-aa b/databases/gramps/patches/patch-aa
new file mode 100644
index 00000000000..c845ef3a84d
--- /dev/null
+++ b/databases/gramps/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2005/02/24 19:28:41 drochner Exp $
+
+--- src/Makefile.in.orig 2005-02-15 18:24:00.000000000 +0100
++++ src/Makefile.in
+@@ -305,7 +305,7 @@ GRAPHICS = \
+
+ # Other stuff that we need to install
+ dist_pkgdata_DATA = $(GLADEFILES) $(GRAPHICS) papersize.xml
+-dist_data_DATA = gramps.desktop
++#dist_data_DATA = gramps.desktop
+ EXTRA_DIST = grampslib.i grampslib_wrap.c
+ all: all-recursive
+