pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-algorithms



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue May  4 07:43:49 UTC 2021

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

Log Message:
devel/ruby-algorithms: update to 1.0.0

pkgsrc change: add LICENSE.

No release note nor changelog, please refer
<https://github.com/kanwei/algorithms/compare/51a6d60f05a3aac27f2e39fc5423cc2d484bf40a...5926f80c2fb2ff21318246ccbf6e78cc3b855103>.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-algorithms/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-algorithms/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-algorithms/Makefile
diff -u pkgsrc/devel/ruby-algorithms/Makefile:1.1 pkgsrc/devel/ruby-algorithms/Makefile:1.2
--- pkgsrc/devel/ruby-algorithms/Makefile:1.1   Sun Feb  1 12:28:16 2015
+++ pkgsrc/devel/ruby-algorithms/Makefile       Tue May  4 07:43:49 2021
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2015/02/01 12:28:16 taca Exp $
+# $NetBSD: Makefile,v 1.2 2021/05/04 07:43:49 taca Exp $
 
-DISTNAME=      algorithms-0.6.1
+DISTNAME=      algorithms-1.0.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/kanwei/algorithms
 COMMENT=       Useful algorithms and data structures for Ruby
+LICENSE=       mit
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/ruby-algorithms/distinfo
diff -u pkgsrc/devel/ruby-algorithms/distinfo:1.2 pkgsrc/devel/ruby-algorithms/distinfo:1.3
--- pkgsrc/devel/ruby-algorithms/distinfo:1.2   Tue Nov  3 03:29:20 2015
+++ pkgsrc/devel/ruby-algorithms/distinfo       Tue May  4 07:43:49 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:29:20 agc Exp $
+$NetBSD: distinfo,v 1.3 2021/05/04 07:43:49 taca Exp $
 
-SHA1 (algorithms-0.6.1.gem) = f2f3d8e5416cb9800ccc9eeb470aac81f44e6894
-RMD160 (algorithms-0.6.1.gem) = adbf59fa46bfef346e17bde220ae0981e0431be8
-SHA512 (algorithms-0.6.1.gem) = d963fdbef11d76a07831307b3d8da1ac3c339c7e68a178dfaf1ac37e57163ccfd9f82840ca213bd4ff5350c83f2296491dff61d75939a3811a6b1365b09416f3
-Size (algorithms-0.6.1.gem) = 322560 bytes
+SHA1 (algorithms-1.0.0.gem) = 7210dacd62300b5b9980549e63e6c95dc77d7bcd
+RMD160 (algorithms-1.0.0.gem) = 4793c33fb4165d75f6bccc74c8af7e3b67913dd1
+SHA512 (algorithms-1.0.0.gem) = 9d9141c4b9f79ce159ef02afd93bc862fa3099174620608aa155a7e49845a1249cf7407896c492ab2383a280eba33e067ddca1956831b6efe2320ee47e253bfa
+Size (algorithms-1.0.0.gem) = 324096 bytes



Home | Main Index | Thread Index | Old Index