diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-01-21 07:25:20 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-01-21 07:25:20 +0000 |
commit | 12d04a8f88adf59c364ae7dffaf8e92e18a09169 (patch) | |
tree | 494919273b83e67a1a663bef0bf3d284833a4a00 /security | |
parent | Much as I appreciate all the work others have been doing here, if I'm the (diff) |
Upgrade to 2.3.10, and enable ipv6 by default.
Notes
Notes:
svn path=/head/; revision=73709
Diffstat (limited to 'security')
-rw-r--r-- | security/xinetd/Makefile | 6 | ||||
-rw-r--r-- | security/xinetd/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/xinetd/Makefile b/security/xinetd/Makefile index 92f1f097f09d..f74fcf3bf7be 100644 --- a/security/xinetd/Makefile +++ b/security/xinetd/Makefile @@ -6,9 +6,9 @@ # PORTNAME= xinetd -PORTVERSION= 2.3.9 +PORTVERSION= 2.3.10 PORTREVISION= 0 -CATEGORIES= security +CATEGORIES= security ipv6 MASTER_SITES= http://www.xinetd.org/ MAINTAINER= vanilla@FreeBSD.org @@ -17,7 +17,7 @@ USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes ALL_TARGET= build -CONFIGURE_ARGS+= --with-loadavg --with-libwrap +CONFIGURE_ARGS+= --with-loadavg --with-libwrap --with-ipv6 MAN5= xinetd.conf.5 MAN8= xconv.8 xinetd.8 xinetd.log.8 diff --git a/security/xinetd/distinfo b/security/xinetd/distinfo index 7b689d9f0413..c0b97aefe18d 100644 --- a/security/xinetd/distinfo +++ b/security/xinetd/distinfo @@ -1 +1 @@ -MD5 (xinetd-2.3.9.tar.gz) = d879f6e19468f92abecf2cec7e21e246 +MD5 (xinetd-2.3.10.tar.gz) = c5178a634c0e621d644119f24d274885 |