Received: by mail.netbsd.org (Postfix, from userid 605) id 186C484DBC; Wed, 1 Jan 2020 01:10:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 926C684DA0 for ; Wed, 1 Jan 2020 01:10:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 7IWY6YkkKBCc for ; Wed, 1 Jan 2020 01:10:38 +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 09CE284CDA for ; Wed, 1 Jan 2020 01:10:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F12ADFA97; Wed, 1 Jan 2020 01:10:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1577841037271830" MIME-Version: 1.0 Date: Wed, 1 Jan 2020 01:10:37 +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: <20200101011037.F12ADFA97@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. --_----------=_1577841037271830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ng0 Date: Wed Jan 1 01:10:37 UTC 2020 Modified Files: pkgsrc/www/nsm: Makefile distinfo Log Message: www/nsm: Update to version 1.25 Changelog picked from https://github.com/nifty-site-manager/nsm/releases: Nift (aka nsm) v1.25 * changed the way @ is escaped and removed most escape characters (too likely to conflict in other places) * added @ent syntax to template language * added @\@, @\<, @\\ escaping syntax to template language * improved reading parameters * changed how strings/variables are done in preparation for more types (to come, type defs and function defs) * now allow multiple string definitions in the one definition * improved syntax for inputting tracked file and project/site information, now basically hard-coded constants * fixed bug with delDir, which fixed bugs with clone etc. * removed website specific terminology (lots of changes) * added Nift command backup-scripts (option) * changed one of the Nift config commands to info-config * added Nift command info-tracking * check if new content path etc. exist with new-cont-ext etc. * check whether content file already exists when moving/copying * make sure all tracks/untracks/rms will be successful before any of them are done To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 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. --_----------=_1577841037271830 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.5 pkgsrc/www/nsm/Makefile:1.6 --- pkgsrc/www/nsm/Makefile:1.5 Wed Dec 11 15:56:05 2019 +++ pkgsrc/www/nsm/Makefile Wed Jan 1 01:10:37 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2019/12/11 15:56:05 ng0 Exp $ +# $NetBSD: Makefile,v 1.6 2020/01/01 01:10:37 ng0 Exp $ -DISTNAME= nsm-1.24 +DISTNAME= nsm-1.25 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.5 pkgsrc/www/nsm/distinfo:1.6 --- pkgsrc/www/nsm/distinfo:1.5 Wed Dec 11 15:56:05 2019 +++ pkgsrc/www/nsm/distinfo Wed Jan 1 01:10:37 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2019/12/11 15:56:05 ng0 Exp $ +$NetBSD: distinfo,v 1.6 2020/01/01 01:10:37 ng0 Exp $ -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 +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 --_----------=_1577841037271830--