summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorng0 <ng0@pkgsrc.org>2020-01-09 11:28:37 +0000
committerng0 <ng0@pkgsrc.org>2020-01-09 11:28:37 +0000
commit6b504edb838e7a87b1c61cbf8888cc77fe0de68a (patch)
tree86df7df88f91f58e116e1735a39bfac3bb80cf55 /www
parent2f13ade679709dab9ebc45a20efbedd2897572c5 (diff)
downloadpkgsrc-6b504edb838e7a87b1c61cbf8888cc77fe0de68a.tar.gz
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 (limited to 'www')
-rw-r--r--www/nsm/Makefile4
-rw-r--r--www/nsm/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/www/nsm/Makefile b/www/nsm/Makefile
index 0fcf3a079a3..fcb15fa7aac 100644
--- a/www/nsm/Makefile
+++ b/www/nsm/Makefile
@@ -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 --git a/www/nsm/distinfo b/www/nsm/distinfo
index a239730aca0..a956afc1756 100644
--- a/www/nsm/distinfo
+++ b/www/nsm/distinfo
@@ -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