pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-uuidtools



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Sep 14 13:09:54 UTC 2020

Modified Files:
        pkgsrc/devel/ruby-uuidtools: Makefile PLIST distinfo

Log Message:
devel/ruby-uuidtools: update to 2.2.0

Update ruby-uuidtools to 2.2.0.

== UUIDTools 2.2.0
 * drop support for ruby < 2.3
 * use Integer vs Fixnum
 * performance improvements


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-uuidtools/Makefile \
    pkgsrc/devel/ruby-uuidtools/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-uuidtools/PLIST

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-uuidtools/Makefile
diff -u pkgsrc/devel/ruby-uuidtools/Makefile:1.6 pkgsrc/devel/ruby-uuidtools/Makefile:1.7
--- pkgsrc/devel/ruby-uuidtools/Makefile:1.6    Sat Sep 26 15:04:22 2015
+++ pkgsrc/devel/ruby-uuidtools/Makefile        Mon Sep 14 13:09:54 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2015/09/26 15:04:22 taca Exp $
+# $NetBSD: Makefile,v 1.7 2020/09/14 13:09:54 taca Exp $
 
-DISTNAME=      uuidtools-2.1.5
+DISTNAME=      uuidtools-2.2.0
 CATEGORIES=    databases
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-uuidtools/distinfo
diff -u pkgsrc/devel/ruby-uuidtools/distinfo:1.6 pkgsrc/devel/ruby-uuidtools/distinfo:1.7
--- pkgsrc/devel/ruby-uuidtools/distinfo:1.6    Tue Nov  3 03:29:31 2015
+++ pkgsrc/devel/ruby-uuidtools/distinfo        Mon Sep 14 13:09:54 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 03:29:31 agc Exp $
+$NetBSD: distinfo,v 1.7 2020/09/14 13:09:54 taca Exp $
 
-SHA1 (uuidtools-2.1.5.gem) = c66138adb04e0c082bfe43c45df7f097be7a5b95
-RMD160 (uuidtools-2.1.5.gem) = 46413ed7c9c9e7194db37ab4a658a145e511f072
-SHA512 (uuidtools-2.1.5.gem) = c56e6329e48638bd5049d348beedec7fadb9ee7a133a5013ddd41ae98baa8213d8944903059729c9ca4f38b24d9b565b5653332685982337a4233f11d4865ac0
-Size (uuidtools-2.1.5.gem) = 25600 bytes
+SHA1 (uuidtools-2.2.0.gem) = 4629411bf7383bf2f8870e50021b082f1d486cab
+RMD160 (uuidtools-2.2.0.gem) = 3c22eeae505d4ad6b4f154e108b6f3c7786ac3fa
+SHA512 (uuidtools-2.2.0.gem) = 17f15e8816fd17d31e1296522d9c68b8da71211556c3284770197b06a6fe01f9038c1e6c6e5e8272b4290cfb23b48914a27717c4705fba17e5d9848257664360
+Size (uuidtools-2.2.0.gem) = 27136 bytes

Index: pkgsrc/devel/ruby-uuidtools/PLIST
diff -u pkgsrc/devel/ruby-uuidtools/PLIST:1.4 pkgsrc/devel/ruby-uuidtools/PLIST:1.5
--- pkgsrc/devel/ruby-uuidtools/PLIST:1.4       Mon Feb  2 15:28:45 2015
+++ pkgsrc/devel/ruby-uuidtools/PLIST   Mon Sep 14 13:09:54 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2015/02/02 15:28:45 taca Exp $
+@comment $NetBSD: PLIST,v 1.5 2020/09/14 13:09:54 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG
 ${GEM_LIBDIR}/LICENSE.txt
@@ -19,5 +19,6 @@ ${GEM_LIBDIR}/tasks/git.rake
 ${GEM_LIBDIR}/tasks/metrics.rake
 ${GEM_LIBDIR}/tasks/rspec.rake
 ${GEM_LIBDIR}/tasks/yard.rake
+${GEM_LIBDIR}/uuidtools.gemspec
 ${GEM_LIBDIR}/website/index.html
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec



Home | Main Index | Thread Index | Old Index