diff --git a/net/nqptp/Makefile b/net/nqptp/Makefile index 15bb918e0c64..3da9c3bfff45 100644 --- a/net/nqptp/Makefile +++ b/net/nqptp/Makefile @@ -1,25 +1,25 @@ PORTNAME= nqptp -DISTVERSION= 1.2.3 +DISTVERSION= 1.2.4 CATEGORIES= net MAINTAINER= ehaupt@FreeBSD.org COMMENT= Not Quite PTP WWW= https://github.com/mikebrady/nqptp LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE USES= autoreconf USE_GITHUB= yes GH_ACCOUNT= mikebrady GNU_CONFIGURE= yes PLIST_FILES= bin/nqptp \ etc/rc.d/nqptp post-install: ${INSTALL_SCRIPT} ${WRKSRC}/nqptp.freebsd \ ${STAGEDIR}$/${PREFIX}/etc/rc.d/${PORTNAME} .include 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 + #include + #include + #include +-#include + #include + #endif +