From 9a99ccb401bc2fb33f698e078ce87d52283d6903 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 4 Jul 2004 09:23:38 +0000 Subject: Update to 0.8.0 --- irc/ngircd/Makefile | 12 ++++++++++-- irc/ngircd/distinfo | 4 ++-- 2 files changed, 12 insertions(+), 4 deletions(-) (limited to 'irc') diff --git a/irc/ngircd/Makefile b/irc/ngircd/Makefile index 5e2b4f7b381d..f66b9aff0063 100644 --- a/irc/ngircd/Makefile +++ b/irc/ngircd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ngircd -PORTVERSION= 0.7.7 +PORTVERSION= 0.8.0 CATEGORIES= irc MASTER_SITES= http://download.berlios.de/ngircd/ \ ftp://ftp.berlios.de/pub/ngircd/ @@ -22,6 +22,10 @@ WITH_TCP_WRAPPERS= yes CONFIGURE_ARGS+= --with-tcp-wrappers .endif +.if defined(WITH_IDENT) +CONFIGURE_ARGS+= --with-ident +.endif + .if defined(WITHOUT_SYSLOG) CONFIGURE_ARGS+= --without-syslog .endif @@ -36,7 +40,11 @@ MAN8= ngircd.8 pre-configure: @${ECHO_MSG} "" .if defined(WITH_TCP_WRAPPERS) - @${ECHO_MSG} "Enabling TCP wrappers support" + @${ECHO_MSG} "Enable TCP wrappers support" + @${ECHO_MSG} "" +.endif +.if defined(WITH_IDENT) + @${ECHO_MSG} "Enable ident support" @${ECHO_MSG} "" .endif .if defined(WITHOUT_SYSLOG) diff --git a/irc/ngircd/distinfo b/irc/ngircd/distinfo index aecacc96c0f6..2e8ceda2a8bc 100644 --- a/irc/ngircd/distinfo +++ b/irc/ngircd/distinfo @@ -1,2 +1,2 @@ -MD5 (ngircd-0.7.7.tar.gz) = 0d91ef21f39cdf7f9294afd957498625 -SIZE (ngircd-0.7.7.tar.gz) = 269999 +MD5 (ngircd-0.8.0.tar.gz) = 192f946154c8b9b877f02f367029bc96 +SIZE (ngircd-0.8.0.tar.gz) = 266818 -- cgit v1.2.3