diff --git a/net/igmpproxy/Makefile b/net/igmpproxy/Makefile index 623c01376..ad935daa6 100644 --- a/net/igmpproxy/Makefile +++ b/net/igmpproxy/Makefile @@ -3,6 +3,7 @@ PORTNAME= igmpproxy DISTVERSION= 0.2.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net diff --git a/net/igmpproxy/files/patch-src_igmpproxy.h b/net/igmpproxy/files/patch-src_igmpproxy.h index 96ddfa067..5a00d8f65 100644 --- a/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. diff --git a/net/igmpproxy/pkg-descr b/net/igmpproxy/pkg-descr index 0b5e1ab21..d654c520d 100644 --- a/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