pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-uuid (devel/R-uuid) Updated 1.0.4 to 1.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d247d7c4f2ce
branches:  trunk
changeset: 377577:d247d7c4f2ce
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Apr 23 05:55:28 2022 +0000

description:
(devel/R-uuid) Updated 1.0.4 to 1.1.0

 NEWS for uuid
---------------

1.1-0   2022-04-19
    o   added UUIDparse() and UUIDvalidate() functions

    o   added an internal representation of UUIDs as
        class "UUID" which represents a vector of 128-bit
        elements interpreted as UUIDs. This also allows seamless
        conversion between textual representation, raw vectors and
        UUID objects.


1.0-5   2022-04-19
    o   update to upstream util-linux version e928e8ed6

    o   add LinkingTo includes in the source tree. This fixes issues
        on Windows where the headers were not copied since configure
        is not run on Windows. The headers can be updated using
        src/update-inst.sh script in the source tree.

diffstat:

 devel/R-uuid/Makefile |  4 ++--
 devel/R-uuid/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r d2662b163ea8 -r d247d7c4f2ce devel/R-uuid/Makefile
--- a/devel/R-uuid/Makefile     Sat Apr 23 05:37:37 2022 +0000
+++ b/devel/R-uuid/Makefile     Sat Apr 23 05:55:28 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2022/04/02 03:01:33 wen Exp $
+# $NetBSD: Makefile,v 1.6 2022/04/23 05:55:28 mef Exp $
 
 R_PKGNAME=     uuid
-R_PKGVER=      1.0-4
+R_PKGVER=      1.1-0
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
diff -r d2662b163ea8 -r d247d7c4f2ce devel/R-uuid/distinfo
--- a/devel/R-uuid/distinfo     Sat Apr 23 05:37:37 2022 +0000
+++ b/devel/R-uuid/distinfo     Sat Apr 23 05:55:28 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/04/02 03:01:33 wen Exp $
+$NetBSD: distinfo,v 1.5 2022/04/23 05:55:28 mef Exp $
 
-BLAKE2s (R/uuid_1.0-4.tar.gz) = 15373a9dc51e66f3fc3ed71c2ff1b9280c5eaef583076c63b10563342d86fbf7
-SHA512 (R/uuid_1.0-4.tar.gz) = feca3b4bbf064a1c25a6edf8c967bba931559a866071612d6454d83237080e75dac392e0cda2daabdf09ad1639132c722a7054f401857bbcdddb9e45673d679b
-Size (R/uuid_1.0-4.tar.gz) = 72187 bytes
+BLAKE2s (R/uuid_1.1-0.tar.gz) = 5a8447923adac90013e08622aa269eb9cb9d8c2c16f55bad8ebe53641e598c6c
+SHA512 (R/uuid_1.1-0.tar.gz) = 0e64565bec3ebd00d4710ab5b06c6a11df6da67e69e51967dd3470849196566a87a2654773593cd74dfcd580fd1f0fe2a57314b27a746fed708551e5b4181c4b
+Size (R/uuid_1.1-0.tar.gz) = 77959 bytes



Home | Main Index | Thread Index | Old Index