diff options
author | taca <taca@pkgsrc.org> | 2016-10-09 14:31:16 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-10-09 14:31:16 +0000 |
commit | 534506331f67be6fefafc8b81f956dcea03e8979 (patch) | |
tree | df94fa139b44790dc717aced103402660cf56b8f | |
parent | 5a352199eeaf6aa8f4ec93ef53956f4e581ba421 (diff) | |
download | pkgsrc-534506331f67be6fefafc8b81f956dcea03e8979.tar.gz |
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.
-rw-r--r-- | devel/ruby-pathname2/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby-pathname2/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/ruby-pathname2/Makefile b/devel/ruby-pathname2/Makefile index c312a250450..fe3a567813e 100644 --- a/devel/ruby-pathname2/Makefile +++ b/devel/ruby-pathname2/Makefile @@ -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 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 --git a/devel/ruby-pathname2/distinfo b/devel/ruby-pathname2/distinfo index f123be54e6f..af66f61ed64 100644 --- a/devel/ruby-pathname2/distinfo +++ b/devel/ruby-pathname2/distinfo @@ -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 |