diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-01-21 15:25:20 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-01-21 15:25:20 +0800 |
commit | e9d0c0f71f76c1ff0d40bd50deef4a370cc3c858 (patch) | |
tree | d1fdb9fa1a7cbd9c03281e48e6cee1b166f966d5 /security/xinetd | |
parent | 2f91e92f054489e395fe37f04f3b50701782125c (diff) | |
download | freebsd-ports-gnome-e9d0c0f71f76c1ff0d40bd50deef4a370cc3c858.tar.gz freebsd-ports-gnome-e9d0c0f71f76c1ff0d40bd50deef4a370cc3c858.tar.zst freebsd-ports-gnome-e9d0c0f71f76c1ff0d40bd50deef4a370cc3c858.zip |
Upgrade to 2.3.10, and enable ipv6 by default.
Diffstat (limited to 'security/xinetd')
-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 |