1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

Update to 0.8.0

This commit is contained in:
Kirill Ponomarev 2004-07-04 09:23:38 +00:00
parent 15a9f2ede6
commit 9a99ccb401
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112896
2 changed files with 12 additions and 4 deletions

View File

@ -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)

View File

@ -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