From owner-svn-ports-all@freebsd.org Wed Dec 21 14:56:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7719AC8A216; Wed, 21 Dec 2016 14:56:18 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46DF210A7; Wed, 21 Dec 2016 14:56:18 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBLEuHHR003162; Wed, 21 Dec 2016 14:56:17 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBLEuHxP003161; Wed, 21 Dec 2016 14:56:17 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201612211456.uBLEuHxP003161@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 21 Dec 2016 14:56:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429094 - head/editors/yzis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2016 14:56:18 -0000 Author: mat Date: Wed Dec 21 14:56:17 2016 New Revision: 429094 URL: https://svnweb.freebsd.org/changeset/ports/429094 Log: Rename DOCS to DOXYGEN. Sponsored by: Absolight Modified: head/editors/yzis/Makefile (contents, props changed) Modified: head/editors/yzis/Makefile ============================================================================== --- head/editors/yzis/Makefile Wed Dec 21 14:56:14 2016 (r429093) +++ head/editors/yzis/Makefile Wed Dec 21 14:56:17 2016 (r429094) @@ -3,7 +3,7 @@ PORTNAME= yzis PORTVERSION= 1.0.a.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= editors MASTER_SITES= http://labs.freehackers.org/attachments/download/45/ \ http://contribs.martymac.org/FreeBSD-ports/distfiles/ @@ -29,7 +29,7 @@ USE_GCC= any INSTALLS_ICONS= yes USE_LDCONFIG= yes -OPTIONS_DEFINE= KYZIS NYZIS DOCS +OPTIONS_DEFINE= KYZIS NYZIS DOXYGEN OPTIONS_SUB= yes KYZIS_DESC= Build kyzis and Yzis kpart KYZIS_USES= kde:4 @@ -40,10 +40,10 @@ NYZIS_DESC= Build nyzis (ncurses fronten NYZIS_CPPFLAGS= -D_XOPEN_SOURCE_EXTENDED NYZIS_CMAKE_ON= -DENABLE_NYZIS:BOOL=ON NYZIS_CMAKE_OFF= -DENABLE_NYZIS:BOOL=OFF -DOCS_BUILD_DEPENDS= dot:graphics/graphviz \ +DOXYGEN_BUILD_DEPENDS= dot:graphics/graphviz \ doxygen:devel/doxygen -DOCS_CMAKE_ON= -DENABLE_DOCUMENTATION:BOOL=ON -DOCS_CMAKE_OFF= -DENABLE_DOCUMENTATION:BOOL=OFF +DOXYGEN_CMAKE_ON= -DENABLE_DOCUMENTATION:BOOL=ON +DOXYGEN_CMAKE_OFF= -DENABLE_DOCUMENTATION:BOOL=OFF .include