svn commit: r400388 - head/lang/nim

Mathieu Arnold mat at FreeBSD.org
Wed Oct 28 12:57:48 UTC 2015


Author: mat
Date: Wed Oct 28 12:57:46 2015
New Revision: 400388
URL: https://svnweb.freebsd.org/changeset/ports/400388

Log:
  Update to 0.11.2
  
  PR:		203981
  Submitted by:	Torsten Zühlsdorff
  Approved by:	maintainer
  Sponsored by:	Absolight

Modified:
  head/lang/nim/Makefile
  head/lang/nim/distinfo
  head/lang/nim/pkg-plist

Modified: head/lang/nim/Makefile
==============================================================================
--- head/lang/nim/Makefile	Wed Oct 28 12:57:41 2015	(r400387)
+++ head/lang/nim/Makefile	Wed Oct 28 12:57:46 2015	(r400388)
@@ -2,13 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	nim
-PORTVERSION=	0.10.2
-PORTREVISION=	0
+PORTVERSION=	0.11.2
 CATEGORIES=	lang
 MASTER_SITES=	http://nim-lang.org/download/
 
 MAINTAINER=	ports at nicandneal.net
-COMMENT=	The Nim programming language
+COMMENT=	Nim programming language
 
 LICENSE=	MIT
 
@@ -35,4 +34,7 @@ do-build:
 do-install:
 	cd ${WRKSRC} && ${SH} install.sh ${STAGEDIR}${PREFIX}
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nim
+
 .include <bsd.port.post.mk>

Modified: head/lang/nim/distinfo
==============================================================================
--- head/lang/nim/distinfo	Wed Oct 28 12:57:41 2015	(r400387)
+++ head/lang/nim/distinfo	Wed Oct 28 12:57:46 2015	(r400388)
@@ -1,2 +1,2 @@
-SHA256 (nim-0.10.2.zip) = 2fb7986cbceda10992fbe2cf657241cac416991e2e68bc0175f3a8fd387279ca
-SIZE (nim-0.10.2.zip) = 27753779
+SHA256 (nim-0.11.2.zip) = 4497c785c6556e82a1ccc11688fd2425d326f3e95770bb266a234e87da7cc82b
+SIZE (nim-0.11.2.zip) = 29355487

Modified: head/lang/nim/pkg-plist
==============================================================================
--- head/lang/nim/pkg-plist	Wed Oct 28 12:57:41 2015	(r400387)
+++ head/lang/nim/pkg-plist	Wed Oct 28 12:57:46 2015	(r400388)
@@ -20,7 +20,7 @@ lib/nim/impure/zipfiles.nim
 lib/nim/js/dom.nim
 lib/nim/nimbase.h
 lib/nim/nimrtl.nim
-lib/nim/nimrtl.nimrod.cfg
+lib/nim/nimrtl.nim.cfg
 lib/nim/packages/docutils/highlite.nim
 lib/nim/packages/docutils/rst.nim
 lib/nim/packages/docutils/rstast.nim
@@ -29,12 +29,13 @@ lib/nim/posix/epoll.nim
 lib/nim/posix/inotify.nim
 lib/nim/posix/linux.nim
 lib/nim/posix/posix.nim
+lib/nim/posix/termios.nim
 lib/nim/prelude.nim
 lib/nim/pure/actors.nim
 lib/nim/pure/actors.nim.cfg
 lib/nim/pure/algorithm.nim
 lib/nim/pure/asyncdispatch.nim
-lib/nim/pure/asyncdispatch.nimrod.cfg
+lib/nim/pure/asyncdispatch.nim.cfg
 lib/nim/pure/asyncfile.nim
 lib/nim/pure/asyncftpclient.nim
 lib/nim/pure/asynchttpserver.nim
@@ -46,6 +47,7 @@ lib/nim/pure/basic3d.nim
 lib/nim/pure/browsers.nim
 lib/nim/pure/cgi.nim
 lib/nim/pure/collections/LockFreeHash.nim
+lib/nim/pure/collections/conc_tables.nim
 lib/nim/pure/collections/critbits.nim
 lib/nim/pure/collections/intsets.nim
 lib/nim/pure/collections/lists.nim
@@ -56,6 +58,7 @@ lib/nim/pure/collections/sets.nim
 lib/nim/pure/collections/tables.nim
 lib/nim/pure/colors.nim
 lib/nim/pure/complex.nim
+lib/nim/pure/concurrency/chans.nim
 lib/nim/pure/concurrency/cpuinfo.nim
 lib/nim/pure/concurrency/cpuload.nim
 lib/nim/pure/concurrency/threadpool.nim
@@ -87,7 +90,7 @@ lib/nim/pure/mersenne.nim
 lib/nim/pure/mimetypes.nim
 lib/nim/pure/net.nim
 lib/nim/pure/nimprof.nim
-lib/nim/pure/nimprof.nimrod.cfg
+lib/nim/pure/nimprof.nim.cfg
 lib/nim/pure/numeric.nim
 lib/nim/pure/oids.nim
 lib/nim/pure/os.nim
@@ -102,15 +105,15 @@ lib/nim/pure/parseutils.nim
 lib/nim/pure/parsexml.nim
 lib/nim/pure/pegs.nim
 lib/nim/pure/poly.nim
+lib/nim/pure/rationals.nim
 lib/nim/pure/rawsockets.nim
-lib/nim/pure/rawsockets.pretty.nim
 lib/nim/pure/redis.nim
 lib/nim/pure/romans.nim
 lib/nim/pure/ropes.nim
 lib/nim/pure/scgi.nim
 lib/nim/pure/selectors.nim
 lib/nim/pure/smtp.nim
-lib/nim/pure/smtp.nimrod.cfg
+lib/nim/pure/smtp.nim.cfg
 lib/nim/pure/sockets.nim
 lib/nim/pure/streams.nim
 lib/nim/pure/strtabs.nim
@@ -127,6 +130,7 @@ lib/nim/pure/xmldom.nim
 lib/nim/pure/xmldomparser.nim
 lib/nim/pure/xmlparser.nim
 lib/nim/pure/xmltree.nim
+lib/nim/stdlib.nimble
 lib/nim/system.nim
 lib/nim/system/alloc.nim
 lib/nim/system/ansi_c.nim
@@ -203,4 +207,3 @@ lib/nim/wrappers/zip/libzip_all.c
 lib/nim/wrappers/zip/zlib.nim
 lib/nim/wrappers/zip/zzip.nim
 %%PORTDOCS%%%%DOCSDIR%%/overview.html
-


More information about the svn-ports-all mailing list