svn commit: r512363 - head/deskutils/py-khal

Alexandre C. Guimarães rigoletto at FreeBSD.org
Thu Sep 19 18:03:04 UTC 2019


Author: rigoletto
Date: Thu Sep 19 18:03:03 2019
New Revision: 512363
URL: https://svnweb.freebsd.org/changeset/ports/512363

Log:
  deskutils/py-khal: temporarily remove broken DOCS option.
  
  - the issue will be worked with upstream and the option
    will be re-added when solved.
  
  PR:		240675
  Reported by:	tobik
  Approved by:	tcberner (mentor)

Modified:
  head/deskutils/py-khal/Makefile

Modified: head/deskutils/py-khal/Makefile
==============================================================================
--- head/deskutils/py-khal/Makefile	Thu Sep 19 16:50:33 2019	(r512362)
+++ head/deskutils/py-khal/Makefile	Thu Sep 19 18:03:03 2019	(r512363)
@@ -3,6 +3,7 @@
 
 PORTNAME=	khal
 DISTVERSION=	0.10.1
+PORTREVISION=	1
 CATEGORIES=	deskutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -31,18 +32,12 @@ USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	DOCS SETPROCTITLE
+OPTIONS_DEFINE=		SETPROCTITLE
 
-DOCS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>1.6.1:textproc/py-sphinx@${PY_FLAVOR} \
-			${PYTHON_PKGNAMEPREFIX}sphinxcontrib-newsfeed>=0:textproc/py-sphinxcontrib-newsfeed@${PY_FLAVOR}
-
-SETPROCTITLE_DESC=	Set the process title
+SETPROCTITLE_DESC=		Set the process title
 SETPROCTITLE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setproctitle>=0:devel/py-setproctitle@${PY_FLAVOR}
 
 PLIST_FILES=	share/zsh/site-functions/__khal
-
-build-DOCS-on:
-	(cd ${WRKSRC}/docs && ${MAKE})
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}


More information about the svn-ports-all mailing list