Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Oct 2018 17:59:33 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481468 - head/lang/crystal
Message-ID:  <201810071759.w97HxXWn032669@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Oct  7 17:59:33 2018
New Revision: 481468
URL: https://svnweb.freebsd.org/changeset/ports/481468

Log:
  lang/crystal: update to 0.26.1
  
  PR:		231820
  Submitted by:	Greg V <greg@unrelenting.technology> (maintainer)

Modified:
  head/lang/crystal/Makefile   (contents, props changed)
  head/lang/crystal/distinfo   (contents, props changed)
  head/lang/crystal/pkg-plist   (contents, props changed)

Modified: head/lang/crystal/Makefile
==============================================================================
--- head/lang/crystal/Makefile	Sun Oct  7 17:39:44 2018	(r481467)
+++ head/lang/crystal/Makefile	Sun Oct  7 17:59:33 2018	(r481468)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=		crystal
-DISTVERSION=		0.25.1
-PORTREVISION=		1
+DISTVERSION=		0.26.1
 CATEGORIES=		lang
 MASTER_SITES=		https://unrelentingtech.s3.dualstack.eu-west-1.amazonaws.com/crystal/:bootstrap
 DISTFILES=		${BOOTSTRAP_PATH}:bootstrap
@@ -33,7 +32,8 @@ MAKE_ARGS=	SHELL=sh \
 		LLVM_CONFIG="${LOCALBASE}/bin/llvm-config${LLVM_VERSION}" \
 		FLAGS="--release --no-debug --progress" \
 		EXPORTS='CRYSTAL_CONFIG_PATH="lib:${PREFIX}/lib/${PORTNAME}"' \
-		CRYSTAL_CACHE_DIR="${WRKDIR}/cache"
+		CRYSTAL_CACHE_DIR="${WRKDIR}/cache" \
+		CRYSTAL_CONFIG_VERSION="${DISTVERSION}"
 
 PORTDOCS=	*
 PORTEXAMPLES=	*

Modified: head/lang/crystal/distinfo
==============================================================================
--- head/lang/crystal/distinfo	Sun Oct  7 17:39:44 2018	(r481467)
+++ head/lang/crystal/distinfo	Sun Oct  7 17:59:33 2018	(r481468)
@@ -1,9 +1,9 @@
-TIMESTAMP = 1531356074
+TIMESTAMP = 1538309574
 SHA256 (crystal/crystal-0.25.1-freebsd12.0-aarch64) = fa670991f5db0a25561208c99a8c6fc9aefdc971fd3d3ddda5af928084acf72c
 SIZE (crystal/crystal-0.25.1-freebsd12.0-aarch64) = 9244872
 SHA256 (crystal/crystal-0.25.0-freebsd12.0) = 16099e4a4a28578c38a68885b20b20604554f8471d760867808a5e4572517eed
 SIZE (crystal/crystal-0.25.0-freebsd12.0) = 10026328
 SHA256 (crystal/crystal-0.25.0-freebsd11.2) = 54a4b6a701f6b2dedc9cbbde660455eca00fed51567c5fd7acc761f694fdd0ef
 SIZE (crystal/crystal-0.25.0-freebsd11.2) = 10031424
-SHA256 (crystal/crystal-lang-crystal-0.25.1_GH0.tar.gz) = 9b5a7bd2de67ab36cc5430133228a1e656a431fc7d928a37a61109bd8da77fc6
-SIZE (crystal/crystal-lang-crystal-0.25.1_GH0.tar.gz) = 1961727
+SHA256 (crystal/crystal-lang-crystal-0.26.1_GH0.tar.gz) = b7c755a7d0f49f572ae5c08b8b0139fcb1c6862c9479dfae74f00e2c8424fcb0
+SIZE (crystal/crystal-lang-crystal-0.26.1_GH0.tar.gz) = 1994987

Modified: head/lang/crystal/pkg-plist
==============================================================================
--- head/lang/crystal/pkg-plist	Sun Oct  7 17:39:44 2018	(r481467)
+++ head/lang/crystal/pkg-plist	Sun Oct  7 17:59:33 2018	(r481468)
@@ -158,7 +158,6 @@ lib/crystal/compiler/crystal/tools/init/template/readm
 lib/crystal/compiler/crystal/tools/init/template/shard.yml.ecr
 lib/crystal/compiler/crystal/tools/init/template/spec_helper.cr.ecr
 lib/crystal/compiler/crystal/tools/init/template/travis.yml.ecr
-lib/crystal/compiler/crystal/tools/init/template/version.cr.ecr
 lib/crystal/compiler/crystal/tools/playground/agent.cr
 lib/crystal/compiler/crystal/tools/playground/agent_instrumentor_transformer.cr
 lib/crystal/compiler/crystal/tools/playground/public/application.css
