diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-11-08 14:17:56 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-11-08 14:17:56 +0000 |
commit | 97a797b71f05f2b87e4bf0a0ae69bcc1ef88cae6 (patch) | |
tree | 3a7b01120eea55a9fb89e82781bb15fa1d61c2da /irc | |
parent | a0a2af0c98ed9cc14ff34c285860844c60247dc2 (diff) | |
download | ports-97a797b71f05f2b87e4bf0a0ae69bcc1ef88cae6.tar.gz ports-97a797b71f05f2b87e4bf0a0ae69bcc1ef88cae6.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ngircd/Makefile | 24 | ||||
-rw-r--r-- | irc/ngircd/distinfo | 4 | ||||
-rw-r--r-- | irc/ngircd/pkg-plist | 3 |
3 files changed, 15 insertions, 16 deletions
diff --git a/irc/ngircd/Makefile b/irc/ngircd/Makefile index 94bf7eccecbd..324e2ee24b16 100644 --- a/irc/ngircd/Makefile +++ b/irc/ngircd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ngircd -PORTVERSION= 20.3 +PORTVERSION= 21 PORTEPOCH= 1 CATEGORIES= irc ipv6 MASTER_SITES= ftp://ftp.berlios.de/pub/%SUBDIR%/ \ @@ -19,21 +19,17 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -MAN5= ngircd.conf.5 -MAN8= ngircd.8 - -OPTIONS_DEFINE=DOCS TCP_WRAPPERS SYSLOG ZLIB IPV6 OPENSSL GNUTLS IRCPLUS IDENT SNIFFER DEBUG +OPTIONS_DEFINE= DOCS TCP_WRAPPERS SYSLOG ZLIB IPV6 OPENSSL GNUTLS IRCPLUS IDENT SNIFFER DEBUG OPTIONS_DEFAULT=TCP_WRAPPERS SYSLOG ZLIB IPV6 IRCPLUS NO_OPTIONS_SORT=yes -TCP_WRAPPERS_DESC=Enable TCP wrappers support -SYSLOG_DESC=Enable syslog() support -ZLIB_DESC=Enable ZLIB compression -IRCPLUS_DESC=Enable IRC+ protocol -IDENT_DESC=Enable IDENT (AUTH) protocol support -SNIFFER_DESC=Enable IRC traffic sniffer -DEBUG_DESC=Show additional debug output - -NO_STAGE= yes +TCP_WRAPPERS_DESC= Enable TCP wrappers support +SYSLOG_DESC= Enable syslog() support +ZLIB_DESC= Enable ZLIB compression +IRCPLUS_DESC= Enable IRC+ protocol +IDENT_DESC= Enable IDENT (AUTH) protocol support +SNIFFER_DESC= Enable IRC traffic sniffer +DEBUG_DESC= Show additional debug output + .include <bsd.port.options.mk> .if exists(/usr/include/tcpd.h) && !defined(WITHOUT_TCP_WRAPPERS) diff --git a/irc/ngircd/distinfo b/irc/ngircd/distinfo index 4aa21ccb2ea4..8386cc5cd8ce 100644 --- a/irc/ngircd/distinfo +++ b/irc/ngircd/distinfo @@ -1,2 +1,2 @@ -SHA256 (ngircd-20.3.tar.gz) = 55d7c74c6df790b11a68c07f39836d581965087efb618d3e9a6bec855364c2f9 -SIZE (ngircd-20.3.tar.gz) = 479982 +SHA256 (ngircd-21.tar.gz) = 0edbd41304186e43f9d907a7017b40520cc90c2ce29b1339bdcd7622fffe19a0 +SIZE (ngircd-21.tar.gz) = 500668 diff --git a/irc/ngircd/pkg-plist b/irc/ngircd/pkg-plist index 8f49e3a42b30..f7beb6eb9ad2 100644 --- a/irc/ngircd/pkg-plist +++ b/irc/ngircd/pkg-plist @@ -1,9 +1,12 @@ etc/ngircd.conf.sample sbin/ngircd +man/man5/ngircd.conf.5.gz +man/man8/ngircd.8.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/Bopm.txt %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/Capabilities.txt +%%PORTDOCS%%%%DOCSDIR%%/Commands.txt %%PORTDOCS%%%%DOCSDIR%%/Contributing.txt %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/FAQ.txt |