diff options
Diffstat (limited to 'net/gnet2/Makefile')
-rw-r--r-- | net/gnet2/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/gnet2/Makefile b/net/gnet2/Makefile index df040803c524..dfe64dc0aee6 100644 --- a/net/gnet2/Makefile +++ b/net/gnet2/Makefile @@ -6,10 +6,9 @@ # PORTNAME= gnet -PORTVERSION= 2.0.7 -PORTREVISION= 2 +PORTVERSION= 2.0.8 CATEGORIES= net ipv6 -MASTER_SITES= http://www.gnetlibrary.org/src/ +MASTER_SITES= GNOME PKGNAMESUFFIX= 2 MAINTAINER= gnome@FreeBSD.org @@ -27,7 +26,7 @@ CONFIGURE_ARGS+= --without-html-dir .endif post-patch: - @${REINPLACE_CMD} -e 's|GNET_INTERFACE_AGE=1|GNET_INTERFACE_AGE=7|g' \ + @${REINPLACE_CMD} -e 's|GNET_INTERFACE_AGE=0|GNET_INTERFACE_AGE=8|g' \ ${WRKSRC}/configure .include <bsd.port.mk> |