Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2019 18:03:03 +0000 (UTC)
From:      =?UTF-8?Q?Alexandre_C=2e_Guimar=c3=a3es?= <rigoletto@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512363 - head/deskutils/py-khal
Message-ID:  <201909191803.x8JI33bd037618@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909191803.x8JI33bd037618>