Date: Sat, 10 Mar 2018 11:15:05 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464067 - head/lang/crystal Message-ID: <201803101115.w2ABF5gr046335@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Sat Mar 10 11:15:05 2018 New Revision: 464067 URL: https://svnweb.freebsd.org/changeset/ports/464067 Log: Fix bootstrap for 12 after r464065 Submitted by: Greg V <greg@unrelenting.technology> (maintainer) Modified: head/lang/crystal/Makefile head/lang/crystal/distinfo Modified: head/lang/crystal/Makefile ============================================================================== --- head/lang/crystal/Makefile Sat Mar 10 11:14:01 2018 (r464066) +++ head/lang/crystal/Makefile Sat Mar 10 11:15:05 2018 (r464067) @@ -3,6 +3,7 @@ PORTNAME= crystal DISTVERSIONPREFIX= v DISTVERSION= 0.24.1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= https://unrelentingtech.s3.dualstack.eu-west-1.amazonaws.com/crystal/:bootstrap DISTFILES= ${BOOTSTRAP_PATH}:bootstrap @@ -45,9 +46,9 @@ OPTIONS_SUB= yes .include <bsd.port.options.mk> .if ${OSVERSION} >= 1200000 -BOOTSTRAP_PATH= crystal-0.24.1-freebsd12.0-1 +BOOTSTRAP_PATH= crystal-0.24.1-freebsd12.0-2 .else -BOOTSTRAP_PATH= crystal-0.24.1-freebsd11.1 +BOOTSTRAP_PATH= crystal-0.24.1-freebsd11.1-2 .endif .if ${OSVERSION} < 1100000 IGNORE= not supported on 10.x or older Modified: head/lang/crystal/distinfo ============================================================================== --- head/lang/crystal/distinfo Sat Mar 10 11:14:01 2018 (r464066) +++ head/lang/crystal/distinfo Sat Mar 10 11:15:05 2018 (r464067) @@ -1,7 +1,7 @@ -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 +TIMESTAMP = 1519683639 +SHA256 (crystal/crystal-0.24.1-freebsd12.0-2) = 6519c01ce2c62a32c6d27705e92e01ebf973aa518d503af8c6d4736154276591 +SIZE (crystal/crystal-0.24.1-freebsd12.0-2) = 9245808 +SHA256 (crystal/crystal-0.24.1-freebsd11.1-2) = 654407cef39c2a465eb46f56cd58322de025b75ddb9193a8eb26b654e5c5956c +SIZE (crystal/crystal-0.24.1-freebsd11.1-2) = 9246664 SHA256 (crystal/crystal-lang-crystal-v0.24.1_GH0.tar.gz) = 4999a4d2a9ffc7bfbea8351b97057c3a135c2091cbd518e5c22ea7f5392b67d8 SIZE (crystal/crystal-lang-crystal-v0.24.1_GH0.tar.gz) = 1744210
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803101115.w2ABF5gr046335>