git: c09b00e03196 - main - net/libnfs: Update to 5.0.2

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Sun, 28 Aug 2022 11:42:17 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c09b00e03196fa75cf97b8312737c7fc170d0332

commit c09b00e03196fa75cf97b8312737c7fc170d0332
Author:     VVD <vvd@unislabs.com>
AuthorDate: 2022-08-15 20:36:00 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-08-28 11:38:49 +0000

    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)
---
 net/libnfs/Makefile                          |  2 +-
 net/libnfs/distinfo                          |  6 +++---
 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>