pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-uuid



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Apr 23 05:55:28 UTC 2022

Modified Files:
        pkgsrc/devel/R-uuid: Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/R-uuid/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-uuid/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/R-uuid/Makefile
diff -u pkgsrc/devel/R-uuid/Makefile:1.5 pkgsrc/devel/R-uuid/Makefile:1.6
--- pkgsrc/devel/R-uuid/Makefile:1.5    Sat Apr  2 03:01:33 2022
+++ pkgsrc/devel/R-uuid/Makefile        Sat Apr 23 05:55:28 2022
@@ -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

Index: pkgsrc/devel/R-uuid/distinfo
diff -u pkgsrc/devel/R-uuid/distinfo:1.4 pkgsrc/devel/R-uuid/distinfo:1.5
--- pkgsrc/devel/R-uuid/distinfo:1.4    Sat Apr  2 03:01:33 2022
+++ pkgsrc/devel/R-uuid/distinfo        Sat Apr 23 05:55:28 2022
@@ -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