summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-07-04 09:23:38 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-07-04 09:23:38 +0000
commit9a99ccb401bc2fb33f698e078ce87d52283d6903 (patch)
tree54d4e6185f3778122a9634e4df309a8fd58f85de /irc
parentFix another 64-bit build problem. (diff)
Update to 0.8.0
Notes
Notes: svn path=/head/; revision=112896
Diffstat (limited to 'irc')
-rw-r--r--irc/ngircd/Makefile12
-rw-r--r--irc/ngircd/distinfo4
2 files changed, 12 insertions, 4 deletions
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