lang/nim: Update to 1.0.6

- Update to 1.0.6

Changelog:

  - https://github.com/nim-lang/Nim/blob/version-1-0/changelogs/changelog_1_0_6.md

PR:	243760
Submitted by:	Neal Nelson (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D23770
This commit is contained in:
Loïc Bartoletti 2020-02-22 05:40:18 +00:00
parent 28045dbddc
commit d5a6eaf08e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526737
3 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nim
PORTVERSION= 1.0.4
PORTVERSION= 1.0.6
CATEGORIES= lang
MASTER_SITES= https://nim-lang.org/download/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1575457933
SHA256 (nim-1.0.4.tar.xz) = 89841545a14475911bb84616bcd5a1b93a3268e1a6a0089f54642e405eeaaee0
SIZE (nim-1.0.4.tar.xz) = 5161396
TIMESTAMP = 1580488025
SHA256 (nim-1.0.6.tar.xz) = 134e5751cf62fa189f76616a698ce0df4b4a0c1419ec0b582924087e585f66b3
SIZE (nim-1.0.6.tar.xz) = 5153708

View File

@ -1,4 +1,4 @@
--- install.sh.orig 2019-12-04 16:41:41 UTC
--- install.sh.orig 2020-01-31 16:27:59 UTC
+++ install.sh
@@ -15,48 +15,14 @@ if [ $# -eq 1 ] ; then
"--help"|"-h"|"help"|"h")
@ -19,7 +19,7 @@
- libdir=/usr/lib/nim
- docdir=/usr/share/nim/doc
- datadir=/usr/share/nim/data
- nimbleDir="/opt/nimble/pkgs/compiler-1.0.4"
- nimbleDir="/opt/nimble/pkgs/compiler-1.0.6"
- ;;
- "/usr/local/bin")
- bindir=/usr/local/bin
@ -27,7 +27,7 @@
- libdir=/usr/local/lib/nim
- docdir=/usr/local/share/nim/doc
- datadir=/usr/local/share/nim/data
- nimbleDir="/opt/nimble/pkgs/compiler-1.0.4"
- nimbleDir="/opt/nimble/pkgs/compiler-1.0.6"
- ;;
- "/opt")
- bindir="/opt/nim/bin"
@ -35,7 +35,7 @@
- libdir="/opt/nim/lib"
- docdir="/opt/nim/doc"
- datadir="/opt/nim/data"
- nimbleDir="/opt/nimble/pkgs/compiler-1.0.4"
- nimbleDir="/opt/nimble/pkgs/compiler-1.0.6"
- mkdir -p /opt/nim
- mkdir -p $bindir
- mkdir -p $configdir