pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-http-accept www/ruby-http-accept: update to 2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf704cb81c6f
branches:  trunk
changeset: 384352:cf704cb81c6f
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Aug 31 14:56:22 2022 +0000

description:
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.

diffstat:

 www/ruby-http-accept/Makefile |  9 +++++++--
 www/ruby-http-accept/PLIST    |  9 +--------
 www/ruby-http-accept/distinfo |  8 ++++----
 3 files changed, 12 insertions(+), 14 deletions(-)

diffs (53 lines):

diff -r f902c5e89041 -r cf704cb81c6f www/ruby-http-accept/Makefile
--- a/www/ruby-http-accept/Makefile     Wed Aug 31 14:52:14 2022 +0000
+++ b/www/ruby-http-accept/Makefile     Wed Aug 31 14:56:22 2022 +0000
@@ -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 @@
 
 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"
diff -r f902c5e89041 -r cf704cb81c6f www/ruby-http-accept/PLIST
--- a/www/ruby-http-accept/PLIST        Wed Aug 31 14:52:14 2022 +0000
+++ b/www/ruby-http-accept/PLIST        Wed Aug 31 14:56:22 2022 +0000
@@ -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
diff -r f902c5e89041 -r cf704cb81c6f www/ruby-http-accept/distinfo
--- a/www/ruby-http-accept/distinfo     Wed Aug 31 14:52:14 2022 +0000
+++ b/www/ruby-http-accept/distinfo     Wed Aug 31 14:56:22 2022 +0000
@@ -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