Index: head/net/igmpproxy/Makefile =================================================================== --- head/net/igmpproxy/Makefile (revision 481066) +++ head/net/igmpproxy/Makefile (revision 481067) @@ -1,25 +1,26 @@ # Created by: asami # $FreeBSD$ PORTNAME= igmpproxy DISTVERSION= 0.2.1 +PORTREVISION= 1 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/files/patch-src_igmpproxy.h =================================================================== --- head/net/igmpproxy/files/patch-src_igmpproxy.h (revision 481066) +++ head/net/igmpproxy/files/patch-src_igmpproxy.h (revision 481067) @@ -1,22 +1,31 @@ --- src/igmpproxy.h.orig 2018-02-13 19:17:30 UTC +++ src/igmpproxy.h @@ -35,9 +35,6 @@ * igmpproxy.h - Header file for common includes. */ -#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 + + // Interface states + #define IF_STATE_DISABLED 0 // Interface should be ignored. Index: head/net/igmpproxy/pkg-descr =================================================================== --- head/net/igmpproxy/pkg-descr (revision 481066) +++ head/net/igmpproxy/pkg-descr (revision 481067) @@ -1,5 +1,5 @@ igmpproxy is a simple multicast routing daemon based on mrouted. It uses IGMP forwarding to dynamically route multicast traffic. Reqiures multicast forwarding enabled -WWW: https://sourceforge.net/projects/igmpproxy/ +WWW: https://github.com/pali/igmpproxy