pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-dep



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Oct 20 14:30:31 UTC 2016

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

Log Message:
Update ruby-dep to 1.5.0.

Since it supports Ruby 2.2.5 and later from version 1.4.0, restrict
to ruby22 and ruby23.

* Fix README documentation.
* Update Issues section in README.
* Deprecate RubyDep::Logger.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-dep/Makefile \
    pkgsrc/devel/ruby-dep/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-dep/Makefile
diff -u pkgsrc/devel/ruby-dep/Makefile:1.1 pkgsrc/devel/ruby-dep/Makefile:1.2
--- pkgsrc/devel/ruby-dep/Makefile:1.1  Sun Oct  9 14:33:40 2016
+++ pkgsrc/devel/ruby-dep/Makefile      Thu Oct 20 14:30:31 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/10/09 14:33:40 taca Exp $
+# $NetBSD: Makefile,v 1.2 2016/10/20 14:30:31 taca Exp $
 
 DISTNAME=      ruby_dep-${VERS}
 PKGNAME=       ${RUBY_PKGPREFIX}-dep-${VERS}
@@ -9,7 +9,9 @@ HOMEPAGE=       https://github.com/e2/ruby_dep
 COMMENT=       Extracts supported Ruby versions from Travis file
 LICENSE=       mit
 
-VERS=          1.4.0
+VERS=          1.5.0
+
+RUBY_VERSIONS_ACCEPTED= 22 23
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-dep/distinfo
diff -u pkgsrc/devel/ruby-dep/distinfo:1.1 pkgsrc/devel/ruby-dep/distinfo:1.2
--- pkgsrc/devel/ruby-dep/distinfo:1.1  Sun Oct  9 14:33:40 2016
+++ pkgsrc/devel/ruby-dep/distinfo      Thu Oct 20 14:30:31 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/10/09 14:33:40 taca Exp $
+$NetBSD: distinfo,v 1.2 2016/10/20 14:30:31 taca Exp $
 
-SHA1 (ruby_dep-1.4.0.gem) = 8a4d57c834a4394e276f91cc80d5c251cdfc547f
-RMD160 (ruby_dep-1.4.0.gem) = 5aa1fb8d5e1146600e09bb911d3d1817fc7586e4
-SHA512 (ruby_dep-1.4.0.gem) = 83e8f52a3d23d4e064d44f506a7744cdfa5eae0421c469275c4ed511ff088b68fc7cfa666e1dd6e5e1df474280df8d27028c8d675c0b4abdace0cff46701c14f
-Size (ruby_dep-1.4.0.gem) = 10752 bytes
+SHA1 (ruby_dep-1.5.0.gem) = 3161ac786e4a4adbb2a0d5dee9c30e1bf84c8f7e
+RMD160 (ruby_dep-1.5.0.gem) = 91224b7f74bfd5d22044532dc682c85424800603
+SHA512 (ruby_dep-1.5.0.gem) = f12b589262d84525b301370845840221f0d204b0cfee66fbbbee62eb61e817c46590e87f70318f8d14d000da20280182448d129b685468701ff7ffa8e6965377
+Size (ruby_dep-1.5.0.gem) = 11776 bytes



Home | Main Index | Thread Index | Old Index