aboutsummaryrefslogtreecommitdiff
path: root/net/gnet2/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2008-03-04 14:57:02 +0000
committerKoop Mast <kwm@FreeBSD.org>2008-03-04 14:57:02 +0000
commite86d5a31637b558a5c121409ba0aa5745a12fc1c (patch)
tree833b497352496c6d09f6ac3d0fb75289496e81e2 /net/gnet2/Makefile
parent0b0b0223860750800b657c4b233f6c839ffb6043 (diff)
downloadports-e86d5a31637b558a5c121409ba0aa5745a12fc1c.tar.gz
ports-e86d5a31637b558a5c121409ba0aa5745a12fc1c.zip
Notes
Diffstat (limited to 'net/gnet2/Makefile')
-rw-r--r--net/gnet2/Makefile7
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>