--- b/net/igmpproxy/Makefile +++ b/net/igmpproxy/Makefile @@ -3,6 +3,7 @@ PORTNAME= igmpproxy DISTVERSION= 0.2.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net --- b/net/igmpproxy/files/patch-src_igmpproxy.h +++ b/net/igmpproxy/files/patch-src_igmpproxy.h @@ -20,3 +20,12 @@ /* * 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. --- b/net/igmpproxy/pkg-descr +++ b/net/igmpproxy/pkg-descr @@ -2,4 +2,4 @@ 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