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:           Sat Mar 21 16:51:38 UTC 2020

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

Log Message:
www/ruby-mustermann: update to 1.1.1

Update ruby-mustermann to 1.1.1.

Mustermann 1.1.1 (2020-01-04)

* Make sure that requireing ruby2_keywords when needed. Fixes #102 @Annih

Mustermann 1.1.0 (2019-12-30)

* Proper handling of Mustermann::ExpandError. Fixes #88 @namusyaka

* Support Ruby 3 keyword arguments. @mame

  o At the same time, we dropped a support that accepts options
    followed by mappings on Mustermann::Mapper. Reference commit

* Improve documentation and development. @horaciob, @epistrephein,
  @jbampton, @jkowens, @junaruga


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ruby-mustermann/Makefile \
    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.4 pkgsrc/www/ruby-mustermann/Makefile:1.5
--- pkgsrc/www/ruby-mustermann/Makefile:1.4     Sun Sep 23 16:55:04 2018
+++ pkgsrc/www/ruby-mustermann/Makefile Sat Mar 21 16:51:38 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2018/09/23 16:55:04 taca Exp $
+# $NetBSD: Makefile,v 1.5 2020/03/21 16:51:38 taca Exp $
 
-DISTNAME=      mustermann-1.0.3
+DISTNAME=      mustermann-1.1.1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,5 +8,9 @@ HOMEPAGE=       https://github.com/sinatra/mus
 COMMENT=       Use patterns like regular expressions
 LICENSE=       mit
 
+DEPENDS+=      ${RUBY_PKGPREFIX}-ruby2_keywords>=0.0.1<0.1:../../devel/ruby-ruby2_keywords
+
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/ruby-mustermann/distinfo
diff -u pkgsrc/www/ruby-mustermann/distinfo:1.4 pkgsrc/www/ruby-mustermann/distinfo:1.5
--- pkgsrc/www/ruby-mustermann/distinfo:1.4     Sun Sep 23 16:55:04 2018
+++ pkgsrc/www/ruby-mustermann/distinfo Sat Mar 21 16:51:38 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/09/23 16:55:04 taca Exp $
+$NetBSD: distinfo,v 1.5 2020/03/21 16:51:38 taca Exp $
 
-SHA1 (mustermann-1.0.3.gem) = 2d090e7d3cd2a35efeaeacf006100fb83b828686
-RMD160 (mustermann-1.0.3.gem) = d38e49edb32f2810e08343b87642b2b079830d76
-SHA512 (mustermann-1.0.3.gem) = 776ad3f24e1165155def04a6e1ff18ccaf536606dafc3fa19b8b2c2576cd316eaa9b72cac37bc6ede3c48c7ed6c90e99a4388f60cdeaef0bca461e9caa4bb4f5
-Size (mustermann-1.0.3.gem) = 51712 bytes
+SHA1 (mustermann-1.1.1.gem) = 50a4e37904485810cb05e27d75c9783e5a8f3402
+RMD160 (mustermann-1.1.1.gem) = 7923651f41af65a1a280787f5a104129a4bcf56f
+SHA512 (mustermann-1.1.1.gem) = 55d5fd9b8309e0b806b2fb0af409fbc71b958b8f91116991439f2c66b1f71f17647a61020b0349a86132e7d3da383121719ea330538abb8f3c8bef5fbff0b747
+Size (mustermann-1.1.1.gem) = 51712 bytes



Home | Main Index | Thread Index | Old Index