svn commit: r434915 - in head/lang: ruby21 ruby22 ruby23 ruby24

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 27 06:37:47 UTC 2017


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 at 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


More information about the svn-ports-head mailing list