pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/R-pingr
Module Name: pkgsrc
Committed By: mef
Date: Sat Dec 14 00:56:00 UTC 2024
Modified Files:
pkgsrc/net/R-pingr: Makefile distinfo
Log Message:
(net/R-pingr) Updated 2.0.2 to 2.0.4, make test passed
# pingr 2.0.4
* `ping()` now handles sub-millisecond response times (#24).
* `ping()` now works on FreeBSD, OpenBSD, NetBSD and DragonFlyBSD.
# pingr 2.0.3
* `ping_port()` now correctly prints the port if `version = TRUE`.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/R-pingr/Makefile \
pkgsrc/net/R-pingr/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-pingr/Makefile
diff -u pkgsrc/net/R-pingr/Makefile:1.4 pkgsrc/net/R-pingr/Makefile:1.5
--- pkgsrc/net/R-pingr/Makefile:1.4 Tue Aug 15 01:21:16 2023
+++ pkgsrc/net/R-pingr/Makefile Sat Dec 14 00:55:59 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2023/08/15 01:21:16 mef Exp $
+# $NetBSD: Makefile,v 1.5 2024/12/14 00:55:59 mef Exp $
R_PKGNAME= pingr
-R_PKGVER= 2.0.2
+R_PKGVER= 2.0.4
CATEGORIES= net
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,8 +10,14 @@ LICENSE= mit # + file LICENSE
DEPENDS+= R-processx>=3.8.1:../../sysutils/R-processx
-# may conflict with tex-tetex-3.0.50602nb1
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+
+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-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
USE_LANGUAGES= c
Index: pkgsrc/net/R-pingr/distinfo
diff -u pkgsrc/net/R-pingr/distinfo:1.4 pkgsrc/net/R-pingr/distinfo:1.5
--- pkgsrc/net/R-pingr/distinfo:1.4 Sat Feb 18 09:29:34 2023
+++ pkgsrc/net/R-pingr/distinfo Sat Dec 14 00:55:59 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/02/18 09:29:34 mef Exp $
+$NetBSD: distinfo,v 1.5 2024/12/14 00:55:59 mef Exp $
-BLAKE2s (R/pingr_2.0.2.tar.gz) = 086e01224550647de39c49cc9f19eaab248e29d1d3337313538eea232d5015d0
-SHA512 (R/pingr_2.0.2.tar.gz) = 12cdb3d169a1e0003b60f5c032e0972610fc5f2666be2bfc8a98252f3bc75b5ec9c0c0e34c11ec659a67d82ff02b62bf1c759a340ea1aa3b53720cd0a7f5ca41
-Size (R/pingr_2.0.2.tar.gz) = 16833 bytes
+BLAKE2s (R/pingr_2.0.4.tar.gz) = 9733c60d5393e166649309bb7a035696237e830b813102773f24e92b3fe98fa0
+SHA512 (R/pingr_2.0.4.tar.gz) = 74e86cabe6e101deccd7eb3b633a7cffdafa5d683b4e7361474b867e87014984702e84f04feb72f096ca71ad57c596331e7809ff39925c1b11bbe6bfa0214db6
+Size (R/pingr_2.0.4.tar.gz) = 18726 bytes
Home |
Main Index |
Thread Index |
Old Index