pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinxcontrib-bibtex



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Thu Jul 26 14:21:48 UTC 2018

Modified Files:
        pkgsrc/textproc/py-sphinxcontrib-bibtex: Makefile

Log Message:
Corrected python dependencies for textproc/py-sphinxcontrib-bibtex


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile:1.2 pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile:1.3
--- pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile:1.2        Thu Jul 26 11:48:18 2018
+++ pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile    Thu Jul 26 14:21:48 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2018/07/26 11:48:18 jaapb Exp $
+# $NetBSD: Makefile,v 1.3 2018/07/26 14:21:48 jaapb Exp $
 
 DISTNAME=      sphinxcontrib-bibtex-0.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinxcontrib-bibtex/}
 
@@ -13,8 +13,8 @@ LICENSE=      2-clause-bsd
 
 USE_LANGUAGES=         # none
 
-DEPENDS+=              py[0-9]*-sphinx-[0-9]*:../../textproc/py-sphinx
-DEPENDS+=              py[0-9]*-oset-[0-9]*:../../devel/py-oset
+DEPENDS+=              ${PYPGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+DEPENDS+=              ${PYPKGPREFIX}-oset-[0-9]*:../../devel/py-oset
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index