pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-pathname2



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Oct  9 14:31:16 UTC 2016

Modified Files:
        pkgsrc/devel/ruby-pathname2: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-pathname2/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-pathname2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-pathname2/Makefile
diff -u pkgsrc/devel/ruby-pathname2/Makefile:1.8 pkgsrc/devel/ruby-pathname2/Makefile:1.9
--- pkgsrc/devel/ruby-pathname2/Makefile:1.8    Sun Oct  4 12:21:26 2015
+++ pkgsrc/devel/ruby-pathname2/Makefile        Sun Oct  9 14:31:16 2016
@@ -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
 

Index: pkgsrc/devel/ruby-pathname2/distinfo
diff -u pkgsrc/devel/ruby-pathname2/distinfo:1.7 pkgsrc/devel/ruby-pathname2/distinfo:1.8
--- pkgsrc/devel/ruby-pathname2/distinfo:1.7    Tue Nov  3 03:29:26 2015
+++ pkgsrc/devel/ruby-pathname2/distinfo        Sun Oct  9 14:31:16 2016
@@ -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