svn commit: r462473 - head/lang/crystal

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Feb 21 03:41:34 UTC 2018


Author: lwhsu
Date: Wed Feb 21 03:41:33 2018
New Revision: 462473
URL: https://svnweb.freebsd.org/changeset/ports/462473

Log:
  Fix bootstrap for 12
  
  PR:		226057
  Submitted by:	Greg V <greg at unrelenting.technology> (maintainer)

Modified:
  head/lang/crystal/Makefile
  head/lang/crystal/distinfo

Modified: head/lang/crystal/Makefile
==============================================================================
--- head/lang/crystal/Makefile	Wed Feb 21 03:14:49 2018	(r462472)
+++ head/lang/crystal/Makefile	Wed Feb 21 03:41:33 2018	(r462473)
@@ -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

Modified: head/lang/crystal/distinfo
==============================================================================
--- head/lang/crystal/distinfo	Wed Feb 21 03:14:49 2018	(r462472)
+++ head/lang/crystal/distinfo	Wed Feb 21 03:41:33 2018	(r462473)
@@ -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


More information about the svn-ports-head mailing list