Date: Mon, 27 Feb 2017 02:26:35 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 217384] ruby23 dependency version mismatch Message-ID: <bug-217384-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217384 Bug ID: 217384 Summary: ruby23 dependency version mismatch Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: yunchih@csie.ntu.edu.tw CC: cyberbotx@cyberbotx.com, dinoex@FreeBSD.org CC: cyberbotx@cyberbotx.com, dinoex@FreeBSD.org 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- lang/ruby23/Makefile (revision 434884) +++ lang/ruby23/Makefile (working copy) @@ -55,7 +55,7 @@ EDIT_DESC=3D Which line editing lib to use LIBEDIT_DESC=3D Use libedit READLINE_DESC=3D Use libreadline -CAPIDOCS_BUILD_DEPENDS=3D doxygen>1.8.12,2:devel/doxygen \ +CAPIDOCS_BUILD_DEPENDS=3D doxygen>=3D1.8.12,2:devel/doxygen \ dot:graphics/graphviz CAPIDOCS_CONFIGURE_ENABLE=3D install-capi GMP_CONFIGURE_WITH=3D gmp [1] https://svnweb.freebsd.org/changeset/ports/434270 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217384-13>