Received: by mail.netbsd.org (Postfix, from userid 605) id 9E35484D70; Sun, 10 Dec 2017 17:25:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2B66884D46 for ; Sun, 10 Dec 2017 17:25:48 +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 spuXcZjgaTqx for ; Sun, 10 Dec 2017 17:25:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AD19C84D37 for ; Sun, 10 Dec 2017 17:25:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CC94CFB40; Sun, 10 Dec 2017 17:25:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151292673730780" MIME-Version: 1.0 Date: Sun, 10 Dec 2017 17:25:37 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/textproc/py-jsbeautifier To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171210172537.CC94CFB40@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. --_----------=_151292673730780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Dec 10 17:25:37 UTC 2017 Modified Files: pkgsrc/textproc/py-jsbeautifier: Makefile distinfo Log Message: py-jsbeautifier: updated to 1.7.5 v1.7.5 Strict mode: js_source_text is not defined [CSS] Made brace_style option more inclusive White space before"!important" tag missing in CSS beautify To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-jsbeautifier/Makefile \ pkgsrc/textproc/py-jsbeautifier/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151292673730780 Content-Disposition: inline Content-Length: 1782 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-jsbeautifier/Makefile diff -u pkgsrc/textproc/py-jsbeautifier/Makefile:1.3 pkgsrc/textproc/py-jsbeautifier/Makefile:1.4 --- pkgsrc/textproc/py-jsbeautifier/Makefile:1.3 Tue Nov 7 08:06:21 2017 +++ pkgsrc/textproc/py-jsbeautifier/Makefile Sun Dec 10 17:25:37 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2017/11/07 08:06:21 adam Exp $ +# $NetBSD: Makefile,v 1.4 2017/12/10 17:25:37 adam Exp $ -DISTNAME= jsbeautifier-1.7.4 +DISTNAME= jsbeautifier-1.7.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsbeautifier/} Index: pkgsrc/textproc/py-jsbeautifier/distinfo diff -u pkgsrc/textproc/py-jsbeautifier/distinfo:1.3 pkgsrc/textproc/py-jsbeautifier/distinfo:1.4 --- pkgsrc/textproc/py-jsbeautifier/distinfo:1.3 Tue Nov 7 08:06:21 2017 +++ pkgsrc/textproc/py-jsbeautifier/distinfo Sun Dec 10 17:25:37 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2017/11/07 08:06:21 adam Exp $ +$NetBSD: distinfo,v 1.4 2017/12/10 17:25:37 adam Exp $ -SHA1 (jsbeautifier-1.7.4.tar.gz) = a602191b4d2fd0d419b45c7c8ac356e4e07a17a2 -RMD160 (jsbeautifier-1.7.4.tar.gz) = 3e828184c10f69e89e5a89d6a8560ac4785a7136 -SHA512 (jsbeautifier-1.7.4.tar.gz) = 2a0afae5fb7f0ef2d1baa9e6c6d84db1e182df50abdd585abfd7728573cba1dc4e875d23dc9a05ab79b846fe403e32a762d3a27f55ef56c3e0421b2a196c2cb6 -Size (jsbeautifier-1.7.4.tar.gz) = 56428 bytes +SHA1 (jsbeautifier-1.7.5.tar.gz) = a3307d89e14b72c9cbc45889daaefc8382a1e307 +RMD160 (jsbeautifier-1.7.5.tar.gz) = be3413dce3822903c6f685f8cea4d88143a154db +SHA512 (jsbeautifier-1.7.5.tar.gz) = c3ef194af23a3d2bbc5aa97cabfe0173988ff18e8bd85b37568c0c38debdb10e7591bf66a413a1a87a1710ebaa8405498ffcde76b4185663e4abb2e234e52d1e +Size (jsbeautifier-1.7.5.tar.gz) = 57125 bytes --_----------=_151292673730780--