pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/R-pbdZMQ



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Dec 14 00:43:57 UTC 2024

Modified Files:
        pkgsrc/net/R-pbdZMQ: Makefile distinfo

Log Message:
(net/R-pbdZMQ) Updated 0.3.9 to 0.3.13, make test passed

2024-09-15: Ver 0.3-13
  * Fix a LTO problem.

2024-09-03: Ver 0.3-12
  * Fix non-API call to R: 'LEVELS'.

2024-01-13: Ver 0.3-11
  * Fix C++ runtime library loaded and avoid clang++ linking problem in
    MacOS ARM64.
  * Update doc links.

2023-09-03: Ver 0.3-10
  * Modify CITATION.
  * Remove meta table from man.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/R-pbdZMQ/Makefile \
    pkgsrc/net/R-pbdZMQ/distinfo

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

Modified files:

Index: pkgsrc/net/R-pbdZMQ/Makefile
diff -u pkgsrc/net/R-pbdZMQ/Makefile:1.5 pkgsrc/net/R-pbdZMQ/Makefile:1.6
--- pkgsrc/net/R-pbdZMQ/Makefile:1.5    Sun Jun 18 14:36:18 2023
+++ pkgsrc/net/R-pbdZMQ/Makefile        Sat Dec 14 00:43:57 2024
@@ -1,15 +1,26 @@
-# $NetBSD: Makefile,v 1.5 2023/06/18 14:36:18 mef Exp $
+# $NetBSD: Makefile,v 1.6 2024/12/14 00:43:57 mef Exp $
 
 R_PKGNAME=     pbdZMQ
-R_PKGVER=      0.3-9
+R_PKGVER=      0.3-13
 CATEGORIES=    net
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Interface to ZeroMQ
 LICENSE=       gnu-gpl-v3
 
+TEST_DEPENDS+= tex-amscls-[0-9]*:../../print/tex-amscls
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-listings-[0-9]*:../../print/tex-listings
+TEST_DEPENDS+= tex-natbib-[0-9]*:../../print/tex-natbib
+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
+
 GNU_CONFIGURE= yes
-USE_LANGUAGES= c
+USE_LANGUAGES= c c++
 USE_TOOLS+=    pkg-config sed
 
 CHECK_PORTABILITY_SKIP=        src/zmqsrc/configure
Index: pkgsrc/net/R-pbdZMQ/distinfo
diff -u pkgsrc/net/R-pbdZMQ/distinfo:1.5 pkgsrc/net/R-pbdZMQ/distinfo:1.6
--- pkgsrc/net/R-pbdZMQ/distinfo:1.5    Sun Jun 18 14:36:18 2023
+++ pkgsrc/net/R-pbdZMQ/distinfo        Sat Dec 14 00:43:57 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2023/06/18 14:36:18 mef Exp $
+$NetBSD: distinfo,v 1.6 2024/12/14 00:43:57 mef Exp $
 
-BLAKE2s (R/pbdZMQ_0.3-9.tar.gz) = 36fd961d6f44e0f16d4ba8fcdf340462a5d2e666de617c571284b25879979a8a
-SHA512 (R/pbdZMQ_0.3-9.tar.gz) = 6221f309b4818651a3145cfa54a03af801faddea8dfea5bf2ad5f976cbde32b3947cab30600988ec369a4a302f657f591b96e3144bc3d26ad26c415fa1178756
-Size (R/pbdZMQ_0.3-9.tar.gz) = 1213785 bytes
+BLAKE2s (R/pbdZMQ_0.3-13.tar.gz) = dcce2d32a5607ea093480c23e83e8e4f41fe477c51a8fb35d8b59f233b93a4d7
+SHA512 (R/pbdZMQ_0.3-13.tar.gz) = 4f8e23499d86b4ccf724d2a15da613871d5ef9dbf7ff332bf500daf6c254abeca1b4fbee221c71218e840c1d1d23154bfee2ab846f8d30e0989177e6ff89d76b
+Size (R/pbdZMQ_0.3-13.tar.gz) = 1213812 bytes



Home | Main Index | Thread Index | Old Index