From owner-svn-ports-all@freebsd.org Tue Dec 1 23:58:09 2015 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 B42F9A3E4A6; Tue, 1 Dec 2015 23:58:09 +0000 (UTC) (envelope-from amdmi3@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 832CC195C; Tue, 1 Dec 2015 23:58:09 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB1Nw8YN042589; Tue, 1 Dec 2015 23:58:08 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB1Nw8S2042587; Tue, 1 Dec 2015 23:58:08 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201512012358.tB1Nw8S2042587@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 1 Dec 2015 23:58:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402799 - in head/devel/fga: . files 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.20 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: Tue, 01 Dec 2015 23:58:09 -0000 Author: amdmi3 Date: Tue Dec 1 23:58:08 2015 New Revision: 402799 URL: https://svnweb.freebsd.org/changeset/ports/402799 Log: - Switch to options helpers - Regenerate patches with `make makepatch` Modified: head/devel/fga/Makefile head/devel/fga/files/patch-graph_gen.cpp Modified: head/devel/fga/Makefile ============================================================================== --- head/devel/fga/Makefile Tue Dec 1 23:57:44 2015 (r402798) +++ head/devel/fga/Makefile Tue Dec 1 23:58:08 2015 (r402799) @@ -19,11 +19,15 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS EXAMPLES do-install: - ${INSTALL_DATA} ${WRKSRC}/include/fga.hpp ${STAGEDIR}${PREFIX}/include ${INSTALL_PROGRAM} ${EXAMPLES:S,^,${WRKSRC}/,} ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/,:S,$,.cpp,} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/include/fga.hpp ${STAGEDIR}${PREFIX}/include + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR} +do-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/,:S,$,.cpp,} ${STAGEDIR}${EXAMPLESDIR} + .include Modified: head/devel/fga/files/patch-graph_gen.cpp ============================================================================== --- head/devel/fga/files/patch-graph_gen.cpp Tue Dec 1 23:57:44 2015 (r402798) +++ head/devel/fga/files/patch-graph_gen.cpp Tue Dec 1 23:58:08 2015 (r402799) @@ -1,6 +1,6 @@ ---- graph_gen.cpp.orig Sat Nov 25 20:51:17 2006 -+++ graph_gen.cpp Wed Jan 10 22:31:44 2007 -@@ -5,6 +5,7 @@ +--- graph_gen.cpp.orig 2007-05-25 11:44:29 UTC ++++ graph_gen.cpp +@@ -2,6 +2,7 @@ #include #include