pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-http-accept



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Aug 31 14:56:22 UTC 2022

Modified Files:
        pkgsrc/www/ruby-http-accept: Makefile PLIST distinfo

Log Message:
www/ruby-http-accept: update to 2.2.0

2.2.0 (2022-08-02)

* Tidy up specs.
* Improve default constructor.
* Remove code climate badge.
* Merge pull request #14 from socketry/olleolleolle-add-27
* Handle q-values up to 6 decimal places.
* Modernize gem.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-http-accept/Makefile \
    pkgsrc/www/ruby-http-accept/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-http-accept/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-http-accept/Makefile
diff -u pkgsrc/www/ruby-http-accept/Makefile:1.1 pkgsrc/www/ruby-http-accept/Makefile:1.2
--- pkgsrc/www/ruby-http-accept/Makefile:1.1    Sun Jan 19 08:23:06 2020
+++ pkgsrc/www/ruby-http-accept/Makefile        Wed Aug 31 14:56:22 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/01/19 08:23:06 taca Exp $
+# $NetBSD: Makefile,v 1.2 2022/08/31 14:56:22 taca Exp $
 
-DISTNAME=      http-accept-2.1.1
+DISTNAME=      http-accept-2.2.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,5 +10,10 @@ LICENSE=     mit
 
 USE_LANGUAGES= # none
 
+OVERRIDE_GEMSPEC+=     :files lib/.DS_Store=
+
+pre-configure:
+       ${RM} -f ${WRKSRC}/lib/.DS_Store
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/ruby-http-accept/PLIST
diff -u pkgsrc/www/ruby-http-accept/PLIST:1.1 pkgsrc/www/ruby-http-accept/PLIST:1.2
--- pkgsrc/www/ruby-http-accept/PLIST:1.1       Sun Jan 19 08:23:06 2020
+++ pkgsrc/www/ruby-http-accept/PLIST   Wed Aug 31 14:56:22 2022
@@ -1,12 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2020/01/19 08:23:06 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/08/31 14:56:22 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/.gitignore
-${GEM_LIBDIR}/.rspec
-${GEM_LIBDIR}/.travis.yml
-${GEM_LIBDIR}/Gemfile
-${GEM_LIBDIR}/README.md
-${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/http-accept.gemspec
 ${GEM_LIBDIR}/lib/http/accept.rb
 ${GEM_LIBDIR}/lib/http/accept/charsets.rb
 ${GEM_LIBDIR}/lib/http/accept/content_type.rb

Index: pkgsrc/www/ruby-http-accept/distinfo
diff -u pkgsrc/www/ruby-http-accept/distinfo:1.3 pkgsrc/www/ruby-http-accept/distinfo:1.4
--- pkgsrc/www/ruby-http-accept/distinfo:1.3    Tue Oct 26 11:30:58 2021
+++ pkgsrc/www/ruby-http-accept/distinfo        Wed Aug 31 14:56:22 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:30:58 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/08/31 14:56:22 taca Exp $
 
-BLAKE2s (http-accept-2.1.1.gem) = 3d8c5dded2cb9d77fe72dc415fd7c2eaaa176ed2750a57ef7adb7312b212908c
-SHA512 (http-accept-2.1.1.gem) = 5bf72e0f2d1e5b7d6e4845fc1ec8431b3c390294b8f2590fce34afb637e76690d128140446cf4078bc451da966dc8abb7dea2c0408dab346d45d5f2c1ae301af
-Size (http-accept-2.1.1.gem) = 11776 bytes
+BLAKE2s (http-accept-2.2.0.gem) = 586a400502b241c4d7b3ec8d458c3a6f60dde67d654ca5cbf646e9f6cc00846e
+SHA512 (http-accept-2.2.0.gem) = f60a9818e79b90c67da8b5c2a5f357b40049aec1809c0809bbf17e1c3d93734cd1367fd4d7d5afba1ae49f6c9817281b6892d6ef9a027d91fc49c46ec943409b
+Size (http-accept-2.2.0.gem) = 13824 bytes



Home | Main Index | Thread Index | Old Index