mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix bootstrap for 12 after r464065
Submitted by: Greg V <greg@unrelenting.technology> (maintainer)
This commit is contained in:
parent
92f810b7b4
commit
4849000fb5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464067
2 changed files with 8 additions and 7 deletions
|
@ -3,6 +3,7 @@
|
||||||
PORTNAME= crystal
|
PORTNAME= crystal
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 0.24.1
|
DISTVERSION= 0.24.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= lang
|
CATEGORIES= lang
|
||||||
MASTER_SITES= https://unrelentingtech.s3.dualstack.eu-west-1.amazonaws.com/crystal/:bootstrap
|
MASTER_SITES= https://unrelentingtech.s3.dualstack.eu-west-1.amazonaws.com/crystal/:bootstrap
|
||||||
DISTFILES= ${BOOTSTRAP_PATH}:bootstrap
|
DISTFILES= ${BOOTSTRAP_PATH}:bootstrap
|
||||||
|
@ -45,9 +46,9 @@ OPTIONS_SUB= yes
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${OSVERSION} >= 1200000
|
.if ${OSVERSION} >= 1200000
|
||||||
BOOTSTRAP_PATH= crystal-0.24.1-freebsd12.0-1
|
BOOTSTRAP_PATH= crystal-0.24.1-freebsd12.0-2
|
||||||
.else
|
.else
|
||||||
BOOTSTRAP_PATH= crystal-0.24.1-freebsd11.1
|
BOOTSTRAP_PATH= crystal-0.24.1-freebsd11.1-2
|
||||||
.endif
|
.endif
|
||||||
.if ${OSVERSION} < 1100000
|
.if ${OSVERSION} < 1100000
|
||||||
IGNORE= not supported on 10.x or older
|
IGNORE= not supported on 10.x or older
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
TIMESTAMP = 1519120378
|
TIMESTAMP = 1519683639
|
||||||
SHA256 (crystal/crystal-0.24.1-freebsd12.0-1) = 005b709905677b9ce9d6e6983f416b03f8fcfeb1ced7c5b8184bd4bdf087d767
|
SHA256 (crystal/crystal-0.24.1-freebsd12.0-2) = 6519c01ce2c62a32c6d27705e92e01ebf973aa518d503af8c6d4736154276591
|
||||||
SIZE (crystal/crystal-0.24.1-freebsd12.0-1) = 9245712
|
SIZE (crystal/crystal-0.24.1-freebsd12.0-2) = 9245808
|
||||||
SHA256 (crystal/crystal-0.24.1-freebsd11.1) = 59b0ae355d47a8d95bae75c92c9a320833a707adab6a32138990be0a4c32cf52
|
SHA256 (crystal/crystal-0.24.1-freebsd11.1-2) = 654407cef39c2a465eb46f56cd58322de025b75ddb9193a8eb26b654e5c5956c
|
||||||
SIZE (crystal/crystal-0.24.1-freebsd11.1) = 9605928
|
SIZE (crystal/crystal-0.24.1-freebsd11.1-2) = 9246664
|
||||||
SHA256 (crystal/crystal-lang-crystal-v0.24.1_GH0.tar.gz) = 4999a4d2a9ffc7bfbea8351b97057c3a135c2091cbd518e5c22ea7f5392b67d8
|
SHA256 (crystal/crystal-lang-crystal-v0.24.1_GH0.tar.gz) = 4999a4d2a9ffc7bfbea8351b97057c3a135c2091cbd518e5c22ea7f5392b67d8
|
||||||
SIZE (crystal/crystal-lang-crystal-v0.24.1_GH0.tar.gz) = 1744210
|
SIZE (crystal/crystal-lang-crystal-v0.24.1_GH0.tar.gz) = 1744210
|
||||||
|
|
Loading…
Add table
Reference in a new issue