mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
lang/nim: Update to 0.19.6
PR: 237894 Submitted by: Neal Nelson <ports@nicandneal.net> (maintainer)
This commit is contained in:
parent
541d5e95bc
commit
42f38733f4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502348
3 changed files with 11 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nim
|
||||
PORTVERSION= 0.19.4
|
||||
PORTVERSION= 0.19.6
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= https://nim-lang.org/download/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1549640129
|
||||
SHA256 (nim-0.19.4.tar.xz) = f441135ee311099be81a46dba5bab3323579cd18aabc6e079b9697a71d6ca94c
|
||||
SIZE (nim-0.19.4.tar.xz) = 4284092
|
||||
TIMESTAMP = 1557828859
|
||||
SHA256 (nim-0.19.6.tar.xz) = a09f0c58d29392434d4fd6d15d4059cf7e013ae948413cb9233b8233d67e3a29
|
||||
SIZE (nim-0.19.6.tar.xz) = 4166952
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- 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 @@
|
||||
--- install.sh.orig 2019-05-14 10:18:34 UTC
|
||||
+++ install.sh
|
||||
@@ -15,48 +15,14 @@ if [ $# -eq 1 ] ; then
|
||||
"--help"|"-h"|"help"|"h")
|
||||
echo "Nim installation script"
|
||||
echo "Usage: [sudo] sh install.sh DIR"
|
||||
|
@ -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.4"
|
||||
- nimbleDir="/opt/nimble/pkgs/compiler-0.19.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-0.19.4"
|
||||
- nimbleDir="/opt/nimble/pkgs/compiler-0.19.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-0.19.4"
|
||||
- nimbleDir="/opt/nimble/pkgs/compiler-0.19.6"
|
||||
- mkdir -p /opt/nim
|
||||
- mkdir -p $bindir
|
||||
- mkdir -p $configdir
|
||||
|
@ -54,7 +54,7 @@
|
|||
nimbleDir="$1/nim"
|
||||
mkdir -p $1/nim
|
||||
mkdir -p $bindir
|
||||
@@ -906,13 +872,6 @@
|
||||
@@ -906,13 +872,6 @@ chmod 644 $nimbleDir/compiler.nimble
|
||||
else
|
||||
echo "Nim installation script"
|
||||
echo "Usage: [sudo] sh install.sh DIR"
|
||||
|
|
Loading…
Add table
Reference in a new issue