git: de9f69531458 - main - net/nqptp: Update to 1.2.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Oct 2023 14:17:24 UTC
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=de9f69531458654f024d0b31bd3c77aec31310f7 commit de9f69531458654f024d0b31bd3c77aec31310f7 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2023-10-02 14:06:46 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2023-10-02 14:17:21 +0000 net/nqptp: Update to 1.2.4 --- net/nqptp/Makefile | 2 +- net/nqptp/distinfo | 6 +++--- net/nqptp/files/patch-nqptp-utilities.c | 14 ++++++++++++++ 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/net/nqptp/Makefile b/net/nqptp/Makefile index 15bb918e0c64..3da9c3bfff45 100644 --- a/net/nqptp/Makefile +++ b/net/nqptp/Makefile @@ -1,5 +1,5 @@ PORTNAME= nqptp -DISTVERSION= 1.2.3 +DISTVERSION= 1.2.4 CATEGORIES= net MAINTAINER= ehaupt@FreeBSD.org diff --git a/net/nqptp/distinfo b/net/nqptp/distinfo index ac5bb376de4b..95433543acf3 100644 --- a/net/nqptp/distinfo +++ b/net/nqptp/distinfo @@ -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 diff --git a/net/nqptp/files/patch-nqptp-utilities.c b/net/nqptp/files/patch-nqptp-utilities.c new file mode 100644 index 000000000000..a5d138ffb52a --- /dev/null +++ b/net/nqptp/files/patch-nqptp-utilities.c @@ -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 +