Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Sep 2021 16:40:38 GMT
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5ebd251bdd9a - main - misc/exercism: Fix build on aarch64
Message-ID:  <202109091640.189GecZ5013062@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5ebd251bdd9a5b0d48a12bd749b2716faf3f0bb1

commit 5ebd251bdd9a5b0d48a12bd749b2716faf3f0bb1
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2021-09-09 15:12:55 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2021-09-09 16:40:34 +0000

    misc/exercism: Fix build on aarch64
    
    PR:             245170
    Approved by:    portmgr (build fix blanket)
---
 misc/exercism/Makefile | 2 +-
 misc/exercism/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/misc/exercism/Makefile b/misc/exercism/Makefile
index aa862eff161a..f990aef44e23 100644
--- a/misc/exercism/Makefile
+++ b/misc/exercism/Makefile
@@ -17,7 +17,7 @@ GH_TUPLE=	exercism:cli:v${PORTVERSION}:DEFAULT \
 		fsnotify:fsnotify:v1.4.2:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
 		go-yaml:yaml:25c4ec802a7d:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
 		golang:net:f5079bd7f6f7:golang_net/vendor/golang.org/x/net \
-		golang:sys:d8f5ea21b929:golang_sys/vendor/golang.org/x/sys \
+		golang:sys:fead7900131:golang_sys/vendor/golang.org/x/sys \
 		golang:text:3bd178b88a81:golang_text/vendor/golang.org/x/text \
 		hashicorp:hcl:392dba7d905e:hashicorp_hcl/vendor/github.com/hashicorp/hcl \
 		inconshreveable:go-update:8152e7eb6ccf:inconshreveable_go_update/vendor/github.com/inconshreveable/go-update \
diff --git a/misc/exercism/distinfo b/misc/exercism/distinfo
index 069db7ba9dc8..f7a6d8d8e553 100644
--- a/misc/exercism/distinfo
+++ b/misc/exercism/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1595081061
+TIMESTAMP = 1631200115
 SHA256 (exercism-cli-v3.0.13_GH0.tar.gz) = ecc27f272792bc8909d14f11dd08f0d2e9bde4cc663b3769e00eab6e65328a9f
 SIZE (exercism-cli-v3.0.13_GH0.tar.gz) = 54296
 SHA256 (blang-semver-v3.5.1_GH0.tar.gz) = 3d9da53f4c2d3169bfa9b25f2f36f301a37556a47259c870881524c643c69c57
@@ -11,8 +11,8 @@ SHA256 (go-yaml-yaml-25c4ec802a7d_GH0.tar.gz) = 6e9fd02dd8759b001eaf4773d3f1b0c3
 SIZE (go-yaml-yaml-25c4ec802a7d_GH0.tar.gz) = 61325
 SHA256 (golang-net-f5079bd7f6f7_GH0.tar.gz) = fc0a10643591640e4c78d22ea6db8036d3f1734943dc0109162819d2ae833c09
 SIZE (golang-net-f5079bd7f6f7_GH0.tar.gz) = 912547
-SHA256 (golang-sys-d8f5ea21b929_GH0.tar.gz) = 19d64f169ee80a957a801816798f16b6b29ed187cfd978e6c8751f367b7e7479
-SIZE (golang-sys-d8f5ea21b929_GH0.tar.gz) = 733296
+SHA256 (golang-sys-fead7900131_GH0.tar.gz) = 99e6eb82a70c63baaca8ea1bd252301dc5fe509710adc790ba3b213d8cfa2160
+SIZE (golang-sys-fead7900131_GH0.tar.gz) = 1258256
 SHA256 (golang-text-3bd178b88a81_GH0.tar.gz) = faa6d12a74b3765323a85e21785b5b1ff7ad17ff29708ae97df6c7ccdd52aead
 SIZE (golang-text-3bd178b88a81_GH0.tar.gz) = 4595134
 SHA256 (hashicorp-hcl-392dba7d905e_GH0.tar.gz) = 11198e365257a8f3455023aa4db78b01b4f44408e8e21ca04aab171453bdfd69



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109091640.189GecZ5013062>