diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-20 19:39:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-20 19:39:02 +0000 |
commit | 55344d54f77d56901333ccc4ac93ed8493719f8f (patch) | |
tree | 01eafb10fc29a7d014862331630b9b8296dedf72 /databases | |
parent | e9acede34cb5b3181ee9583a9fb619f171fa50f8 (diff) | |
download | pkgsrc-55344d54f77d56901333ccc4ac93ed8493719f8f.tar.gz |
Add upstream bug report URLs.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/luma/Makefile | 4 | ||||
-rw-r--r-- | databases/luma/distinfo | 4 | ||||
-rw-r--r-- | databases/luma/patches/patch-setup.py | 3 |
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 |