View | Details | Raw Unified | Return to bug 265822
Collapse All | Expand All

(-)net/libnfs/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	libnfs
1
PORTNAME=	libnfs
2
DISTVERSIONPREFIX=	${PORTNAME}-
2
DISTVERSIONPREFIX=	${PORTNAME}-
3
DISTVERSION=	5.0.1
3
DISTVERSION=	5.0.2
4
CATEGORIES=	net
4
CATEGORIES=	net
5
5
6
MAINTAINER=	snoe925@gmail.com
6
MAINTAINER=	snoe925@gmail.com
(-)net/libnfs/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1650110743
1
TIMESTAMP = 1660421109
2
SHA256 (sahlberg-libnfs-libnfs-5.0.1_GH0.tar.gz) = 7ef445410b42f36b9bad426608b53ccb9ccca4101e545c383f564c11db672ca8
2
SHA256 (sahlberg-libnfs-libnfs-5.0.2_GH0.tar.gz) = 637e56643b19da9fba98f06847788c4dad308b723156a64748041035dcdf9bd3
3
SIZE (sahlberg-libnfs-libnfs-5.0.1_GH0.tar.gz) = 279550
3
SIZE (sahlberg-libnfs-libnfs-5.0.2_GH0.tar.gz) = 281154
(-)net/libnfs/files/patch-include_nfsc_libnfs.h (-11 lines)
Lines 1-11 Link Here
1
--- include/nfsc/libnfs.h
2
+++ include/nfsc/libnfs.h
3
@@ -29,7 +29,7 @@
4
 
5
 #include <stdint.h>
6
 #if defined(__ANDROID__) || defined(AROS) || defined(__PPU__) \
7
- || ( defined(__APPLE__) && defined(__MACH__) )
8
+ || ( defined(__APPLE__) && defined(__MACH__) ) || defined(__FreeBSD__)
9
 #include <sys/time.h>
10
 #else
11
 #include <time.h>

Return to bug 265822