pkgsrc-WIP-changes archive

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

pyzor: Fix path to sphinx and tidy.



Module Name:	pkgsrc-wip
Committed By:	Jonathan Perkin <jperkin%joyent.com@localhost>
Pushed By:	jperkin
Date:		Tue Apr 21 17:28:00 2020 +0100
Changeset:	e22d7225db3f8c58ef34afe55bab5f3f1284125e

Modified Files:
	pyzor/Makefile
	pyzor/distinfo

Log Message:
pyzor: Fix path to sphinx and tidy.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e22d7225db3f8c58ef34afe55bab5f3f1284125e

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

diffstat:
 pyzor/Makefile | 4 +++-
 pyzor/distinfo | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/pyzor/Makefile b/pyzor/Makefile
index 149045d075..4a1044caa7 100644
--- a/pyzor/Makefile
+++ b/pyzor/Makefile
@@ -18,6 +18,8 @@ BUILD_DEPENDS+=	${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 REPLACE_PYTHON=	scripts/pyzor scripts/pyzord
 MESSAGE_SUBST+=	PYPKGPREFIX=${PYPKGPREFIX}
 
+BUILD_DEFS+=	PKG_SYSCONFBASE
+
 EGDIR=			share/examples/pyzor
 CONFIG_FILES=		accounts config pyzord.access pyzord.paswd servers
 
@@ -33,7 +35,7 @@ SUBST_MESSAGE.etc=	Fixing default config path
 SUBST_FILES.etc=	scripts/pyzord scripts/pyzor web/application.py
 SUBST_SED.etc=		-e 's,/etc,${PKG_SYSCONFBASE},'
 
-MAKE_FLAGS+=		SPHINXBUILD=sphinx-build${PYVERSSUFFIX}
+MAKE_FLAGS+=		SPHINXBUILD=sphinx-build-${PYVERSSUFFIX}
 INSTALLATION_DIRS+=	${PREFIX}/${PKGMANDIR}/man1 ${EGDIR}
 
 post-build:
diff --git a/pyzor/distinfo b/pyzor/distinfo
index 7530e8010d..e56ceb1c22 100644
--- a/pyzor/distinfo
+++ b/pyzor/distinfo
@@ -2,4 +2,5 @@ $NetBSD: distinfo,v 1.4 2015/09/02 20:28:57 fhajny Exp $
 
 SHA1 (pyzor-1.0.0.tar.gz) = af23991fcdcbc3219c61dafd22446c4422c618ea
 RMD160 (pyzor-1.0.0.tar.gz) = 294a1b74fc23ee31af73dd16dea1ac7ffb9c03b8
+SHA512 (pyzor-1.0.0.tar.gz) = b3fb8b2c5261e187a2ab3a5a3b12d221df7de08766c6bb2ad9990c0f23517534871ecc9d5ad529e79b0d0aef8b2b800728320c57435a8c0d8c3f80a4ba0f7e4a
 Size (pyzor-1.0.0.tar.gz) = 126276 bytes


Home | Main Index | Thread Index | Old Index