pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/salt-docs salt-docs: updated to 2017.7.2 (syn...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/214b40878344
branches:  trunk
changeset: 373585:214b40878344
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 05 16:33:48 2018 +0000

description:
salt-docs: updated to 2017.7.2 (sync with sysutils/salt)

diffstat:

 sysutils/salt-docs/Makefile |  21 ++++++++-------------
 sysutils/salt-docs/distinfo |  10 +++++-----
 2 files changed, 13 insertions(+), 18 deletions(-)

diffs (60 lines):

diff -r 939cb5857114 -r 214b40878344 sysutils/salt-docs/Makefile
--- a/sysutils/salt-docs/Makefile       Fri Jan 05 16:13:51 2018 +0000
+++ b/sysutils/salt-docs/Makefile       Fri Jan 05 16:33:48 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:58 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2018/01/05 16:33:48 adam Exp $
 
-DISTNAME=      salt-2015.8.5
+DISTNAME=      salt-2017.7.2
 PKGNAME=       ${DISTNAME:S/-/-docs-/}
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/salt/}
@@ -10,9 +10,9 @@
 COMMENT=       Documentation for salt
 LICENSE=       apache-2.0
 
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake pax
 
-BUILD_DEPENDS+=        gnupg-[0-9]*:../../security/gnupg
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx>=1.2.3nb1*:../../textproc/py-sphinx
 
 NO_CONFIGURE=  yes
 BUILD_DIRS=    doc
@@ -26,16 +26,11 @@
 INSTALLATION_DIRS=     ${HTMLDIR}
 
 do-install:
-       ( cd ${WRKSRC}/doc/_build/html \
-         && pax -rw -pe . ${DESTDIR}${PREFIX}/${HTMLDIR} )
-       ( cd ${DESTDIR}${PREFIX} \
-         && ${FIND} ${HTMLDIR} -type f -print ) >>${PLIST_SRC}
+       cd ${WRKSRC}/doc/_build/html && pax -rw -pe . ${DESTDIR}${PREFIX}/${HTMLDIR}
+       cd ${DESTDIR}${PREFIX} && ${FIND} ${HTMLDIR} -type f -print >>${PLIST_SRC}
 
-# problem in sphinx config file?
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 0.10.5
+# problem building due to some mocking
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36
 
-# The upstream salt project does not say what version of sphinx is required.
 .include "../../lang/python/pyversion.mk"
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-sphinx>=1.2.3nb1*:../../textproc/py-sphinx
-
 .include "../../mk/bsd.pkg.mk"
diff -r 939cb5857114 -r 214b40878344 sysutils/salt-docs/distinfo
--- a/sysutils/salt-docs/distinfo       Fri Jan 05 16:13:51 2018 +0000
+++ b/sysutils/salt-docs/distinfo       Fri Jan 05 16:33:48 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/04/05 05:42:26 khorben Exp $
+$NetBSD: distinfo,v 1.4 2018/01/05 16:33:48 adam Exp $
 
-SHA1 (salt-2015.8.5.tar.gz) = f9d2b2dbb0fefc8d9b0b5a762f61f0f1d8998c47
-RMD160 (salt-2015.8.5.tar.gz) = 8b17e20f53ff201f135f0bfefeca937828289a01
-SHA512 (salt-2015.8.5.tar.gz) = 715709798fd1f4410ef204545a84e34d3ecc0f080905b7ae29ce19d273c1ed6865f56e025e59d2506301970ad05081ff119caec0ced03dcbe5803f9f00eb64f8
-Size (salt-2015.8.5.tar.gz) = 6877624 bytes
+SHA1 (salt-2017.7.2.tar.gz) = c0e7db44328e5400b17c8cd15033991855c6fe2e
+RMD160 (salt-2017.7.2.tar.gz) = 1030d0e9fcd2de0ffe4604b550135413faab9fe9
+SHA512 (salt-2017.7.2.tar.gz) = 959cec404f0fa7c00f78427cba902b8b9c2c0d95016fc70925d8da6d0b97a0284fc034ac92a5c5c313763db4fdcbd1b0391318596b77fe8e0cd1c7e4b3fa928b
+Size (salt-2017.7.2.tar.gz) = 11471191 bytes



Home | Main Index | Thread Index | Old Index