Index: head/devel/ruby-build/Makefile =================================================================== --- head/devel/ruby-build/Makefile (revision 516969) +++ head/devel/ruby-build/Makefile (revision 516970) @@ -1,43 +1,43 @@ # $FreeBSD$ PORTNAME= ruby-build -PORTVERSION= 20191004 # pend update until bug 241633 solved +PORTVERSION= 20191030 DISTVERSIONPREFIX= v CATEGORIES= devel ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Compile and install different ruby versions LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE # ruby-build builds Ruby so these are needed at run-time. # warnings by portlint are not correct. keep this. RUN_DEPENDS= autoconf>0:devel/autoconf \ curl:ftp/curl \ gmake:devel/gmake USE_GITHUB= yes GH_ACCOUNT= rbenv NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/ruby-build \ libexec/rbenv-install \ libexec/rbenv-uninstall PORTDATA= * OPTIONS_DEFINE= RBENV OPTIONS_DEFAULT=RBENV RBENV_DESC= Install rbenv for installation support RBENV_RUN_DEPENDS= rbenv:devel/rbenv do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/ruby-build ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/bin/rbenv-install ${STAGEDIR}${PREFIX}/libexec ${INSTALL_SCRIPT} ${WRKSRC}/bin/rbenv-uninstall ${STAGEDIR}${PREFIX}/libexec @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/share/ruby-build && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR}) .include Index: head/devel/ruby-build/distinfo =================================================================== --- head/devel/ruby-build/distinfo (revision 516969) +++ head/devel/ruby-build/distinfo (revision 516970) @@ -1,3 +1,3 @@ -TIMESTAMP = 1570594875 -SHA256 (rbenv-ruby-build-v20191004_GH0.tar.gz) = 6f053957acb0af6d621ebf2b9dacc9c265844b2dc6842a021eb10f0a70094fe8 -SIZE (rbenv-ruby-build-v20191004_GH0.tar.gz) = 63345 +TIMESTAMP = 1573003323 +SHA256 (rbenv-ruby-build-v20191030_GH0.tar.gz) = 6f13124f7bc6e65930606dec25f26305f132dc3596035b09d48576f1eb0ea5c7 +SIZE (rbenv-ruby-build-v20191030_GH0.tar.gz) = 63632 Index: head/devel/ruby-build/files/patch-bin_ruby-build =================================================================== --- head/devel/ruby-build/files/patch-bin_ruby-build (nonexistent) +++ head/devel/ruby-build/files/patch-bin_ruby-build (revision 516970) @@ -0,0 +1,20 @@ +--- bin/ruby-build.orig 2019-10-30 17:11:02 UTC ++++ bin/ruby-build +@@ -1317,15 +1317,8 @@ fi + + if [ -z "$MAKE" ]; then + if [ "FreeBSD" = "$(uname -s)" ]; then +- if [ "$(echo $1 | sed 's/-.*$//')" = "jruby" ]; then +- export MAKE="gmake" +- else +- if [ "$(uname -r | sed 's/[^[:digit:]].*//')" -lt 10 ]; then +- export MAKE="gmake" +- else +- export MAKE="make" +- fi +- fi ++ # FreeBSD bug 241633: fails to build due to race condition ++ export MAKE="gmake" + else + export MAKE="make" + fi Property changes on: head/devel/ruby-build/files/patch-bin_ruby-build ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property