pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-sets



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Nov 23 13:13:56 UTC 2024

Modified Files:
        pkgsrc/math/R-sets: Makefile distinfo

Log Message:
(math/R-sets) Updated 1.0.24 to 1.0.25, make test passed

Changes in version 1.0-25:

        * fix small bug in 'closure.c' ('error()' wrongly called)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/R-sets/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/R-sets/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-sets/Makefile
diff -u pkgsrc/math/R-sets/Makefile:1.2 pkgsrc/math/R-sets/Makefile:1.3
--- pkgsrc/math/R-sets/Makefile:1.2     Thu Jun  8 16:01:40 2023
+++ pkgsrc/math/R-sets/Makefile Sat Nov 23 13:13:55 2024
@@ -1,12 +1,24 @@
-# $NetBSD: Makefile,v 1.2 2023/06/08 16:01:40 mef Exp $
+# $NetBSD: Makefile,v 1.3 2024/11/23 13:13:55 mef Exp $
 
 R_PKGNAME=     sets
-R_PKGVER=      1.0-24
+R_PKGVER=      1.0-25
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Sets, Generalized Sets, Customizable Sets and Intervals
 LICENSE=       gnu-gpl-v2
 
+TEST_DEPENDS+= R-proxy-[0-9]*:../../math/R-proxy
+
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-natbib-[0-9]*:../../print/tex-natbib
+TEST_DEPENDS+= tex-texlive.infra-[0-9]*:../../print/tex-texlive.infra
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xcolor-[0-9]*:../../print/tex-xcolor
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
 USE_LANGUAGES= c
 
 .include "../../math/R/Makefile.extension"

Index: pkgsrc/math/R-sets/distinfo
diff -u pkgsrc/math/R-sets/distinfo:1.4 pkgsrc/math/R-sets/distinfo:1.5
--- pkgsrc/math/R-sets/distinfo:1.4     Thu Jun  8 16:01:40 2023
+++ pkgsrc/math/R-sets/distinfo Sat Nov 23 13:13:55 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/06/08 16:01:40 mef Exp $
+$NetBSD: distinfo,v 1.5 2024/11/23 13:13:55 mef Exp $
 
-BLAKE2s (R/sets_1.0-24.tar.gz) = 3b48ffe7914293d85fc6b144d0a686c7df79a864f36b8b2e09a3e2d2ee2bc009
-SHA512 (R/sets_1.0-24.tar.gz) = 39c8b78daa06ff6d01b30d3f6fb776982a01118e6191c83b8ef864084bdc9bb774a5bd2771a1425a36f97782f72ed3001fe759141378c81029ecd2df078bc585
-Size (R/sets_1.0-24.tar.gz) = 275195 bytes
+BLAKE2s (R/sets_1.0-25.tar.gz) = 1d9fab72e91c722ed6d8480f7bb7e3743b08d5b3b976efe1c7330cf485810293
+SHA512 (R/sets_1.0-25.tar.gz) = aac9df6c0ecdcd9e67c109a5eb9e26a82b41261027fad1de706e11041edabf130bd61020bf8f39f06bba1e0cc4aa2a986b8e541d482187136c445c6804075db4
+Size (R/sets_1.0-25.tar.gz) = 275340 bytes



Home | Main Index | Thread Index | Old Index