diff -ruN /usr/ports/net/icpld/Makefile ports/net/icpld/Makefile --- /usr/ports/net/icpld/Makefile Wed Oct 12 14:03:25 2005 +++ ports/net/icpld/Makefile Tue May 2 16:44:35 2006 @@ -6,18 +6,30 @@ # PORTNAME= icpld -PORTVERSION= 1.1.1 -CATEGORIES= net +PORTVERSION= 1.1.4 +CATEGORIES= net ipv6 MASTER_SITES= http://www.ibiblio.org/icpld/download/ \ - http://voodoo.bawue.com/download/ + http://freebsd.unixfreunde.de/sources/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd@unixfreunde.de COMMENT= Internet connection performance logging daemon USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +OPTIONS= IPV6 "Enable IPV6" off \ + +.include + +.if defined(WITH_IPV6) +CONFIGURE_ARGS+=--enable-ipv6 +PLIST_SUB+= IPV6="" +.else +CONFIGURE_ARGS+=--disable-ipv6 +PLIST_SUB+= IPV6="@comment " +.endif + MAN1= ${PORTNAME}.1 PORTDOCS= README @@ -40,4 +52,4 @@ .endfor .endif -.include +.include diff -ruN /usr/ports/net/icpld/distinfo ports/net/icpld/distinfo --- /usr/ports/net/icpld/distinfo Fri Nov 25 21:31:50 2005 +++ ports/net/icpld/distinfo Tue May 2 16:22:30 2006 @@ -1,3 +1,3 @@ -MD5 (icpld-1.1.1.tar.bz2) = bd30b0da120c1c9503709f10a515bcaf -SHA256 (icpld-1.1.1.tar.bz2) = 354858f45d56e74b50ea9b3c1a52a5d3fe4d799dca4a08ec2fc05d4963daa6d0 -SIZE (icpld-1.1.1.tar.bz2) = 240511 +MD5 (icpld-1.1.4.tar.bz2) = 03c8b2bee1cdb57909ba4a2bb6aefa48 +SHA256 (icpld-1.1.4.tar.bz2) = b8d3c15b480b5648242a4266a930e8d5359106b4d6a835e9e8012807634b3da0 +SIZE (icpld-1.1.4.tar.bz2) = 179641