pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-pathname2 Update ruby-pathname2 to 1.8.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5943d1881440
branches:  trunk
changeset: 353601:5943d1881440
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Oct 09 14:31:16 2016 +0000

description:
Update ruby-pathname2 to 1.8.0.

== 1.8.0 - 19-Jun-2016
* Changed license to Apache 2.0.
* Some cleanup and updates to the Rakefile and benchmarks.
* Refactored some realpath tests so they're not touching system files like
  /dev/stdin any more. Thanks go to Michael R. Crusoe for pointing out the
  potential pitfalls of doing that.

diffstat:

 devel/ruby-pathname2/Makefile |   6 +++---
 devel/ruby-pathname2/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (34 lines):

diff -r e4eae001dbea -r 5943d1881440 devel/ruby-pathname2/Makefile
--- a/devel/ruby-pathname2/Makefile     Sun Oct 09 14:27:31 2016 +0000
+++ b/devel/ruby-pathname2/Makefile     Sun Oct 09 14:31:16 2016 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.8 2015/10/04 12:21:26 taca Exp $
+# $NetBSD: Makefile,v 1.9 2016/10/09 14:31:16 taca Exp $
 
-DISTNAME=      pathname2-1.7.4
+DISTNAME=      pathname2-1.8.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/djberg96/pathname2
 COMMENT=       Alternate implementation of the Pathname library
-LICENSE=       artistic-2.0
+LICENSE=       apache-2.0
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-facade>=1.0.4:../../devel/ruby-facade
 
diff -r e4eae001dbea -r 5943d1881440 devel/ruby-pathname2/distinfo
--- a/devel/ruby-pathname2/distinfo     Sun Oct 09 14:27:31 2016 +0000
+++ b/devel/ruby-pathname2/distinfo     Sun Oct 09 14:31:16 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/11/03 03:29:26 agc Exp $
+$NetBSD: distinfo,v 1.8 2016/10/09 14:31:16 taca Exp $
 
-SHA1 (pathname2-1.7.4.gem) = 8ff120b657944e60ed88fcf28f5003613184da9f
-RMD160 (pathname2-1.7.4.gem) = cd0526dd51ad073a0441a7d2645e7f9b2a935e13
-SHA512 (pathname2-1.7.4.gem) = c11ec46ba140e6ce0b61ded19a8c542d1bdb9385238b67f793383d7c0ee993e60690395b258e51eeec885c93f442cd60edad407e0b91ea14cf70b6a553917b48
-Size (pathname2-1.7.4.gem) = 32256 bytes
+SHA1 (pathname2-1.8.0.gem) = 32659979d4d414d04642174e7d92b1ce6e0b62ab
+RMD160 (pathname2-1.8.0.gem) = 1475e086c2d9d93235252daebfdfe396ae4f6eaf
+SHA512 (pathname2-1.8.0.gem) = 6b588d9f2e24e47a87d260ba213a91d72583a67a12604be9dc3efad96c145b2bdc1d7cc9801ff7fd656061fd9f723f1f30743a962ac00109ade379fa5bfb21a4
+Size (pathname2-1.8.0.gem) = 32256 bytes



Home | Main Index | Thread Index | Old Index