1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

net/nqptp: Update to 1.2.4

This commit is contained in:
Emanuel Haupt 2023-10-02 16:06:46 +02:00
parent 7bcfdc2859
commit de9f695314
3 changed files with 18 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= nqptp
DISTVERSION= 1.2.3
DISTVERSION= 1.2.4
CATEGORIES= net
MAINTAINER= ehaupt@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1693854503
SHA256 (mikebrady-nqptp-1.2.3_GH0.tar.gz) = cf965fd4f5b860070cd71a4aa1c98dc7525c5ff4a8447bd2c6434a28b11765a0
SIZE (mikebrady-nqptp-1.2.3_GH0.tar.gz) = 36570
TIMESTAMP = 1696251069
SHA256 (mikebrady-nqptp-1.2.4_GH0.tar.gz) = 1df1d5edd5b713010d6495b3abca4c1cf4ad8fa6029df0abeb9e4de8e0eb707a
SIZE (mikebrady-nqptp-1.2.4_GH0.tar.gz) = 36885

View File

@ -0,0 +1,14 @@
--- nqptp-utilities.c.orig 2023-09-16 17:51:55 UTC
+++ nqptp-utilities.c
@@ -29,10 +29,10 @@
#endif
#ifdef CONFIG_FOR_FREEBSD
+#include <sys/types.h>
#include <net/if_dl.h>
#include <net/if_types.h>
#include <sys/socket.h>
-#include <sys/types.h>
#include <unistd.h>
#endif