Date: Thu, 23 May 2019 18:32:59 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502348 - in head/lang/nim: . files Message-ID: <201905231832.x4NIWxuw068600@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Thu May 23 18:32:59 2019 New Revision: 502348 URL: https://svnweb.freebsd.org/changeset/ports/502348 Log: lang/nim: Update to 0.19.6 PR: 237894 Submitted by: Neal Nelson <ports@nicandneal.net> (maintainer) Modified: head/lang/nim/Makefile (contents, props changed) head/lang/nim/distinfo (contents, props changed) head/lang/nim/files/patch-install.sh (contents, props changed) Modified: head/lang/nim/Makefile ============================================================================== --- head/lang/nim/Makefile Thu May 23 18:28:43 2019 (r502347) +++ head/lang/nim/Makefile Thu May 23 18:32:59 2019 (r502348) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nim -PORTVERSION= 0.19.4 +PORTVERSION= 0.19.6 CATEGORIES= lang MASTER_SITES= https://nim-lang.org/download/ Modified: head/lang/nim/distinfo ============================================================================== --- head/lang/nim/distinfo Thu May 23 18:28:43 2019 (r502347) +++ head/lang/nim/distinfo Thu May 23 18:32:59 2019 (r502348) @@ -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 Modified: head/lang/nim/files/patch-install.sh ============================================================================== --- head/lang/nim/files/patch-install.sh Thu May 23 18:28:43 2019 (r502347) +++ head/lang/nim/files/patch-install.sh Thu May 23 18:32:59 2019 (r502348) @@ -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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905231832.x4NIWxuw068600>