diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2018-02-21 03:41:33 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2018-02-21 03:41:33 +0000 |
commit | 9a1842be9bc760339043cbda31d177e289a97137 (patch) | |
tree | ffd00cda1e4246f1f1b114b0d4ab311de7cef2a7 /lang/crystal | |
parent | 3401c49da274a028c6c74dcf62e4b0e581f8caac (diff) |
Fix bootstrap for 12
PR: 226057
Submitted by: Greg V <greg@unrelenting.technology> (maintainer)
Notes
Notes:
svn path=/head/; revision=462473
Diffstat (limited to 'lang/crystal')
-rw-r--r-- | lang/crystal/Makefile | 2 | ||||
-rw-r--r-- | lang/crystal/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/crystal/Makefile b/lang/crystal/Makefile index 0d26815bc4d0..dbbbe9e7a64f 100644 --- a/lang/crystal/Makefile +++ b/lang/crystal/Makefile @@ -45,7 +45,7 @@ OPTIONS_SUB= yes .include <bsd.port.options.mk> .if ${OSVERSION} >= 1200000 -BOOTSTRAP_PATH= crystal-0.24.1-freebsd12.0 +BOOTSTRAP_PATH= crystal-0.24.1-freebsd12.0-1 .else BOOTSTRAP_PATH= crystal-0.24.1-freebsd11.1 .endif diff --git a/lang/crystal/distinfo b/lang/crystal/distinfo index 2ec44e5e0415..1fdae7e39836 100644 --- a/lang/crystal/distinfo +++ b/lang/crystal/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1519037613 -SHA256 (crystal/crystal-0.24.1-freebsd12.0) = 6923e9f9fce2d65e8ebb840045b21a450e6bb904ee5af1c8198d800b0c5f4449 -SIZE (crystal/crystal-0.24.1-freebsd12.0) = 9606928 +TIMESTAMP = 1519120378 +SHA256 (crystal/crystal-0.24.1-freebsd12.0-1) = 005b709905677b9ce9d6e6983f416b03f8fcfeb1ced7c5b8184bd4bdf087d767 +SIZE (crystal/crystal-0.24.1-freebsd12.0-1) = 9245712 SHA256 (crystal/crystal-0.24.1-freebsd11.1) = 59b0ae355d47a8d95bae75c92c9a320833a707adab6a32138990be0a4c32cf52 SIZE (crystal/crystal-0.24.1-freebsd11.1) = 9605928 SHA256 (crystal/crystal-lang-crystal-v0.24.1_GH0.tar.gz) = 4999a4d2a9ffc7bfbea8351b97057c3a135c2091cbd518e5c22ea7f5392b67d8 |