From owner-svn-ports-all@freebsd.org Fri Feb 17 06:18:56 2017 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 C7EA8CE1762; Fri, 17 Feb 2017 06:18:56 +0000 (UTC) (envelope-from rea@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 7F11318B8; Fri, 17 Feb 2017 06:18:56 +0000 (UTC) (envelope-from rea@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1H6It38048596; Fri, 17 Feb 2017 06:18:55 GMT (envelope-from rea@FreeBSD.org) Received: (from rea@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1H6ItuQ048593; Fri, 17 Feb 2017 06:18:55 GMT (envelope-from rea@FreeBSD.org) Message-Id: <201702170618.v1H6ItuQ048593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rea set sender to rea@FreeBSD.org using -f From: Eygene Ryabinkin Date: Fri, 17 Feb 2017 06:18:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434270 - in head/lang: ruby21 ruby22 ruby23 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: Fri, 17 Feb 2017 06:18:56 -0000 Author: rea Date: Fri Feb 17 06:18:55 2017 New Revision: 434270 URL: https://svnweb.freebsd.org/changeset/ports/434270 Log: Ruby: introduce dependency on modern Doxygen Otherwise (found with Doxygen 1.8.10) packaging list will be broken with missing entries like dir_.html. Reviewed by: swills@ (part of ruby@) Modified: head/lang/ruby21/Makefile head/lang/ruby22/Makefile head/lang/ruby23/Makefile Modified: head/lang/ruby21/Makefile ============================================================================== --- head/lang/ruby21/Makefile Fri Feb 17 05:36:30 2017 (r434269) +++ head/lang/ruby21/Makefile Fri Feb 17 06:18:55 2017 (r434270) @@ -56,7 +56,7 @@ RDOC_DESC= Build and install Rdoc index EDIT_DESC= Which line editing lib to use LIBEDIT_DESC= Use libedit READLINE_DESC= Use libreadline -CAPIDOCS_BUILD_DEPENDS= doxygen>0:devel/doxygen \ +CAPIDOCS_BUILD_DEPENDS= doxygen>1.8.12,2:devel/doxygen \ dot:graphics/graphviz CAPIDOCS_CONFIGURE_ENABLE= install-capi GMP_CONFIGURE_WITH= gmp Modified: head/lang/ruby22/Makefile ============================================================================== --- head/lang/ruby22/Makefile Fri Feb 17 05:36:30 2017 (r434269) +++ head/lang/ruby22/Makefile Fri Feb 17 06:18:55 2017 (r434270) @@ -57,7 +57,7 @@ RDOC_DESC= Build and install Rdoc index EDIT_DESC= Which line editing lib to use LIBEDIT_DESC= Use libedit READLINE_DESC= Use libreadline -CAPIDOCS_BUILD_DEPENDS= doxygen>0:devel/doxygen \ +CAPIDOCS_BUILD_DEPENDS= doxygen>1.8.12,2:devel/doxygen \ dot:graphics/graphviz CAPIDOCS_CONFIGURE_ENABLE= install-capi GMP_CONFIGURE_WITH= gmp Modified: head/lang/ruby23/Makefile ============================================================================== --- head/lang/ruby23/Makefile Fri Feb 17 05:36:30 2017 (r434269) +++ head/lang/ruby23/Makefile Fri Feb 17 06:18:55 2017 (r434270) @@ -55,7 +55,7 @@ RDOC_DESC= Build and install Rdoc index EDIT_DESC= Which line editing lib to use LIBEDIT_DESC= Use libedit READLINE_DESC= Use libreadline -CAPIDOCS_BUILD_DEPENDS= doxygen>0:devel/doxygen \ +CAPIDOCS_BUILD_DEPENDS= doxygen>1.8.12,2:devel/doxygen \ dot:graphics/graphviz CAPIDOCS_CONFIGURE_ENABLE= install-capi GMP_CONFIGURE_WITH= gmp