Revision 434270[1] breaks my ruby23 build. The current version of doxygen is 1.8.12,2, so the statement will fail: doxygen>1.8.12,2:devel/doxygen Proposed patch: Index: lang/ruby23/Makefile =================================================================== --- lang/ruby23/Makefile (revision 434884) +++ lang/ruby23/Makefile (working copy) @@ -55,7 +55,7 @@ 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 [1] https://svnweb.freebsd.org/changeset/ports/434270
A commit references this bug: Author: sunpoet Date: Mon Feb 27 06:37:46 UTC 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> Changes: head/lang/ruby21/Makefile head/lang/ruby22/Makefile head/lang/ruby23/Makefile head/lang/ruby24/Makefile
Committed. Thanks!