--- Makefile (revision 519008) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nim -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.4 CATEGORIES= lang MASTER_SITES= https://nim-lang.org/download/ --- distinfo (revision 519008) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571921579 -SHA256 (nim-1.0.2.tar.xz) = 73a0ae099e1da39cc913c4a4054b5bf3d843ab93df95ffb98988a51074b651e6 -SIZE (nim-1.0.2.tar.xz) = 5139712 +TIMESTAMP = 1575457933 +SHA256 (nim-1.0.4.tar.xz) = 89841545a14475911bb84616bcd5a1b93a3268e1a6a0089f54642e405eeaaee0 +SIZE (nim-1.0.4.tar.xz) = 5161396 --- files/patch-install.sh (revision 519008) +++ files/patch-install.sh (working copy) @@ -1,4 +1,4 @@ ---- install.sh.orig 2019-10-24 12:53:39 UTC +--- install.sh.orig 2019-12-04 16:41:41 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.2" +- nimbleDir="/opt/nimble/pkgs/compiler-1.0.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-1.0.2" +- nimbleDir="/opt/nimble/pkgs/compiler-1.0.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-1.0.2" +- nimbleDir="/opt/nimble/pkgs/compiler-1.0.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 -@@ -925,13 +891,6 @@ chmod 644 $nimbleDir/compiler.nimble +@@ -923,13 +889,6 @@ chmod 644 $nimbleDir/compiler.nimble else echo "Nim installation script" echo "Usage: [sudo] sh install.sh DIR" --- pkg-plist (revision 519008) +++ pkg-plist (working copy) @@ -284,7 +284,6 @@ nim/compiler/commands.nim nim/compiler/condsyms.nim nim/compiler/configuration.nim -nim/compiler/cursors.nim nim/compiler/debuginfo.nim nim/compiler/depends.nim nim/compiler/dfa.nim