View | Details | Raw Unified | Return to bug 215280
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	nim
4
PORTNAME=	nim
5
PORTVERSION=	0.15.0
5
PORTVERSION=	0.15.2
6
CATEGORIES=	lang
6
CATEGORIES=	lang
7
MASTER_SITES=	http://nim-lang.org/download/
7
MASTER_SITES=	http://nim-lang.org/download/
8
8
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1475889989
1
TIMESTAMP = 1481642313
2
SHA256 (nim-0.15.0.tar.xz) = c514535050b2b2156147bbe6e23aafe07cd996b2afa2c81fa9a09e1cd8c669fb
2
SHA256 (nim-0.15.2.tar.xz) = 905df2316262aa2cbacae067acf45fc05c2a71c8c6fde1f2a70c927ebafcfe8a
3
SIZE (nim-0.15.0.tar.xz) = 3786260
3
SIZE (nim-0.15.2.tar.xz) = 3251764
(-)files/patch-build.sh (-2 / +2 lines)
Lines 1-6 Link Here
1
--- build.sh.orig	2016-10-08 02:10:59 UTC
1
--- build.sh.orig	2016-12-13 16:14:36 UTC
2
+++ build.sh
2
+++ build.sh
3
@@ -26,10 +26,6 @@ do
3
@@ -26,10 +26,6 @@
4
   esac
4
   esac
5
 done
5
 done
6
 
6
 
(-)files/patch-install.sh (-5 / +5 lines)
Lines 1-6 Link Here
1
--- install.sh.orig	2016-09-30 22:23:34 UTC
1
--- install.sh.orig	2016-12-13 16:08:57 UTC
2
+++ install.sh
2
+++ install.sh
3
@@ -32,48 +32,14 @@ if [ $# -eq 1 ] ; then
3
@@ -32,48 +32,14 @@
4
     "--help"|"-h"|"help"|"h")
4
     "--help"|"-h"|"help"|"h")
5
       echo "Nim installation script"
5
       echo "Nim installation script"
6
       echo "Usage: [sudo] sh install.sh DIR"
6
       echo "Usage: [sudo] sh install.sh DIR"
