Skip to content

Commit c386e63

Browse files
author
taca
committedDec 11, 2024
www/ruby-mustermann: update to 3.0.3
3.0.1 (2024-07-31) * Ruby 3.4+ compatibility: "Use URI::RFC2396_Parser#regex explicitly" #138 @hsbt 3.0.2 (2024-08-09) * Ruby 3.4+ compatibility: "Use rfc2396 parser instead of URI::DEFAULT_PARSER" #139 @hsbt 3.0.3 (2024-09-03) * Fix performance issue for Mustermann::AST::Translator#escape #142 @hsbt, @ericproulx
1 parent fe5561d commit c386e63

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed
 

‎www/ruby-mustermann/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.7 2023/01/04 15:25:59 taca Exp $
1+
# $NetBSD: Makefile,v 1.8 2024/12/11 14:31:38 taca Exp $
22

3-
DISTNAME= mustermann-3.0.0
3+
DISTNAME= mustermann-3.0.3
44
CATEGORIES= www
55

66
MAINTAINER= pkgsrc-users@NetBSD.org

‎www/ruby-mustermann/PLIST

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
@comment $NetBSD: PLIST,v 1.2 2022/09/01 13:46:30 taca Exp $
1+
@comment $NetBSD: PLIST,v 1.3 2024/12/11 14:31:38 taca Exp $
22
${GEM_HOME}/cache/${GEM_NAME}.gem
33
${GEM_LIBDIR}/LICENSE
44
${GEM_LIBDIR}/README.md
55
${GEM_LIBDIR}/bench/capturing.rb
66
${GEM_LIBDIR}/bench/regexp.rb
77
${GEM_LIBDIR}/bench/simple_vs_sinatra.rb
88
${GEM_LIBDIR}/bench/template_vs_addressable.rb
9+
${GEM_LIBDIR}/bench/uri_parser_object.rb
910
${GEM_LIBDIR}/lib/mustermann.rb
1011
${GEM_LIBDIR}/lib/mustermann/ast/boundaries.rb
1112
${GEM_LIBDIR}/lib/mustermann/ast/compiler.rb

‎www/ruby-mustermann/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.9 2023/01/04 15:25:59 taca Exp $
1+
$NetBSD: distinfo,v 1.10 2024/12/11 14:31:38 taca Exp $
22

3-
BLAKE2s (mustermann-3.0.0.gem) = bf42efeb66dcf7b9c9e78cd21f69e6cf797ed65f6bd70bfb78537202c05d66ed
4-
SHA512 (mustermann-3.0.0.gem) = c33d41281fe2ac80c0af0c5c31dbab2068c73b9da19a4b82b387bbe551019fc115675634d932a8e56b070c3a06a85d830c982a103e6c5193aff8647f599be6e3
5-
Size (mustermann-3.0.0.gem) = 50176 bytes
3+
BLAKE2s (mustermann-3.0.3.gem) = 59a68dfac646110abe711eceafb535582e8b627bd6115f63664179ffe3244657
4+
SHA512 (mustermann-3.0.3.gem) = d205985a5da83d83248899642ed359056b0cdb511e77d51309319c2f8d8b6c84040e9e1d3a56b7f83a0b26aed4b344f4df371b310e419c20170f0a486e89ba6f
5+
Size (mustermann-3.0.3.gem) = 50176 bytes

0 commit comments

Comments
 (0)
Please sign in to comment.