pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-ethon



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Jun  2 14:45:36 UTC 2021

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

Log Message:
www/ruby-ethon: update to 0.14.0

Quote from commit logs:

0.14.0 (2021-04-26)

* Fix typo in YARD doc
* Fix broken master build
* Remove ssl_cacert from return codes

0.13.0 (2021-04-12)

* Added :dns_shuffle_addresses curl option
* Added easy option :path_as_is
* Add WEBrick dependency for Ruby 3.0+.
* Fix keyword parameters for Ruby 2.7+.
* Easy::Operations#handle: Thread-safe cleanup (#136)
* add pinnedpublickey option
* Avoid mutating strings to support --enable-frozen-string-literal.
* Use the proper varargs definition of libcurl functions (#183)
* Add support for HTTPS proxies
* Fix "multi" in examples referring to itself as "easy"


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/ruby-ethon/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-ethon/PLIST \
    pkgsrc/www/ruby-ethon/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-ethon/Makefile
diff -u pkgsrc/www/ruby-ethon/Makefile:1.2 pkgsrc/www/ruby-ethon/Makefile:1.3
--- pkgsrc/www/ruby-ethon/Makefile:1.2  Sun Feb 14 15:34:38 2021
+++ pkgsrc/www/ruby-ethon/Makefile      Wed Jun  2 14:45:36 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2021/02/14 15:34:38 taca Exp $
+# $NetBSD: Makefile,v 1.3 2021/06/02 14:45:36 taca Exp $
 
-DISTNAME=      ethon-0.12.0
+DISTNAME=      ethon-0.14.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-ethon/PLIST
diff -u pkgsrc/www/ruby-ethon/PLIST:1.1 pkgsrc/www/ruby-ethon/PLIST:1.2
--- pkgsrc/www/ruby-ethon/PLIST:1.1     Tue Apr 14 15:52:00 2020
+++ pkgsrc/www/ruby-ethon/PLIST Wed Jun  2 14:45:36 2021
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2020/04/14 15:52:00 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/06/02 14:45:36 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.github/workflows/ruby.yml
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.rspec
-${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/Guardfile
Index: pkgsrc/www/ruby-ethon/distinfo
diff -u pkgsrc/www/ruby-ethon/distinfo:1.1 pkgsrc/www/ruby-ethon/distinfo:1.2
--- pkgsrc/www/ruby-ethon/distinfo:1.1  Tue Apr 14 15:52:00 2020
+++ pkgsrc/www/ruby-ethon/distinfo      Wed Jun  2 14:45:36 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/04/14 15:52:00 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2021/06/02 14:45:36 taca Exp $
 
-SHA1 (ethon-0.12.0.gem) = 921ef1be44583a7644ee7f20fe5f26f21d018a04
-RMD160 (ethon-0.12.0.gem) = 63e254cbcdd7706a12c52b27c28e2d4f6cd6f159
-SHA512 (ethon-0.12.0.gem) = 5fea666efdd5e2d568d0e074f205525656e202ecea3bb5ff8a8ab838a596cab349b869baffb7926227d6cfdae5b9c1cb86bb201b4c9585056c6671ab4feee596
-Size (ethon-0.12.0.gem) = 56832 bytes
+SHA1 (ethon-0.14.0.gem) = a0e1817d877cc2ec784c10f9139641a53990f70e
+RMD160 (ethon-0.14.0.gem) = 26bbb4676ba3d76994627b42f4c4ab1bf2c6fd70
+SHA512 (ethon-0.14.0.gem) = 765454c3c9132204d6cc0ff09478b252e5cbc78d4f3ca35654942ba19b5aa541d846f1c37ec16e51c54aa41e03debdf8fc084b8f4540d230431d0e6f885f1a51
+Size (ethon-0.14.0.gem) = 57344 bytes



Home | Main Index | Thread Index | Old Index