Received: by mail.netbsd.org (Postfix, from userid 605) id F030584D92; Wed, 11 Dec 2019 15:56:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 76DA084D7D for ; Wed, 11 Dec 2019 15:56:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id F6FHygkCkLJZ for ; Wed, 11 Dec 2019 15:56:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EC8CF84D2A for ; Wed, 11 Dec 2019 15:56:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E6751FA97; Wed, 11 Dec 2019 15:56:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1576079765132380" MIME-Version: 1.0 Date: Wed, 11 Dec 2019 15:56:05 +0000 From: "ng0" Subject: CVS commit: pkgsrc/www/nsm To: pkgsrc-changes@NetBSD.org Reply-To: ng0@netbsd.org X-Mailer: log_accum Message-Id: <20191211155605.E6751FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1576079765132380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ng0 Date: Wed Dec 11 15:56:05 UTC 2019 Modified Files: pkgsrc/www/nsm: Makefile distinfo Log Message: www/nsm: Update to version 1.24 Changelog picked from https://github.com/nifty-site-manager/nsm/releases: Nift (aka nsm) v1.24 Release Notes: * fixed bugs with content/page/script extensions and mv/cp/rm aka move/copy/del * updated/moved removePath to remove_path and remove_file and now removes now-empty directories * added in ^ option for @script syntax in template language for not making a backup copy * added in backupScripts to config files * added Nift commands track-dir, untrack-dir, rm-dir, track-from-file, untrack-from-file, rm-from-file (note when removing large volumes of pages using rm-from-file can cause significant machine lags while running and not long after) * added Nift commands watch, unwatch, info-watching * got rid of pre/post build-all and build-updated scripts, costs too much time and not really needed * added pre/post build scripts to page dependencies To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 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. --_----------=_1576079765132380 Content-Disposition: inline Content-Length: 1499 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/nsm/Makefile diff -u pkgsrc/www/nsm/Makefile:1.4 pkgsrc/www/nsm/Makefile:1.5 --- pkgsrc/www/nsm/Makefile:1.4 Tue Dec 10 17:37:45 2019 +++ pkgsrc/www/nsm/Makefile Wed Dec 11 15:56:05 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2019/12/10 17:37:45 ng0 Exp $ +# $NetBSD: Makefile,v 1.5 2019/12/11 15:56:05 ng0 Exp $ -DISTNAME= nsm-1.23 +DISTNAME= nsm-1.24 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.4 pkgsrc/www/nsm/distinfo:1.5 --- pkgsrc/www/nsm/distinfo:1.4 Tue Dec 10 17:37:45 2019 +++ pkgsrc/www/nsm/distinfo Wed Dec 11 15:56:05 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2019/12/10 17:37:45 ng0 Exp $ +$NetBSD: distinfo,v 1.5 2019/12/11 15:56:05 ng0 Exp $ -SHA1 (nsm-1.23.tar.gz) = 862259dbfa012dd749415f96dbe8333dc7173129 -RMD160 (nsm-1.23.tar.gz) = 23a0715dcc9227137a7970a822334af5f311b9bd -SHA512 (nsm-1.23.tar.gz) = 1175881c1ddcb654ab2c5e711559b8ea1589d63b43a2d4e4f00e1e9f52acc0e462530b999f278a84d4ca999c190fd6e9a8ecd9c9568847749d81da089d83f37f -Size (nsm-1.23.tar.gz) = 39721 bytes +SHA1 (nsm-1.24.tar.gz) = 4770bd39cfa061a31dcb0757ce296e345c847bf4 +RMD160 (nsm-1.24.tar.gz) = ff6fdb39d370ac2afc4422447565e365f54548e2 +SHA512 (nsm-1.24.tar.gz) = 1f3f02208aabc694ccec32a1158f5e5fb13cd28643220ac94b3c6e1d45d9ce60594fd5194d1245b5533d685fb1500b0cac5c1aee575494d8a39362f228abe210 +Size (nsm-1.24.tar.gz) = 46744 bytes --_----------=_1576079765132380--