pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-landslide Improve syntax of dependencies in www...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfe642db392a
branches:  trunk
changeset: 359070:bfe642db392a
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Sun Feb 26 15:39:59 2017 +0000

description:
Improve syntax of dependencies in www/py-landslime

diffstat:

 www/py-landslide/Makefile |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 1812ab6caf85 -r bfe642db392a www/py-landslide/Makefile
--- a/www/py-landslide/Makefile Sun Feb 26 13:02:17 2017 +0000
+++ b/www/py-landslide/Makefile Sun Feb 26 15:39:59 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/02/25 14:53:49 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2017/02/26 15:39:59 kamil Exp $
 
 GITHUB_PROJECT=        landslide
 DISTNAME=      landslide-1.1.3
@@ -12,11 +12,11 @@
 COMMENT=       Generate HTML5 slideshows from markdown, ReST, or textile
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-jinja2:../../textproc/py-jinja2
-DEPENDS+=      ${PYPKGPREFIX}-pygments:../../textproc/py-pygments
-DEPENDS+=      ${PYPKGPREFIX}-markdown:../../textproc/py-markdown
-DEPENDS+=      ${PYPKGPREFIX}-docutils:../../textproc/py-docutils
-DEPENDS+=      ${PYPKGPREFIX}-textile:../../textproc/py-textile
+DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
+DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
+DEPENDS+=      ${PYPKGPREFIX}-markdown-[0-9]*:../../textproc/py-markdown
+DEPENDS+=      ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
+DEPENDS+=      ${PYPKGPREFIX}-textile-[0-9]*:../../textproc/py-textile
 
 post-install:
        ${MV} ${DESTDIR}${PREFIX}/bin/landslide \



Home | Main Index | Thread Index | Old Index