Fix packaging with latest py-sphinx and depend on it. Bump PKGREVISION.
This commit is contained in:
parent
326f94b1ec
commit
97f375ac74
2 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.25 2015/12/27 23:44:26 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2016/01/17 19:33:09 wiz Exp $
|
||||
|
||||
DISTNAME= tortoisehg-3.6.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://bitbucket.org/tortoisehg/targz/downloads/
|
||||
|
||||
|
@ -12,7 +13,7 @@ LICENSE= gnu-gpl-v2
|
|||
|
||||
REPLACE_PYTHON+= thg
|
||||
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx
|
||||
BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.3.4nb1:../../textproc/py-sphinx
|
||||
DEPENDS+= ${PYPKGPREFIX}-iniparse>=0.4:../../textproc/py-iniparse
|
||||
DEPENDS+= ${PYPKGPREFIX}-pygments>=1.6:../../textproc/py-pygments
|
||||
DEPENDS+= ${PYPKGPREFIX}-mercurial>=2.8.1:../../devel/py-mercurial
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2015/11/17 11:42:39 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2016/01/17 19:33:09 wiz Exp $
|
||||
bin/thg
|
||||
${PYSITELIB}/${EGG_FILE}
|
||||
${PYSITELIB}/tortoisehg/__init__.py
|
||||
|
@ -430,23 +430,24 @@ share/doc/tortoisehg/html/_sources/sync.txt
|
|||
share/doc/tortoisehg/html/_sources/whatsnew.txt
|
||||
share/doc/tortoisehg/html/_sources/workbench.txt
|
||||
share/doc/tortoisehg/html/_static/ajax-loader.gif
|
||||
share/doc/tortoisehg/html/_static/alabaster.css
|
||||
share/doc/tortoisehg/html/_static/basic.css
|
||||
share/doc/tortoisehg/html/_static/comment-bright.png
|
||||
share/doc/tortoisehg/html/_static/comment-close.png
|
||||
share/doc/tortoisehg/html/_static/comment.png
|
||||
share/doc/tortoisehg/html/_static/default.css
|
||||
share/doc/tortoisehg/html/_static/doctools.js
|
||||
share/doc/tortoisehg/html/_static/down-pressed.png
|
||||
share/doc/tortoisehg/html/_static/down.png
|
||||
share/doc/tortoisehg/html/_static/file.png
|
||||
share/doc/tortoisehg/html/_static/jquery-1.11.1.js
|
||||
share/doc/tortoisehg/html/_static/jquery.js
|
||||
share/doc/tortoisehg/html/_static/minus.png
|
||||
share/doc/tortoisehg/html/_static/plus.png
|
||||
share/doc/tortoisehg/html/_static/pygments.css
|
||||
share/doc/tortoisehg/html/_static/searchtools.js
|
||||
share/doc/tortoisehg/html/_static/sidebar.js
|
||||
share/doc/tortoisehg/html/_static/thg_logo_92x50.png
|
||||
share/doc/tortoisehg/html/_static/tortoisehg.css
|
||||
share/doc/tortoisehg/html/_static/underscore-1.3.1.js
|
||||
share/doc/tortoisehg/html/_static/underscore.js
|
||||
share/doc/tortoisehg/html/_static/up-pressed.png
|
||||
share/doc/tortoisehg/html/_static/up.png
|
||||
|
|
Loading…
Reference in a new issue