Lines 19-25 Link Here
19
-      libdir=/usr/lib/nim
19
-      libdir=/usr/lib/nim
20
-      docdir=/usr/share/nim/doc
20
-      docdir=/usr/share/nim/doc
21
-      datadir=/usr/share/nim/data
21
-      datadir=/usr/share/nim/data
22
-      nimbleDir="/opt/nimble/pkgs/compiler-0.15.0"
22
-      nimbleDir="/opt/nimble/pkgs/compiler-0.15.2"
23
-      ;;
23
-      ;;
24
-    "/usr/local/bin")
24
-    "/usr/local/bin")
25
-      bindir=/usr/local/bin
25
-      bindir=/usr/local/bin
Lines 27-33 Link Here
27
-      libdir=/usr/local/lib/nim
27
-      libdir=/usr/local/lib/nim
28
-      docdir=/usr/local/share/nim/doc
28
-      docdir=/usr/local/share/nim/doc
29
-      datadir=/usr/local/share/nim/data
29
-      datadir=/usr/local/share/nim/data
30
-      nimbleDir="/opt/nimble/pkgs/compiler-0.15.0"
30
-      nimbleDir="/opt/nimble/pkgs/compiler-0.15.2"
31
-      ;;
31
-      ;;
32
-    "/opt")
32
-    "/opt")
33
-      bindir="/opt/nim/bin"
33
-      bindir="/opt/nim/bin"
Lines 35-41 Link Here
35
-      libdir="/opt/nim/lib"
35
-      libdir="/opt/nim/lib"
36
-      docdir="/opt/nim/doc"
36
-      docdir="/opt/nim/doc"
37
-      datadir="/opt/nim/data"
37
-      datadir="/opt/nim/data"
38
-      nimbleDir="/opt/nimble/pkgs/compiler-0.15.0"
38
-      nimbleDir="/opt/nimble/pkgs/compiler-0.15.2"
39
-      mkdir -p /opt/nim
39
-      mkdir -p /opt/nim
40
-      mkdir -p $bindir
40
-      mkdir -p $bindir
41
-      mkdir -p $configdir
41
-      mkdir -p $configdir
(-)pkg-plist (-125 / +1 lines)
Lines 209-214 Link Here
209
lib/system/timers.nim
209
lib/system/timers.nim
210
lib/system/widestrs.nim
210
lib/system/widestrs.nim
211
lib/upcoming/asyncdispatch.nim
211
lib/upcoming/asyncdispatch.nim
212
lib/windows/registry.nim
212
lib/windows/winlean.nim
213
lib/windows/winlean.nim
213
lib/wrappers/iup.nim
214
lib/wrappers/iup.nim
214
lib/wrappers/joyent_http_parser.nim
215
lib/wrappers/joyent_http_parser.nim
Lines 306-436 Link Here
306
nim/compiler/procfind.nim
307
nim/compiler/procfind.nim
307
nim/compiler/readme.txt
308
nim/compiler/readme.txt
308
nim/compiler/renderer.nim
309
nim/compiler/renderer.nim
309
nim/compiler/rnimcache/compiler_active.c
310
nim/compiler/rnimcache/compiler_aliases.c
311
nim/compiler/rnimcache/compiler_ast.c
312
nim/compiler/rnimcache/compiler_astalgo.c
313
nim/compiler/rnimcache/compiler_bitsets.c
314
nim/compiler/rnimcache/compiler_ccgmerge.c
315
nim/compiler/rnimcache/compiler_ccgutils.c
316
nim/compiler/rnimcache/compiler_cgen.c
317
nim/compiler/rnimcache/compiler_cgendata.c
318
nim/compiler/rnimcache/compiler_cgmeth.c
319
nim/compiler/rnimcache/compiler_commands.c
320
nim/compiler/rnimcache/compiler_condsyms.c
321
nim/compiler/rnimcache/compiler_debuginfo.c
322
nim/compiler/rnimcache/compiler_depends.c
323
nim/compiler/rnimcache/compiler_docgen.c
324
nim/compiler/rnimcache/compiler_docgen2.c
325
nim/compiler/rnimcache/compiler_evaltempl.c
326
nim/compiler/rnimcache/compiler_extccomp.c
327
nim/compiler/rnimcache/compiler_filter_tmpl.c
328
nim/compiler/rnimcache/compiler_filters.c
329
nim/compiler/rnimcache/compiler_guards.c
330
nim/compiler/rnimcache/compiler_idents.c
331
nim/compiler/rnimcache/compiler_idgen.c
332
nim/compiler/rnimcache/compiler_importer.c
333
nim/compiler/rnimcache/compiler_itersgen.c
334
nim/compiler/rnimcache/compiler_jsgen.c
335
nim/compiler/rnimcache/compiler_lambdalifting.c
336
nim/compiler/rnimcache/compiler_lexer.c
337
nim/compiler/rnimcache/compiler_lists.c
338
nim/compiler/rnimcache/compiler_llstream.c
339
nim/compiler/rnimcache/compiler_locals.c
340
nim/compiler/rnimcache/compiler_lookups.c
341
nim/compiler/rnimcache/compiler_lowerings.c
342
nim/compiler/rnimcache/compiler_magicsys.c
343
nim/compiler/rnimcache/compiler_main.c
344
nim/compiler/rnimcache/compiler_modules.c
345
nim/compiler/rnimcache/compiler_msgs.c
346
nim/compiler/rnimcache/compiler_nim.c
347
nim/compiler/rnimcache/compiler_nimblecmd.c
348
nim/compiler/rnimcache/compiler_nimconf.c
349
nim/compiler/rnimcache/compiler_nimlexbase.c
350
nim/compiler/rnimcache/compiler_nimsets.c
351
nim/compiler/rnimcache/compiler_nodejs.c
352
nim/compiler/rnimcache/compiler_nversion.c
353
nim/compiler/rnimcache/compiler_options.c
354
nim/compiler/rnimcache/compiler_parampatterns.c
355
nim/compiler/rnimcache/compiler_parser.c
356
nim/compiler/rnimcache/compiler_passaux.c
357
nim/compiler/rnimcache/compiler_passes.c
358
nim/compiler/rnimcache/compiler_patterns.c
359
nim/compiler/rnimcache/compiler_pbraces.c
360
nim/compiler/rnimcache/compiler_platform.c
361
nim/compiler/rnimcache/compiler_pluginsupport.c
362
nim/compiler/rnimcache/compiler_pragmas.c
363
nim/compiler/rnimcache/compiler_pretty.c
364
nim/compiler/rnimcache/compiler_prettybase.c
365
nim/compiler/rnimcache/compiler_procfind.c
366
nim/compiler/rnimcache/compiler_renderer.c
367
nim/compiler/rnimcache/compiler_rodread.c
368
nim/compiler/rnimcache/compiler_rodutils.c
369
nim/compiler/rnimcache/compiler_rodwrite.c
370
nim/compiler/rnimcache/compiler_ropes.c
371
nim/compiler/rnimcache/compiler_saturate.c
372
nim/compiler/rnimcache/compiler_scriptconfig.c
373
nim/compiler/rnimcache/compiler_sem.c
374
nim/compiler/rnimcache/compiler_semdata.c
375
nim/compiler/rnimcache/compiler_semfold.c
376
nim/compiler/rnimcache/compiler_semmacrosanity.c
377
nim/compiler/rnimcache/compiler_semparallel.c
378
nim/compiler/rnimcache/compiler_sempass2.c
379
nim/compiler/rnimcache/compiler_semtypinst.c
380
nim/compiler/rnimcache/compiler_service.c
381
nim/compiler/rnimcache/compiler_sigmatch.c
382
nim/compiler/rnimcache/compiler_syntaxes.c
383
nim/compiler/rnimcache/compiler_transf.c
384
nim/compiler/rnimcache/compiler_trees.c
385
nim/compiler/rnimcache/compiler_treetab.c
386
nim/compiler/rnimcache/compiler_types.c
387
nim/compiler/rnimcache/compiler_typesrenderer.c
388
nim/compiler/rnimcache/compiler_vm.c
389
nim/compiler/rnimcache/compiler_vmdef.c
390
nim/compiler/rnimcache/compiler_vmdeps.c
391
nim/compiler/rnimcache/compiler_vmgen.c
392
nim/compiler/rnimcache/compiler_vmmarshal.c
393
nim/compiler/rnimcache/compiler_wordrecg.c
394
nim/compiler/rnimcache/compiler_writetracking.c
395
nim/compiler/rnimcache/docutils_highlite.c
396
nim/compiler/rnimcache/docutils_rst.c
397
nim/compiler/rnimcache/docutils_rstast.c
398
nim/compiler/rnimcache/docutils_rstgen.c
399
nim/compiler/rnimcache/stdlib_algorithm.c
400
nim/compiler/rnimcache/stdlib_cgi.c
401
nim/compiler/rnimcache/stdlib_cookies.c
402
nim/compiler/rnimcache/stdlib_cpuinfo.c
403
nim/compiler/rnimcache/stdlib_etcpriv.c
404
nim/compiler/rnimcache/stdlib_hashes.c
405
nim/compiler/rnimcache/stdlib_intsets.c
406
nim/compiler/rnimcache/stdlib_json.c
407
nim/compiler/rnimcache/stdlib_lexbase.c
408
nim/compiler/rnimcache/stdlib_linux.c
409
nim/compiler/rnimcache/stdlib_macros.c
410
nim/compiler/rnimcache/stdlib_marshal.c
411
nim/compiler/rnimcache/stdlib_math.c
412
nim/compiler/rnimcache/stdlib_memfiles.c
413
nim/compiler/rnimcache/stdlib_nativesockets.c
414
nim/compiler/rnimcache/stdlib_net.c
415
nim/compiler/rnimcache/stdlib_os.c
416
nim/compiler/rnimcache/stdlib_osproc.c
417
nim/compiler/rnimcache/stdlib_parseopt.c
418
nim/compiler/rnimcache/stdlib_parseutils.c
419
nim/compiler/rnimcache/stdlib_posix.c
420
nim/compiler/rnimcache/stdlib_securehash.c
421
nim/compiler/rnimcache/stdlib_sequtils.c
422
nim/compiler/rnimcache/stdlib_sets.c
423
nim/compiler/rnimcache/stdlib_streams.c
424
nim/compiler/rnimcache/stdlib_strtabs.c
425
nim/compiler/rnimcache/stdlib_strutils.c
426
nim/compiler/rnimcache/stdlib_system.c
427
nim/compiler/rnimcache/stdlib_tables.c
428
nim/compiler/rnimcache/stdlib_terminal.c
429
nim/compiler/rnimcache/stdlib_termios.c
430
nim/compiler/rnimcache/stdlib_times.c
431
nim/compiler/rnimcache/stdlib_typeinfo.c
432
nim/compiler/rnimcache/stdlib_unicode.c
433
nim/compiler/rnimcache/stdlib_xmltree.c
434
nim/compiler/rodread.nim
310
nim/compiler/rodread.nim
435
nim/compiler/rodutils.nim
311
nim/compiler/rodutils.nim
436
nim/compiler/rodwrite.nim
312
nim/compiler/rodwrite.nim

Return to bug 215280