svn commit: r429228 - head/graphics/partio

Marcus von Appen mva at FreeBSD.org
Fri Dec 23 07:58:36 UTC 2016


Author: mva
Date: Fri Dec 23 07:58:35 2016
New Revision: 429228
URL: https://svnweb.freebsd.org/changeset/ports/429228

Log:
  - Revert the switch from DOCS to DOXYGEN.
  
  This restores the DOCS behaviour for building and installing additional
  documentation along with the port itself, if requested by the user as
  documented.

Modified:
  head/graphics/partio/Makefile

Modified: head/graphics/partio/Makefile
==============================================================================
--- head/graphics/partio/Makefile	Fri Dec 23 07:55:08 2016	(r429227)
+++ head/graphics/partio/Makefile	Fri Dec 23 07:58:35 2016	(r429228)
@@ -2,7 +2,7 @@
 
 PORTNAME=	partio
 PORTVERSION=	1.1.0.20150221
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics math
 
 MAINTAINER=	mva at FreeBSD.org
@@ -18,10 +18,10 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	wdas
 GH_TAGNAME=	1fd6747
 
-OPTIONS_DEFINE=		DOXYGEN PYTHON
+OPTIONS_DEFINE=		DOCS PYTHON
 OPTIONS_DEFAULT=	PYTHON
 
-DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
+DOCS_BUILD_DEPENDS=	doxygen:devel/doxygen
 PYTHON_USES=		python:2.7+
 PYTHON_BUILD_DEPENDS=	swig:devel/swig13
 
@@ -39,12 +39,12 @@ post-patch:
 	@${REINPLACE_CMD} -e '/ADD_SUBDIRECTORY.*src\/py.*/d' \
 		${WRKSRC}/CMakeLists.txt
 .endif
-.if !${PORT_OPTIONS:MDOXYGEN}
+.if !${PORT_OPTIONS:MDOCS}
 	@${REINPLACE_CMD} -e '/ADD_SUBDIRECTORY.*src\/doc.*/d' \
 		${WRKSRC}/CMakeLists.txt
 .endif
 
-.if ${PORT_OPTIONS:MDOXYGEN}
+.if ${PORT_OPTIONS:MDOCS}
 post-build:
 	@(cd ${BUILD_WRKSRC}; make doc)
 .endif


More information about the svn-ports-all mailing list