diff --git a/net/nqptp/Makefile b/net/nqptp/Makefile index 3da9c3bfff45..8764736ac723 100644 --- a/net/nqptp/Makefile +++ b/net/nqptp/Makefile @@ -1,25 +1,25 @@ PORTNAME= nqptp -DISTVERSION= 1.2.4 +DISTVERSION= 1.2.6 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 95433543acf3..6e58dfdd2039 100644 --- a/net/nqptp/distinfo +++ b/net/nqptp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696251069 -SHA256 (mikebrady-nqptp-1.2.4_GH0.tar.gz) = 1df1d5edd5b713010d6495b3abca4c1cf4ad8fa6029df0abeb9e4de8e0eb707a -SIZE (mikebrady-nqptp-1.2.4_GH0.tar.gz) = 36885 +TIMESTAMP = 1770985359 +SHA256 (mikebrady-nqptp-1.2.6_GH0.tar.gz) = 26f65165c3545a6cee0b9846b47ce52a015fcd8ec153fe16997d36f61c88029e +SIZE (mikebrady-nqptp-1.2.6_GH0.tar.gz) = 39292 diff --git a/net/nqptp/files/patch-nqptp-utilities.c b/net/nqptp/files/patch-nqptp-utilities.c deleted file mode 100644 index a5d138ffb52a..000000000000 --- a/net/nqptp/files/patch-nqptp-utilities.c +++ /dev/null @@ -1,14 +0,0 @@ ---- 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 -