forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
www/ruby-mustermann: update to 2.0.2
Latest release is 3.0.0 but ruby-sinatra require prior to 3.0. 2.0.2 (2022-07-22) * Further improve Ruby 3 compatibility. #134. @magni- 2.0.1 (2022-07-19) * Properly fix Ruby 3 compatability issue, reverts #126. Resolved by #130 @eregon, @tconst, @dentarg 2.0.0 (2022-07-18) * Improve Ruby 3 compatibility. Removed built-in Sinatra 1 support, and moved to new mustermann-sinatra-extension gem. Fixes #114 @epergo 1.1.2 (2022-07-16) * Add compatibility with --enable=frozen-string-literal param. Fixes #110 @michal-granec
- Loading branch information
taca
committed
Sep 1, 2022
1 parent
46c2d2d
commit fe9204c
Showing
3 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.5 2020/03/21 16:51:38 taca Exp $ | ||
# $NetBSD: Makefile,v 1.6 2022/09/01 13:46:30 taca Exp $ | ||
|
||
DISTNAME= mustermann-1.1.1 | ||
DISTNAME= mustermann-2.0.2 | ||
CATEGORIES= www | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.7 2021/10/26 11:31:01 nia Exp $ | ||
$NetBSD: distinfo,v 1.8 2022/09/01 13:46:30 taca Exp $ | ||
|
||
BLAKE2s (mustermann-1.1.1.gem) = 1fa676e7e863ce703b3c426456162674c6e381b13e52f9350e2bbf1b1f52446d | ||
SHA512 (mustermann-1.1.1.gem) = 55d5fd9b8309e0b806b2fb0af409fbc71b958b8f91116991439f2c66b1f71f17647a61020b0349a86132e7d3da383121719ea330538abb8f3c8bef5fbff0b747 | ||
Size (mustermann-1.1.1.gem) = 51712 bytes | ||
BLAKE2s (mustermann-2.0.2.gem) = f20697b063408d1499d8c533daec6b7f1a9fe25f58cebef52e3cba92d912fa2b | ||
SHA512 (mustermann-2.0.2.gem) = ed72ec2e376e160cd315cdd8fb0693993b02d6898167dc6f158049bd8e0a6ad4f98e604108992e5787067ea951be793d2a7e6e47df2d582907868300aaa74e5a | ||
Size (mustermann-2.0.2.gem) = 50176 bytes |