pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-mustermann



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Sep  1 13:46:30 UTC 2022

Modified Files:
        pkgsrc/www/ruby-mustermann: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ruby-mustermann/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-mustermann/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/ruby-mustermann/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-mustermann/Makefile
diff -u pkgsrc/www/ruby-mustermann/Makefile:1.5 pkgsrc/www/ruby-mustermann/Makefile:1.6
--- pkgsrc/www/ruby-mustermann/Makefile:1.5     Sat Mar 21 16:51:38 2020
+++ pkgsrc/www/ruby-mustermann/Makefile Thu Sep  1 13:46:30 2022
@@ -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=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-mustermann/PLIST
diff -u pkgsrc/www/ruby-mustermann/PLIST:1.1 pkgsrc/www/ruby-mustermann/PLIST:1.2
--- pkgsrc/www/ruby-mustermann/PLIST:1.1        Sun Jun  4 15:26:43 2017
+++ pkgsrc/www/ruby-mustermann/PLIST    Thu Sep  1 13:46:30 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/06/04 15:26:43 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/09/01 13:46:30 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
@@ -45,7 +45,6 @@ ${GEM_LIBDIR}/spec/composite_spec.rb
 ${GEM_LIBDIR}/spec/concat_spec.rb
 ${GEM_LIBDIR}/spec/equality_map_spec.rb
 ${GEM_LIBDIR}/spec/expander_spec.rb
-${GEM_LIBDIR}/spec/extension_spec.rb
 ${GEM_LIBDIR}/spec/identity_spec.rb
 ${GEM_LIBDIR}/spec/mapper_spec.rb
 ${GEM_LIBDIR}/spec/mustermann_spec.rb

Index: pkgsrc/www/ruby-mustermann/distinfo
diff -u pkgsrc/www/ruby-mustermann/distinfo:1.7 pkgsrc/www/ruby-mustermann/distinfo:1.8
--- pkgsrc/www/ruby-mustermann/distinfo:1.7     Tue Oct 26 11:31:01 2021
+++ pkgsrc/www/ruby-mustermann/distinfo Thu Sep  1 13:46:30 2022
@@ -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



Home | Main Index | Thread Index | Old Index