Index: head/net/igmpproxy/Makefile =================================================================== --- head/net/igmpproxy/Makefile (revision 563490) +++ head/net/igmpproxy/Makefile (revision 563491) @@ -1,26 +1,25 @@ # Created by: asami # $FreeBSD$ PORTNAME= igmpproxy -DISTVERSION= 0.2.1 -PORTREVISION= 1 +DISTVERSION= 0.3 PORTEPOCH= 1 CATEGORIES= net MAINTAINER= franco@opnsense.org COMMENT= Multicast forwarding IGMP proxy LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf USE_GITHUB= yes GH_ACCOUNT= pali GNU_CONFIGURE= yes USE_RC_SUBR= igmpproxy post-install: ${INSTALL_DATA} ${WRKSRC}/igmpproxy.conf \ ${STAGEDIR}${PREFIX}/etc/igmpproxy.conf.sample .include Index: head/net/igmpproxy/distinfo =================================================================== --- head/net/igmpproxy/distinfo (revision 563490) +++ head/net/igmpproxy/distinfo (revision 563491) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520836770 -SHA256 (pali-igmpproxy-0.2.1_GH0.tar.gz) = 6faa1f42ba323f60a9eb4958550e25b2e7e9c645da32c52ba12db0c9bdfce1ba -SIZE (pali-igmpproxy-0.2.1_GH0.tar.gz) = 42201 +TIMESTAMP = 1610439794 +SHA256 (pali-igmpproxy-0.3_GH0.tar.gz) = 1aa45dbcd253531b92c09cef3ba0af7056fc2f89395948177ba27f8650b55449 +SIZE (pali-igmpproxy-0.3_GH0.tar.gz) = 42656 Index: head/net/igmpproxy/files/patch-src_igmpproxy.c =================================================================== --- head/net/igmpproxy/files/patch-src_igmpproxy.c (revision 563490) +++ head/net/igmpproxy/files/patch-src_igmpproxy.c (nonexistent) @@ -1,14 +0,0 @@ ---- src/igmpproxy.c.orig 2017-12-22 20:49:54 UTC -+++ src/igmpproxy.c -@@ -37,11 +37,6 @@ - * February 2005 - Johnny Egeland - */ - --/* getopt() and clock_getime() */ --#ifndef _POSIX_C_SOURCE --#define _POSIX_C_SOURCE 200112L --#endif -- - #include "igmpproxy.h" - - static const char Usage[] = Property changes on: head/net/igmpproxy/files/patch-src_igmpproxy.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net/igmpproxy/files/patch-src_igmpproxy.h =================================================================== --- head/net/igmpproxy/files/patch-src_igmpproxy.h (revision 563490) +++ head/net/igmpproxy/files/patch-src_igmpproxy.h (revision 563491) @@ -1,31 +1,11 @@ ---- src/igmpproxy.h.orig 2018-02-13 19:17:30 UTC +--- src/igmpproxy.h.orig 2021-01-12 08:24:34 UTC +++ src/igmpproxy.h -@@ -35,9 +35,6 @@ - * igmpproxy.h - Header file for common includes. - */ +@@ -112,7 +112,7 @@ void my_log( int Serverity, int Errno, const char *Fmt --#include "config.h" --#include "os.h" -- - #include - #include - #include -@@ -60,6 +57,9 @@ - #include - #include - -+#include "os.h" -+#include "config.h" -+ - /* - * Limit on length of route data - */ -@@ -113,7 +113,7 @@ void my_log( int Serverity, int Errno, c - /* ifvc.c */ -#define MAX_IF 40 // max. number of interfaces recognized -+#define MAX_IF 100 // max. number of interfaces recognized ++#define MAX_IF 140 // max. number of interfaces recognized // Interface states #define IF_STATE_DISABLED 0 // Interface should be ignored.