Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2017 14:55:06 +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: r439900 - in head/lang: ruby22 ruby23 ruby24
Message-ID:  <201705011455.v41Et6Ik012725@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon May  1 14:55:06 2017
New Revision: 439900
URL: https://svnweb.freebsd.org/changeset/ports/439900

Log:
  Always use latest doxygen
  
  MFH:		2017Q2

Modified:
  head/lang/ruby22/Makefile
  head/lang/ruby23/Makefile
  head/lang/ruby24/Makefile

Modified: head/lang/ruby22/Makefile
==============================================================================
--- head/lang/ruby22/Makefile	Mon May  1 14:45:00 2017	(r439899)
+++ head/lang/ruby22/Makefile	Mon May  1 14:55:06 2017	(r439900)
@@ -58,7 +58,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.13,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 May  1 14:45:00 2017	(r439899)
+++ head/lang/ruby23/Makefile	Mon May  1 14:55:06 2017	(r439900)
@@ -58,7 +58,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.13,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 May  1 14:45:00 2017	(r439899)
+++ head/lang/ruby24/Makefile	Mon May  1 14:55:06 2017	(r439900)
@@ -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>=1.8.12,2:devel/doxygen \
+CAPIDOCS_BUILD_DEPENDS=	doxygen>=1.8.13,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?201705011455.v41Et6Ik012725>