pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

crystal-bin: Update to 0.25.1



Module Name:	pkgsrc-wip
Committed By:	Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Sun Jul 1 12:13:48 2018 -0700
Changeset:	7cbf5d9b52545c76a6dd598d1bdb375eb07d215b

Modified Files:
	crystal-bin/Makefile
	crystal-bin/PLIST
	crystal-bin/distinfo

Log Message:
crystal-bin: Update to 0.25.1

Changes in compiler:
- Fixed a leakage of unbounded generic type variable and show error.
- Fixed error message when lookup of library fails and lib's name
  contains non-alpha chars.
- Fixed integer kind deduction for very large negative numbers.
- Refactor specs tempfiles and data files usage in favor of portability.
- Improve formatting and information in some compiler error messages.

For the complete list of changes in tools and libraries, see
https://github.com/crystal-lang/crystal/releases/tag/0.25.1

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7cbf5d9b52545c76a6dd598d1bdb375eb07d215b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 crystal-bin/Makefile | 8 ++++----
 crystal-bin/PLIST    | 4 ++--
 crystal-bin/distinfo | 8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs:
diff --git a/crystal-bin/Makefile b/crystal-bin/Makefile
index 66c13c7710..728f5edf55 100644
--- a/crystal-bin/Makefile
+++ b/crystal-bin/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	crystal-0.25.0-1-${LOWER_OPSYS}-${MACHINE_ARCH}
-PKGNAME=	crystal-bin-0.25.0
+DISTNAME=	crystal-0.25.1-1-${LOWER_OPSYS}-${MACHINE_ARCH}
+PKGNAME=	crystal-bin-0.25.1
 CATEGORIES=	lang
-MASTER_SITES=	https://github.com/crystal-lang/crystal/releases/download/0.25.0/
+MASTER_SITES=	https://github.com/crystal-lang/crystal/releases/download/${PKGVERSION_NOREV}/
 
 MAINTAINER=	minskim%NetBSD.org@localhost
 HOMEPAGE=	https://crystal-lang.org/
@@ -15,7 +15,7 @@ PYTHON_VERSIONS_ACCEPTED=	27
 
 NO_BUILD=	yes
 USE_TOOLS+=	bash:run pax
-WRKSRC=		${WRKDIR}/crystal-0.25.0-1
+WRKSRC=		${WRKDIR}/crystal-${PKGVERSION_NOREV}-1
 
 REPLACE_BASH=	bin/crystal
 REPLACE_PYTHON=	embedded/bin/event_rpcgen.py
diff --git a/crystal-bin/PLIST b/crystal-bin/PLIST
index 87be51d001..72ec722dd6 100644
--- a/crystal-bin/PLIST
+++ b/crystal-bin/PLIST
@@ -763,9 +763,9 @@ crystal/src/json/lexer.cr
 crystal/src/json/lexer/io_based.cr
 crystal/src/json/lexer/string_based.cr
 crystal/src/json/mapping.cr
-crystal/src/json/next/serialization.cr
 crystal/src/json/parser.cr
 crystal/src/json/pull_parser.cr
+crystal/src/json/serialization.cr
 crystal/src/json/to_json.cr
 crystal/src/json/token.cr
 crystal/src/kernel.cr
@@ -1294,7 +1294,6 @@ crystal/src/yaml/enums.cr
 crystal/src/yaml/from_yaml.cr
 crystal/src/yaml/lib_yaml.cr
 crystal/src/yaml/mapping.cr
-crystal/src/yaml/next/serialization.cr
 crystal/src/yaml/nodes.cr
 crystal/src/yaml/nodes/builder.cr
 crystal/src/yaml/nodes/nodes.cr
@@ -1305,6 +1304,7 @@ crystal/src/yaml/pull_parser.cr
 crystal/src/yaml/schema/core.cr
 crystal/src/yaml/schema/core/parser.cr
 crystal/src/yaml/schema/fail_safe.cr
+crystal/src/yaml/serialization.cr
 crystal/src/yaml/to_yaml.cr
 crystal/src/zip/checksum_reader.cr
 crystal/src/zip/checksum_writer.cr
diff --git a/crystal-bin/distinfo b/crystal-bin/distinfo
index aada99075c..0ade314625 100644
--- a/crystal-bin/distinfo
+++ b/crystal-bin/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (crystal-0.25.0-1-darwin-x86_64.tar.gz) = 63ae33a541d1dd439d52418b605980d11761aa1f
-RMD160 (crystal-0.25.0-1-darwin-x86_64.tar.gz) = 1d8ef6070b735f315b61936b06a8dec219968495
-SHA512 (crystal-0.25.0-1-darwin-x86_64.tar.gz) = ed184f419bbac65f5bd64809910c917b75dff532c20e8b025f4244a8257ac0644eebede08e7343d2773783f7600d91a4139fe5e7ca6e64e3479444deb76279c3
-Size (crystal-0.25.0-1-darwin-x86_64.tar.gz) = 15164501 bytes
+SHA1 (crystal-0.25.1-1-darwin-x86_64.tar.gz) = a73a285851b37b9c81a0d69e723051e594b1e861
+RMD160 (crystal-0.25.1-1-darwin-x86_64.tar.gz) = 0280b37db34d5db780b997d4f7fa3161a4808a7a
+SHA512 (crystal-0.25.1-1-darwin-x86_64.tar.gz) = 8d03475c7b01e4ac355ccdb302486a21742802e7447a6bb12fc0f996a687dc67e1859906a1e10d09d7bf9efb2e70238e237816acd6732d47a1c9072b9ba76189
+Size (crystal-0.25.1-1-darwin-x86_64.tar.gz) = 15233249 bytes


Home | Main Index | Thread Index | Old Index