mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
lang/nim: update to 0.19.4
PR: 235606 Submitted by: Neal Nelson <ports@nicandneal.net> (maintainer)
This commit is contained in:
parent
365fa7bbd2
commit
eb0f460b63
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492647
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nim
|
||||
PORTVERSION= 0.19.2
|
||||
PORTVERSION= 0.19.4
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= https://nim-lang.org/download/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1548843055
|
||||
SHA256 (nim-0.19.2.tar.xz) = 44c3f579c75cc799fc0bff5163b3cc649a200758aa1d6485ab939fc28295238a
|
||||
SIZE (nim-0.19.2.tar.xz) = 21176300
|
||||
TIMESTAMP = 1549640129
|
||||
SHA256 (nim-0.19.4.tar.xz) = f441135ee311099be81a46dba5bab3323579cd18aabc6e079b9697a71d6ca94c
|
||||
SIZE (nim-0.19.4.tar.xz) = 4284092
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- install.sh.orig 2018-12-31 17:52:09.000000000 +0100
|
||||
+++ install.sh 2019-01-30 11:23:22.653273000 +0100
|
||||
--- install.sh.orig 2019-02-01 06:09:05.000000000 +0100
|
||||
+++ install.sh 2019-02-08 16:43:55.021705000 +0100
|
||||
@@ -15,48 +15,14 @@
|
||||
"--help"|"-h"|"help"|"h")
|
||||
echo "Nim installation script"
|
||||
@ -19,7 +19,7 @@
|
||||
- libdir=/usr/lib/nim
|
||||
- docdir=/usr/share/nim/doc
|
||||
- datadir=/usr/share/nim/data
|
||||
- nimbleDir="/opt/nimble/pkgs/compiler-0.19.2"
|
||||
- nimbleDir="/opt/nimble/pkgs/compiler-0.19.4"
|
||||
- ;;
|
||||
- "/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-0.19.2"
|
||||
- nimbleDir="/opt/nimble/pkgs/compiler-0.19.4"
|
||||
- ;;
|
||||
- "/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-0.19.2"
|
||||
- nimbleDir="/opt/nimble/pkgs/compiler-0.19.4"
|
||||
- mkdir -p /opt/nim
|
||||
- mkdir -p $bindir
|
||||
- mkdir -p $configdir
|
||||
@ -54,7 +54,7 @@
|
||||
nimbleDir="$1/nim"
|
||||
mkdir -p $1/nim
|
||||
mkdir -p $bindir
|
||||
@@ -928,13 +894,6 @@
|
||||
@@ -906,13 +872,6 @@
|
||||
else
|
||||
echo "Nim installation script"
|
||||
echo "Usage: [sudo] sh install.sh DIR"
|
||||
|
@ -65,18 +65,15 @@ lib/posix/posix_nintendoswitch_consts.nim
|
||||
lib/posix/posix_other.nim
|
||||
lib/posix/posix_other_consts.nim
|
||||
lib/posix/termios.nim
|
||||
lib/prelude.json
|
||||
lib/prelude.nim
|
||||
lib/pure/algorithm.nim
|
||||
lib/pure/async.nim
|
||||
lib/pure/asyncdispatch.json
|
||||
lib/pure/asyncdispatch.nim
|
||||
lib/pure/asyncdispatch.nim.cfg
|
||||
lib/pure/asyncfile.nim
|
||||
lib/pure/asyncftpclient.nim
|
||||
lib/pure/asyncfutures.nim
|
||||
lib/pure/asynchttpserver.nim
|
||||
lib/pure/asynchttpserver.nims
|
||||
lib/pure/asyncmacro.nim
|
||||
lib/pure/asyncnet.nim
|
||||
lib/pure/asyncstreams.nim
|
||||
@ -196,7 +193,6 @@ lib/pure/xmldom.nim
|
||||
lib/pure/xmldomparser.nim
|
||||
lib/pure/xmlparser.nim
|
||||
lib/pure/xmltree.nim
|
||||
lib/std/adapters.nim
|
||||
lib/std/sha1.nim
|
||||
lib/std/varints.nim
|
||||
lib/stdlib.nimble
|
||||
@ -303,7 +299,6 @@ nim/compiler/idgen.nim
|
||||
nim/compiler/importer.nim
|
||||
nim/compiler/incremental.nim
|
||||
nim/compiler/installer.ini
|
||||
nim/compiler/ir.nim
|
||||
nim/compiler/jsgen.nim
|
||||
nim/compiler/jstypes.nim
|
||||
nim/compiler/lambdalifting.nim
|
||||
@ -326,10 +321,7 @@ nim/compiler/modules.nim
|
||||
nim/compiler/msgs.nim
|
||||
nim/compiler/ndi.nim
|
||||
nim/compiler/nim.cfg
|
||||
nim/compiler/nim.deps
|
||||
nim/compiler/nim.dot
|
||||
nim/compiler/nim.nim
|
||||
nim/compiler/nim.png
|
||||
nim/compiler/nimblecmd.nim
|
||||
nim/compiler/nimconf.nim
|
||||
nim/compiler/nimeval.nim
|
||||
@ -344,14 +336,12 @@ nim/compiler/options.nim
|
||||
nim/compiler/packagehandling.nim
|
||||
nim/compiler/parampatterns.nim
|
||||
nim/compiler/parser.nim
|
||||
nim/compiler/parser3.nim
|
||||
nim/compiler/passaux.nim
|
||||
nim/compiler/passes.nim
|
||||
nim/compiler/pathutils.nim
|
||||
nim/compiler/patterns.nim
|
||||
nim/compiler/platform.nim
|
||||
nim/compiler/plugins/active.nim
|
||||
nim/compiler/plugins/adapt.nim
|
||||
nim/compiler/plugins/itersgen.nim
|
||||
nim/compiler/plugins/locals.nim
|
||||
nim/compiler/pluginsupport.nim
|
||||
@ -381,7 +371,6 @@ nim/compiler/semmagic.nim
|
||||
nim/compiler/semobjconstr.nim
|
||||
nim/compiler/semparallel.nim
|
||||
nim/compiler/sempass2.nim
|
||||
nim/compiler/semprepass.nim
|
||||
nim/compiler/semstmts.nim
|
||||
nim/compiler/semtempl.nim
|
||||
nim/compiler/semtypes.nim
|
||||
|
Loading…
x
Reference in New Issue
Block a user