pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/nsm



Module Name:    pkgsrc
Committed By:   ng0
Date:           Thu Jan  9 11:28:37 UTC 2020

Modified Files:
        pkgsrc/www/nsm: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/nsm/Makefile pkgsrc/www/nsm/distinfo

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

Modified files:

Index: pkgsrc/www/nsm/Makefile
diff -u pkgsrc/www/nsm/Makefile:1.6 pkgsrc/www/nsm/Makefile:1.7
--- pkgsrc/www/nsm/Makefile:1.6 Wed Jan  1 01:10:37 2020
+++ pkgsrc/www/nsm/Makefile     Thu Jan  9 11:28:37 2020
@@ -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}
Index: pkgsrc/www/nsm/distinfo
diff -u pkgsrc/www/nsm/distinfo:1.6 pkgsrc/www/nsm/distinfo:1.7
--- pkgsrc/www/nsm/distinfo:1.6 Wed Jan  1 01:10:37 2020
+++ pkgsrc/www/nsm/distinfo     Thu Jan  9 11:28:37 2020
@@ -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