mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
net/R-cran-pingr: Update to 2.0.4
ChangeLog: https://cran.r-project.org/web/packages/pingr/news/news.html
This commit is contained in:
parent
3768fc65f6
commit
4749ad5fb5
@ -1,5 +1,5 @@
|
||||
PORTNAME= pingr
|
||||
DISTVERSION= 2.0.3
|
||||
DISTVERSION= 2.0.4
|
||||
CATEGORIES= net
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1726471792
|
||||
SHA256 (pingr_2.0.3.tar.gz) = 3c29c0be588c3fee267a2c0f60faa08e37682ba001db6c0249b065abc6aed863
|
||||
SIZE (pingr_2.0.3.tar.gz) = 17408
|
||||
TIMESTAMP = 1730292953
|
||||
SHA256 (pingr_2.0.4.tar.gz) = 54a43c2be3e3fd009f4960781619f7f9f5a4c905222504821241cfc595ea0773
|
||||
SIZE (pingr_2.0.4.tar.gz) = 18726
|
||||
|
@ -1,5 +0,0 @@
|
||||
--- src/Makevars.orig 2022-01-14 10:24:39 UTC
|
||||
+++ src/Makevars
|
||||
@@ -1 +1 @@
|
||||
-PKG_LIBS = -lresolv
|
||||
+PKG_LIBS =
|
@ -1,13 +0,0 @@
|
||||
--- src/dns.c.orig 2022-01-14 08:39:31 UTC
|
||||
+++ src/dns.c
|
||||
@@ -262,6 +262,10 @@ SEXP r_nsl(SEXP hostname, SEXP server, SEXP class, SEX
|
||||
|
||||
#else
|
||||
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <netinet/in.h>
|
||||
+#endif
|
||||
+
|
||||
#include <resolv.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
@ -1,13 +0,0 @@
|
||||
--- src/rping.c.orig 2022-01-14 09:37:12 UTC
|
||||
+++ src/rping.c
|
||||
@@ -5,6 +5,10 @@
|
||||
|
||||
#include "pingr.h"
|
||||
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <netinet/in.h>
|
||||
+#endif
|
||||
+
|
||||
#ifdef WIN32
|
||||
|
||||
# define WIN32_LEAN_AND_MEAN
|
Loading…
Reference in New Issue
Block a user