pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/nsm www/nsm: Update to version 2.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/119f61665a01
branches:  trunk
changeset: 347236:119f61665a01
user:      ng0 <ng0%pkgsrc.org@localhost>
date:      Thu Jan 09 11:28:37 2020 +0000

description:
www/nsm: Update to version 2.0.1

Changelog picked from https://github.com/nifty-site-manager/nsm/releases:

Nift (aka nsm) v2.0.1
* fixed bug when cloning a website repository from an empty directory
  (and any other similar bugs from using remove_path where remove_file
  is more appropriate, ie. when creating temporary text files)

Nift (aka nsm) v2.0
* changed @inputcontent to @content()
* changed @inputraw(file-path) to @input{raw}(file-path)
* addded if-exists/raw option to @input(file-path) and @content()
* added file/name options to @pathto
* changed @userin(msg) to @in(msg) and @userfilein(msg) to @in{from-file}(msg)
* added if-exists/inject/raw/content options to @script/@System
* changed from using @[varname] and @{varname} to @[varname] and
  @<varname> when printing variables
* changed to @funcname{options}(params) for function call syntax
* changed from using * option to parse params to {!p} option to
  NOT parse function name, options and params
* changed from using ^ option to not backup scripts to {!bs} option
* added read_params
* fixup up read_def and read_func_name
* fixed multi-line comments

diffstat:

 www/nsm/Makefile |   4 ++--
 www/nsm/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r ca282ea59b5a -r 119f61665a01 www/nsm/Makefile
--- a/www/nsm/Makefile  Thu Jan 09 10:28:11 2020 +0000
+++ b/www/nsm/Makefile  Thu Jan 09 11:28:37 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/01/01 01:10:37 ng0 Exp $
+# $NetBSD: Makefile,v 1.7 2020/01/09 11:28:37 ng0 Exp $
 
-DISTNAME=      nsm-1.25
+DISTNAME=      nsm-2.0.1
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nifty-site-manager/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r ca282ea59b5a -r 119f61665a01 www/nsm/distinfo
--- a/www/nsm/distinfo  Thu Jan 09 10:28:11 2020 +0000
+++ b/www/nsm/distinfo  Thu Jan 09 11:28:37 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2020/01/01 01:10:37 ng0 Exp $
+$NetBSD: distinfo,v 1.7 2020/01/09 11:28:37 ng0 Exp $
 
-SHA1 (nsm-1.25.tar.gz) = 63372efe7a1377ca3324ee8ef8fcb1474544233a
-RMD160 (nsm-1.25.tar.gz) = 26336c6545d381a89adb1908619577099081b59c
-SHA512 (nsm-1.25.tar.gz) = 54d5fb49d3f497dd83848419af1ec889fa972e2749adfa792aae10b6a9a7722827d0d42c5f5dd5f5d13c6c6f48b9bda5305a2f2e4adc388aa327e2c202ddc22a
-Size (nsm-1.25.tar.gz) = 51489 bytes
+SHA1 (nsm-2.0.1.tar.gz) = 1e32ae0cdf3e68a1ebc7f93424edcf2fa085fad4
+RMD160 (nsm-2.0.1.tar.gz) = f788519ce96e14c633ff81cf52069574c0e73bb7
+SHA512 (nsm-2.0.1.tar.gz) = 6261e6317a09f1d637c13c2e7a35f84cc9d2056b9ed60a2404d6a4483be728e52b16e09f20d70e195db8aceb984c2ac532eb87ace13dc86b2f905fbad751c9cb
+Size (nsm-2.0.1.tar.gz) = 53160 bytes



Home | Main Index | Thread Index | Old Index