diff options
author | VVD <vvd@unislabs.com> | 2022-08-15 22:36:00 +0200 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-08-28 13:38:49 +0200 |
commit | c09b00e03196fa75cf97b8312737c7fc170d0332 (patch) | |
tree | 9434ce3f9344a6e6621fb1c2959a2a95154ac0e7 | |
parent | misc/freebsd-doc-*: Update to rev. 62330ee from FreeBSD docset (diff) |
net/libnfs: Update to 5.0.2
ChangeLog: https://github.com/sahlberg/libnfs/releases/tag/libnfs-5.0.2
Mostly minor fixes for multithreading and compilation on *BSD.
PR: 265822
Reported by: vvd@unislabs.com
Approved by: snoe925@gmail.com (maintainer, timeout > 2 weeks)
-rw-r--r-- | net/libnfs/Makefile | 2 | ||||
-rw-r--r-- | net/libnfs/distinfo | 6 | ||||
-rw-r--r-- | net/libnfs/files/patch-include_nfsc_libnfs.h | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/net/libnfs/Makefile b/net/libnfs/Makefile index f59017049754..193952f8c607 100644 --- a/net/libnfs/Makefile +++ b/net/libnfs/Makefile @@ -1,6 +1,6 @@ PORTNAME= libnfs DISTVERSIONPREFIX= ${PORTNAME}- -DISTVERSION= 5.0.1 +DISTVERSION= 5.0.2 CATEGORIES= net MAINTAINER= snoe925@gmail.com diff --git a/net/libnfs/distinfo b/net/libnfs/distinfo index 4e0a0b98516c..191724ad0488 100644 --- a/net/libnfs/distinfo +++ b/net/libnfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1650110743 -SHA256 (sahlberg-libnfs-libnfs-5.0.1_GH0.tar.gz) = 7ef445410b42f36b9bad426608b53ccb9ccca4101e545c383f564c11db672ca8 -SIZE (sahlberg-libnfs-libnfs-5.0.1_GH0.tar.gz) = 279550 +TIMESTAMP = 1660421109 +SHA256 (sahlberg-libnfs-libnfs-5.0.2_GH0.tar.gz) = 637e56643b19da9fba98f06847788c4dad308b723156a64748041035dcdf9bd3 +SIZE (sahlberg-libnfs-libnfs-5.0.2_GH0.tar.gz) = 281154 diff --git a/net/libnfs/files/patch-include_nfsc_libnfs.h b/net/libnfs/files/patch-include_nfsc_libnfs.h deleted file mode 100644 index 85bbed3bfdfc..000000000000 --- a/net/libnfs/files/patch-include_nfsc_libnfs.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/nfsc/libnfs.h -+++ include/nfsc/libnfs.h -@@ -29,7 +29,7 @@ - - #include <stdint.h> - #if defined(__ANDROID__) || defined(AROS) || defined(__PPU__) \ -- || ( defined(__APPLE__) && defined(__MACH__) ) -+ || ( defined(__APPLE__) && defined(__MACH__) ) || defined(__FreeBSD__) - #include <sys/time.h> - #else - #include <time.h> |