Date: Fri, 1 Oct 2021 22:39:24 GMT From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4b1e36816f57 - main - lang/erlang-runtime24: Update to version 24.1.1. Message-ID: <202110012239.191MdOcD057723@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=4b1e36816f575f368a3db9dba4d14f0a01495b92 commit 4b1e36816f575f368a3db9dba4d14f0a01495b92 Author: Jimmy Olgeni <olgeni@FreeBSD.org> AuthorDate: 2021-10-01 09:52:36 +0000 Commit: Jimmy Olgeni <olgeni@FreeBSD.org> CommitDate: 2021-10-01 22:21:40 +0000 lang/erlang-runtime24: Update to version 24.1.1. --- lang/erlang-runtime24/Makefile | 4 +-- lang/erlang-runtime24/distinfo | 6 ++--- lang/erlang-runtime24/files/patch-configure | 40 ----------------------------- 3 files changed, 5 insertions(+), 45 deletions(-) diff --git a/lang/erlang-runtime24/Makefile b/lang/erlang-runtime24/Makefile index 49c22f3a68fd..b50f2adce7a9 100644 --- a/lang/erlang-runtime24/Makefile +++ b/lang/erlang-runtime24/Makefile @@ -1,6 +1,6 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- -DISTVERSION= 24.0.6 +DISTVERSION= 24.1.1 PORTREVISION= 0 CATEGORIES= lang parallel java PKGNAMESUFFIX= -runtime24 @@ -13,7 +13,7 @@ LICENSE= APACHE20 BROKEN_sparc64= Fails to build: error: fp_except undeclared -USES= autoreconf:build cpe gmake ncurses perl5 +USES= cpe gmake ncurses perl5 CPE_VENDOR= erlang CPE_PRODUCT= erlang/otp USE_GITHUB= nodefault diff --git a/lang/erlang-runtime24/distinfo b/lang/erlang-runtime24/distinfo index cff54b3a3d4a..7451df4b03dc 100644 --- a/lang/erlang-runtime24/distinfo +++ b/lang/erlang-runtime24/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1630675149 -SHA256 (erlang/erlang-otp-OTP-24.0.6_GH0.tar.gz) = a60a7d776a4573e2018d6fad6df957e3911ecbce5f11497a8ec537f613aca0a1 -SIZE (erlang/erlang-otp-OTP-24.0.6_GH0.tar.gz) = 58894872 +TIMESTAMP = 1633076891 +SHA256 (erlang/erlang-otp-OTP-24.1.1_GH0.tar.gz) = 96a9ffd0ce529dda8bb98eb3e607994fe9f67c1abb3fc1cca545826ad088358d +SIZE (erlang/erlang-otp-OTP-24.1.1_GH0.tar.gz) = 59041453 SHA256 (erlang/erlang-corba-5.0.2_GH0.tar.gz) = d82b3efb0330870ac59a86ed96130b3e2caa7df5304e46b06dd79ad237686703 SIZE (erlang/erlang-corba-5.0.2_GH0.tar.gz) = 1393602 diff --git a/lang/erlang-runtime24/files/patch-configure b/lang/erlang-runtime24/files/patch-configure deleted file mode 100644 index 9713b597b9dc..000000000000 --- a/lang/erlang-runtime24/files/patch-configure +++ /dev/null @@ -1,40 +0,0 @@ ---- configure.orig 2021-09-13 14:43:59 UTC -+++ configure -@@ -55,7 +55,7 @@ skip_applications= - while test $# != 0; do - case $1 in - -srcdir=* | --srcdir=*) -- user_srcdir=`expr "$1" : '[^=]*=\(.*\)'` -+ user_srcdir=`expr -- "$1" : '[^=]*=\(.*\)'` - if test "$ERL_TOP" != ""; then - echo "WARNING: Overriding ERL_TOP with $user_srcdir" 1>&2 - echo "" 1>&2 -@@ -95,7 +95,7 @@ while test $# != 0; do - echo "" 1>&2 - ;; - -cache-file=* | --cache-file=* ) -- static_cache=`expr "$1" : '[^=]*=\(.*\)'` -+ static_cache=`expr -- "$1" : '[^=]*=\(.*\)'` - if test "$static_cache" != "/dev/null"; then - echo "WARNING: Only using config cache file '$static_cache' as static cache" 1>&2 - echo "" 1>&2 -@@ -140,8 +140,8 @@ while test $# != 0; do - pie_ldflags="-no-pie" - ;; - CFLAGS=* | LDFLAGS=*) -- flgs_var=`expr "$1" : '\([^=]*\)=.*'` -- flgs_val=`expr "$1" : '[^=]*=\(.*\)'` -+ flgs_var=`expr -- "$1" : '\([^=]*\)=.*'` -+ flgs_val=`expr -- "$1" : '[^=]*=\(.*\)'` - eval $flgs_var=\$flgs_val - ;; - --help=r* | -help=r*) -@@ -151,7 +151,7 @@ while test $# != 0; do - *) - case $1 in - --without-*) -- skip_app=`expr "$1" : '--without-\(.*\)'` -+ skip_app=`expr -- "$1" : '--without-\(.*\)'` - if [ "$skip_app" = "stdlib" ] || - [ "$skip_app" = "kernel" ] || - [ "$skip_app" = "sasl" ] ||
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110012239.191MdOcD057723>