svn commit: r485766 - head/devel/cmake

Tobias C. Berner tcberner at FreeBSD.org
Sat Nov 24 12:09:00 UTC 2018


Author: tcberner
Date: Sat Nov 24 12:08:58 2018
New Revision: 485766
URL: https://svnweb.freebsd.org/changeset/ports/485766

Log:
  Back out r460715 and only support default python version for sphinx dependency.
  
  PR:		227573

Modified:
  head/devel/cmake/Makefile

Modified: head/devel/cmake/Makefile
==============================================================================
--- head/devel/cmake/Makefile	Sat Nov 24 12:00:56 2018	(r485765)
+++ head/devel/cmake/Makefile	Sat Nov 24 12:08:58 2018	(r485766)
@@ -4,7 +4,7 @@
 PORTNAME=	cmake
 # Remember to update devel/cmake-doc and devel/cmake-gui as well.
 DISTVERSION=	3.12.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	https://www.cmake.org/files/v${PORTVERSION:R}/
 
@@ -36,7 +36,7 @@ OPTIONS_DEFAULT=MANPAGES
 OPTIONS_SUB=	yes
 
 MANPAGES_USES=		python:env
-MANPAGES_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR}
+MANPAGES_BUILD_DEPENDS=	sphinx-build:textproc/py-sphinx
 MANPAGES_CONFIGURE_ON=	--sphinx-man
 
 CPACK_DESC=		Enable FreeBSD generator in CPack (experimental)


More information about the svn-ports-all mailing list