pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-pathutil



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Mar 13 17:26:39 UTC 2018

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

Log Message:
devel/ruby-pathutil: update to 0.16.1

0.16.0                                          2017/10/05

* Fix the homepage URL in the gemspec. (#2)
* Drop CodeClimate.
* Fix #3: Remove `luna-rubocop-formatters`.
* Do a little cleanup.
* Update Copyright year.
* Pathutil added `#empty?` in 2.4.

0.16.1                                          2017/12/12

* Add Pathutil#[], so we are compatible with RSpec.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-pathutil/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-pathutil/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-pathutil/Makefile
diff -u pkgsrc/devel/ruby-pathutil/Makefile:1.2 pkgsrc/devel/ruby-pathutil/Makefile:1.3
--- pkgsrc/devel/ruby-pathutil/Makefile:1.2     Mon Sep  4 18:00:53 2017
+++ pkgsrc/devel/ruby-pathutil/Makefile Tue Mar 13 17:26:39 2018
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2017/09/04 18:00:53 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2018/03/13 17:26:39 taca Exp $
 
-DISTNAME=      pathutil-0.14.0
+DISTNAME=      pathutil-0.16.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=     https://github.com/envygeeks/pathutils
+HOMEPAGE=      https://github.com/envygeeks/pathutil
 COMMENT=       Almost like Pathname but just a little less insane
 LICENSE=       mit
 

Index: pkgsrc/devel/ruby-pathutil/distinfo
diff -u pkgsrc/devel/ruby-pathutil/distinfo:1.1 pkgsrc/devel/ruby-pathutil/distinfo:1.2
--- pkgsrc/devel/ruby-pathutil/distinfo:1.1     Sun Oct  9 14:36:51 2016
+++ pkgsrc/devel/ruby-pathutil/distinfo Tue Mar 13 17:26:39 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/10/09 14:36:51 taca Exp $
+$NetBSD: distinfo,v 1.2 2018/03/13 17:26:39 taca Exp $
 
-SHA1 (pathutil-0.14.0.gem) = 04bae1c39f7ae720d8083a86922bc478f4bb3abe
-RMD160 (pathutil-0.14.0.gem) = 86a059deca505a2ae1cd8c5f8e2e5d5308cd161b
-SHA512 (pathutil-0.14.0.gem) = 470eef7a82105a7d41228de6c312dc4f21d8e8ee6b7c80f98ebe366db83c7e507dbfa7cf820203ef8c802076c96b791dd79859213e978f8fa4894a2099e2c7bd
-Size (pathutil-0.14.0.gem) = 11776 bytes
+SHA1 (pathutil-0.16.1.gem) = 27cc092e58147b5d0ec62e99b2ed8086822b800b
+RMD160 (pathutil-0.16.1.gem) = bac759b55bafba118cfcc12871dd1c11a786067f
+SHA512 (pathutil-0.16.1.gem) = 9192a1edd65b070d997ed19808247850fb93c5aa9aace31fed05c2a4e9af4563db4d308d36aefedc970b2b646b7175002f939de9d930cb338c9aa4e6258d63bd
+Size (pathutil-0.16.1.gem) = 11776 bytes



Home | Main Index | Thread Index | Old Index