@@ -211,6 +210,7 @@ lib/crystal/crystal/hasher.cr
 lib/crystal/crystal/main.cr
 lib/crystal/crystal/system.cr
 lib/crystal/crystal/system/dir.cr
+lib/crystal/crystal/system/env.cr
 lib/crystal/crystal/system/file.cr
 lib/crystal/crystal/system/file_descriptor.cr
 lib/crystal/crystal/system/file_info.cr
@@ -218,6 +218,7 @@ lib/crystal/crystal/system/random.cr
 lib/crystal/crystal/system/time.cr
 lib/crystal/crystal/system/unix/arc4random.cr
 lib/crystal/crystal/system/unix/dir.cr
+lib/crystal/crystal/system/unix/env.cr
 lib/crystal/crystal/system/unix/file.cr
 lib/crystal/crystal/system/unix/file_descriptor.cr
 lib/crystal/crystal/system/unix/file_info.cr
@@ -227,10 +228,15 @@ lib/crystal/crystal/system/unix/sysconf_cpucount.cr
 lib/crystal/crystal/system/unix/sysctl_cpucount.cr
 lib/crystal/crystal/system/unix/time.cr
 lib/crystal/crystal/system/unix/urandom.cr
+lib/crystal/crystal/system/win32/dir.cr
+lib/crystal/crystal/system/win32/env.cr
+lib/crystal/crystal/system/win32/file.cr
 lib/crystal/crystal/system/win32/file_descriptor.cr
+lib/crystal/crystal/system/win32/file_info.cr
 lib/crystal/crystal/system/win32/random.cr
 lib/crystal/crystal/system/win32/time.cr
 lib/crystal/crystal/system/win32/zone_names.cr
+lib/crystal/crystal/system/windows.cr
 lib/crystal/csv.cr
 lib/crystal/csv/builder.cr
 lib/crystal/csv/error.cr
@@ -675,19 +681,25 @@ lib/crystal/lib_c/x86_64-portbld-freebsd/c/termios.cr
 lib/crystal/lib_c/x86_64-portbld-freebsd/c/time.cr
 lib/crystal/lib_c/x86_64-portbld-freebsd/c/unistd.cr
 lib/crystal/lib_c/x86_64-unknown-freebsd
+lib/crystal/lib_c/x86_64-windows-msvc/c/basetsd.cr
 lib/crystal/lib_c/x86_64-windows-msvc/c/corecrt.cr
+lib/crystal/lib_c/x86_64-windows-msvc/c/direct.cr
 lib/crystal/lib_c/x86_64-windows-msvc/c/errno.cr
+lib/crystal/lib_c/x86_64-windows-msvc/c/fcntl.cr
+lib/crystal/lib_c/x86_64-windows-msvc/c/fileapi.cr
 lib/crystal/lib_c/x86_64-windows-msvc/c/int_safe.cr
 lib/crystal/lib_c/x86_64-windows-msvc/c/io.cr
 lib/crystal/lib_c/x86_64-windows-msvc/c/ntsecapi.cr
 lib/crystal/lib_c/x86_64-windows-msvc/c/stdarg.cr
 lib/crystal/lib_c/x86_64-windows-msvc/c/stddef.cr
+lib/crystal/lib_c/x86_64-windows-msvc/c/stdint.cr
 lib/crystal/lib_c/x86_64-windows-msvc/c/stdio.cr
 lib/crystal/lib_c/x86_64-windows-msvc/c/stdlib.cr
 lib/crystal/lib_c/x86_64-windows-msvc/c/string.cr
 lib/crystal/lib_c/x86_64-windows-msvc/c/synchapi.cr
 lib/crystal/lib_c/x86_64-windows-msvc/c/sys/stat.cr
 lib/crystal/lib_c/x86_64-windows-msvc/c/sys/types.cr
+lib/crystal/lib_c/x86_64-windows-msvc/c/sys/utime.cr
 lib/crystal/lib_c/x86_64-windows-msvc/c/win_def.cr
 lib/crystal/lib_c/x86_64-windows-msvc/c/winbase.cr
 lib/crystal/lib_c/x86_64-windows-msvc/c/winnt.cr
@@ -773,6 +785,7 @@ lib/crystal/openssl/pkcs5.cr
 lib/crystal/openssl/sha1.cr
 lib/crystal/openssl/ssl/context.cr
 lib/crystal/openssl/ssl/hostname_validation.cr
+lib/crystal/openssl/ssl/server.cr
 lib/crystal/openssl/ssl/socket.cr
 lib/crystal/openssl/x509/certificate.cr
 lib/crystal/openssl/x509/extension.cr
@@ -823,6 +836,7 @@ lib/crystal/spec/formatter.cr
 lib/crystal/spec/junit_formatter.cr
 lib/crystal/spec/methods.cr
 lib/crystal/spec/source.cr
+lib/crystal/spec/tap_formatter.cr
 lib/crystal/static_array.cr
 lib/crystal/string.cr
 lib/crystal/string/builder.cr



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