Date: Mon, 27 Feb 2017 06:37:46 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434915 - in head/lang: ruby21 ruby22 ruby23 ruby24 Message-ID: <201702270637.v1R6bkR7024086@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Feb 27 06:37:45 2017 New Revision: 434915 URL: https://svnweb.freebsd.org/changeset/ports/434915 Log: Fix doxygen version requirement PR: 217384 Submitted by: Yunchih Chen <yunchih@csie.ntu.edu.tw> Modified: head/lang/ruby21/Makefile head/lang/ruby22/Makefile head/lang/ruby23/Makefile head/lang/ruby24/Makefile Modified: head/lang/ruby21/Makefile ============================================================================== --- head/lang/ruby21/Makefile Mon Feb 27 03:15:36 2017 (r434914) +++ head/lang/ruby21/Makefile Mon Feb 27 06:37:45 2017 (r434915) @@ -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>1.8.12,2: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 Mon Feb 27 03:15:36 2017 (r434914) +++ head/lang/ruby22/Makefile Mon Feb 27 06:37:45 2017 (r434915) @@ -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>1.8.12,2: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 Mon Feb 27 03:15:36 2017 (r434914) +++ head/lang/ruby23/Makefile Mon Feb 27 06:37:45 2017 (r434915) @@ -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>1.8.12,2: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/ruby24/Makefile ============================================================================== --- head/lang/ruby24/Makefile Mon Feb 27 03:15:36 2017 (r434914) +++ head/lang/ruby24/Makefile Mon Feb 27 06:37:45 2017 (r434915) @@ -59,7 +59,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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702270637.v1R6bkR7024086>