Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Dec 2016 07:58:35 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429228 - head/graphics/partio
Message-ID:  <201612230758.uBN7wZRZ012671@repo.freebsd.org>

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



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