CVS commit: pkgsrc/textproc/ruby-haml
"Takahiro Kambe" <[email protected]> Tue, 4 Aug 2026 14:34:20 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. --_----------=_1785854060213560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Aug 4 14:34:20 UTC 2026 Modified Files: pkgsrc/textproc/ruby-haml: Makefile distinfo Log Message: textproc/ruby-haml: update to 7.2.2 7.2.1 (2026-07-28) What's Changed * Do not rely on Ripper quirk in parsing old-style Haml attributes by @andrykonchin in #1212 New Contributors * @andrykonchin made their first contribution in #1212 7.2.2 (2026-07-29) What's Changed * Remove obsolete TruffleRuby compatibility skips by @ollym in #1210 New Contributors * @ollym made their first contribution in #1210 To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/textproc/ruby-haml/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/textproc/ruby-haml/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1785854060213560 Content-Disposition: inline Content-Length: 1489 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/ruby-haml/Makefile diff -u pkgsrc/textproc/ruby-haml/Makefile:1.31 pkgsrc/textproc/ruby-haml/Makefile:1.32 --- pkgsrc/textproc/ruby-haml/Makefile:1.31 Fri Feb 6 08:32:49 2026 +++ pkgsrc/textproc/ruby-haml/Makefile Tue Aug 4 14:34:20 2026 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2026/02/06 08:32:49 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2026/08/04 14:34:20 taca Exp $ -DISTNAME= haml-7.2.0 +DISTNAME= haml-7.2.2 CATEGORIES= textproc MAINTAINER= [email protected] Index: pkgsrc/textproc/ruby-haml/distinfo diff -u pkgsrc/textproc/ruby-haml/distinfo:1.32 pkgsrc/textproc/ruby-haml/distinfo:1.33 --- pkgsrc/textproc/ruby-haml/distinfo:1.32 Sun Jan 18 13:58:07 2026 +++ pkgsrc/textproc/ruby-haml/distinfo Tue Aug 4 14:34:20 2026 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.32 2026/01/18 13:58:07 taca Exp $ +$NetBSD: distinfo,v 1.33 2026/08/04 14:34:20 taca Exp $ -BLAKE2s (haml-7.2.0.gem) = da32158147a8a08479742d1761413aef90ed2592fa6ac11f6edee631e08dc400 -SHA512 (haml-7.2.0.gem) = fb5dd80b96b4b6bb4fcbd305267dd47e98471c474e6416b5fdd44789221ce6a28de75f4aa076e59508b54855c3f37ff94532a7e3c415cee29b30cc935bed619b -Size (haml-7.2.0.gem) = 73728 bytes +BLAKE2s (haml-7.2.2.gem) = f5fec0a73b458a28237d66b9019c81faa0f48703df47e8f45bdad68ec8a47f2b +SHA512 (haml-7.2.2.gem) = 32431bf82b1d8d323de7401adbaf882ebaa67cafd365719da079cf5d0dea2e4fcaf3623a025c2906dc55b8a4f2a3e867aa3c008d7a6b958b327c8a0df33fadca +Size (haml-7.2.2.gem) = 73728 bytes --_----------=_1785854060213560--