summaryrefslogtreecommitdiff
path: root/databases/luma
diff options
context:
space:
mode:
authorwiz <wiz>2014-08-20 19:39:02 +0000
committerwiz <wiz>2014-08-20 19:39:02 +0000
commit8a44156ac48600721406bac09962adf39a7b01a5 (patch)
tree01eafb10fc29a7d014862331630b9b8296dedf72 /databases/luma
parenta36b51cc8fc692845d9f9d47aa8077f104173587 (diff)
downloadpkgsrc-8a44156ac48600721406bac09962adf39a7b01a5.tar.gz
Add upstream bug report URLs.
Diffstat (limited to 'databases/luma')
-rw-r--r--databases/luma/Makefile4
-rw-r--r--databases/luma/distinfo4
-rw-r--r--databases/luma/patches/patch-setup.py3
3 files changed, 7 insertions, 4 deletions
diff --git a/databases/luma/Makefile b/databases/luma/Makefile
index 5563d697f6d..1935b59d3a1 100644
--- a/databases/luma/Makefile
+++ b/databases/luma/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2014/08/20 19:24:28 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2014/08/20 19:39:02 wiz Exp $
DISTNAME= luma-3.0.7
CATEGORIES= databases
@@ -21,6 +21,8 @@ SUBST_FILES.luma= luma/luma.py
SUBST_SED.luma= -e "s|@PATH@|${PREFIX}/${PYSITELIB}/luma|"
SUBST_MESSAGE.luma= Adding library path to luma.
+# some templates are not installed, do it manually
+# https://sourceforge.net/p/luma/bugs/48/
post-install:
${MV} ${DESTDIR}${PREFIX}/share/man/man1/luma.1.gz ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${CP} -R ${WRKSRC}/luma/plugins/browser/templates ${DESTDIR}${PREFIX}/${PYSITELIB}/luma/plugins/browser/templates
diff --git a/databases/luma/distinfo b/databases/luma/distinfo
index 57feba5eee3..47d7d7cc930 100644
--- a/databases/luma/distinfo
+++ b/databases/luma/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2014/08/20 19:24:28 wiz Exp $
+$NetBSD: distinfo,v 1.7 2014/08/20 19:39:02 wiz Exp $
SHA1 (luma-3.0.7.zip) = 6b82ddc1ac5948b02a2843c3a4dd76cf6c797494
RMD160 (luma-3.0.7.zip) = 30577b1afae57734c4e1b7fdff0dfc4fd7543001
Size (luma-3.0.7.zip) = 815984 bytes
SHA1 (patch-luma_luma.py) = fc8e0a171303cc85a5ef7c51d802480ffac8ee6e
-SHA1 (patch-setup.py) = 4e6d2a9d0b6740acb70f15219d1be3fdc85fd7e8
+SHA1 (patch-setup.py) = 3e6864a9f1d4a9a88ed47b431717ed37093b9024
diff --git a/databases/luma/patches/patch-setup.py b/databases/luma/patches/patch-setup.py
index b76ed8a2b68..a1a769caeb8 100644
--- a/databases/luma/patches/patch-setup.py
+++ b/databases/luma/patches/patch-setup.py
@@ -1,9 +1,10 @@
-$NetBSD: patch-setup.py,v 1.1 2014/08/20 19:24:28 wiz Exp $
+$NetBSD: patch-setup.py,v 1.2 2014/08/20 19:39:02 wiz Exp $
Handle all non-Windows the same for pkgsrc,
in particular do not handle OS X differently.
Fix script name in install rule.
+https://sourceforge.net/p/luma/bugs/47/
--- setup.py.orig 2011-05-25 12:32:02.000000000 +0000
+++ setup.py