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:           Tue Jan 23 13:10:30 UTC 2024

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

Log Message:
(devel/R-uuid) Updated 1.1.0 to 1.2.0

 NEWS for uuid
---------------
1.2-0   2024-01-13
    o   add UUIDfromName() which allows generation of version 3 and 5
        UUIDs based on a namespace UUID and a string.

1.1-1   2022-12-02
    o   clean up strict prototype warnings

    o   update to upstream util-linux version 25b98ae


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/R-uuid/Makefile \
    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.6 pkgsrc/devel/R-uuid/Makefile:1.7
--- pkgsrc/devel/R-uuid/Makefile:1.6    Sat Apr 23 05:55:28 2022
+++ pkgsrc/devel/R-uuid/Makefile        Tue Jan 23 13:10:30 2024
@@ -1,13 +1,20 @@
-# $NetBSD: Makefile,v 1.6 2022/04/23 05:55:28 mef Exp $
+# $NetBSD: Makefile,v 1.7 2024/01/23 13:10:30 mef Exp $
 
 R_PKGNAME=     uuid
-R_PKGVER=      1.1-0
+R_PKGVER=      1.2-0
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Tools for generating and handling of UUIDs
 LICENSE=       mit
 
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+
 USE_LANGUAGES= c
 
 .include "../../math/R/Makefile.extension"
Index: pkgsrc/devel/R-uuid/distinfo
diff -u pkgsrc/devel/R-uuid/distinfo:1.6 pkgsrc/devel/R-uuid/distinfo:1.7
--- pkgsrc/devel/R-uuid/distinfo:1.6    Fri Aug 19 11:36:25 2022
+++ pkgsrc/devel/R-uuid/distinfo        Tue Jan 23 13:10:30 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2022/08/19 11:36:25 tnn Exp $
+$NetBSD: distinfo,v 1.7 2024/01/23 13:10:30 mef Exp $
 
-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
+BLAKE2s (R/uuid_1.2-0.tar.gz) = a6e716b45727e0f3011d084c5d3bacd57b6619a79e130d40e0edceecd5c47a24
+SHA512 (R/uuid_1.2-0.tar.gz) = 0f7572f8e272f0ce87e06477313741316038b31485fdaae8a3dbab4b2055d8a3562926c8876afb1200c74efae847c3051d1c4ddd9bf86d486bd33600dbf5aaa3
+Size (R/uuid_1.2-0.tar.gz) = 79715 bytes
 SHA1 (patch-src_gen__uuid.c) = dc9b2e1d0f906a70e4d46620b12ea753924a091c



Home | Main Index | Thread Index | Old Index