pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/janet



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Aug 10 11:56:16 UTC 2021

Modified Files:
        pkgsrc/lang/janet: Makefile distinfo

Log Message:
janet: update to 1.16.1

## 1.16.1 - 2021-06-09
- Add `maclintf` - a utility for adding linting messages when inside macros.
- Print source code of offending line on compiler warnings and errors.
- Fix some issues with linting and re-add missing `make docs`.
- Allow controlling linting with dynamic bindings `:lint-warn`, `:lint-error`, and `:lint-levels`.
- Add `-w` and `-x` command line flags to the `janet` binary to set linting thresholds.
  linting thresholds are as follows:
    - :none - will never be trigger.
    - :relaxed - will only trigger on `:relaxed` lints.
    - :normal - will trigger on `:relaxed` and `:normal` lints.
    - :strict - will trigger on `:strict`, `:normal`, and `:relaxed` lints. This will catch the most issues
      but can be distracting.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/janet/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/janet/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/janet/Makefile
diff -u pkgsrc/lang/janet/Makefile:1.16 pkgsrc/lang/janet/Makefile:1.17
--- pkgsrc/lang/janet/Makefile:1.16     Sun Jun  6 13:45:58 2021
+++ pkgsrc/lang/janet/Makefile  Tue Aug 10 11:56:16 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2021/06/06 13:45:58 nia Exp $
+# $NetBSD: Makefile,v 1.17 2021/08/10 11:56:16 nia Exp $
 
-DISTNAME=      janet-1.16.0
+DISTNAME=      janet-1.16.1
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janet-lang/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/lang/janet/distinfo
diff -u pkgsrc/lang/janet/distinfo:1.15 pkgsrc/lang/janet/distinfo:1.16
--- pkgsrc/lang/janet/distinfo:1.15     Sun Jun  6 13:45:58 2021
+++ pkgsrc/lang/janet/distinfo  Tue Aug 10 11:56:16 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2021/06/06 13:45:58 nia Exp $
+$NetBSD: distinfo,v 1.16 2021/08/10 11:56:16 nia Exp $
 
-SHA1 (janet-1.16.0.tar.gz) = c63678eec35c2e1d797631bb3d5588c8e78bd7c9
-RMD160 (janet-1.16.0.tar.gz) = 53ea14f18eb0636ae3cc596efb970b250d88242d
-SHA512 (janet-1.16.0.tar.gz) = 88bd0eddeb07e013ae2619e3fb46d245c3778e68ea55b67304f9bf08b64fbde4920b5ed648a0b77f0de63aa003135be7a282187f335187530c2ad80d42b71850
-Size (janet-1.16.0.tar.gz) = 492645 bytes
+SHA1 (janet-1.16.1.tar.gz) = f953c124e4e5474b2321df4f90836642ef83c819
+RMD160 (janet-1.16.1.tar.gz) = 1afd56e75e5012e94198feff22f630cfde97e6f0
+SHA512 (janet-1.16.1.tar.gz) = f4be0703676acad8896e41b46d79c4f6d99990c487028f1fd1abd681f756db119a06a5d6a0653b9301afcd62f45d6f1bb7876b9613c0ea28d7199e310a52895d
+Size (janet-1.16.1.tar.gz) = 493490 bytes



Home | Main Index | Thread Index | Old Index