Bug 217384

Summary: lang/ruby23: dependency version mismatch
Product: Ports & Packages Reporter: Yunchih Chen <yunchih>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Only Me CC: cyberbotx, dinoex, swills, yunchih
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Yunchih Chen 2017-02-27 02:26:35 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-02-27 06:38:44 UTC
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
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-02-27 06:38:57 UTC
Committed. Thanks!