diff options
author | koobs <koobs@FreeBSD.org> | 2014-12-26 22:58:24 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-12-26 22:58:24 +0800 |
commit | f8d8ebd0c2a01e99d8213e7ec4c25e4a1837b82e (patch) | |
tree | d8237840bbf68c73d5868cba2d455db492f44049 /irc/ngircd | |
parent | 303e664a649afa34a3d0897ebd3384ee62054181 (diff) | |
download | freebsd-ports-gnome-f8d8ebd0c2a01e99d8213e7ec4c25e4a1837b82e.tar.gz freebsd-ports-gnome-f8d8ebd0c2a01e99d8213e7ec4c25e4a1837b82e.tar.zst freebsd-ports-gnome-f8d8ebd0c2a01e99d8213e7ec4c25e4a1837b82e.zip |
irc/ngircd: Update to 22
- Update to 22
- Add LICENSE_FILE
- Whitespace align OPTIONS helpers
Changes:
* http://ngircd.barton.de/doc/ChangeLog
PR: 196282
Submitted by: kjetil at cckengine com
Diffstat (limited to 'irc/ngircd')
-rw-r--r-- | irc/ngircd/Makefile | 35 | ||||
-rw-r--r-- | irc/ngircd/distinfo | 4 |
2 files changed, 20 insertions, 19 deletions
diff --git a/irc/ngircd/Makefile b/irc/ngircd/Makefile index 888d876b96cd..5c994df619e8 100644 --- a/irc/ngircd/Makefile +++ b/irc/ngircd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ngircd -PORTVERSION= 21.1 +PORTVERSION= 22 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= irc ipv6 @@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Free open source daemon for Internet Relay Chat (IRC) LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:xz GNU_CONFIGURE= yes @@ -35,24 +36,24 @@ OPTIONS_RADIO= TLS OPTIONS_RADIO_TLS= GNUTLS OPENSSL OPTIONS_DEFAULT= ICONV IRCPLUS LIBWRAP OPENSSL SYSLOG ZLIB -DEBUG_CONFIGURE_EBABLE= debug -GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls -GNUTLS_CONFIGURE_WITH= gnutls -ICONV_USES= iconv -ICONV_CONFIGURE_WITH= iconv -IDENT_DESC= IDENT (AUTH) protocol support -IDENT_LIB_DEPENDS= libident.so:${PORTSDIR}/security/libident -INDENT_CONFIGURE_WITH= dent -IPV6_CONFIGURE_ENABLE= ipv6 -IRCPLUS_DESC= IRC+ protocol +DEBUG_CONFIGURE_EBABLE= debug +GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls +GNUTLS_CONFIGURE_WITH= gnutls +ICONV_USES= iconv +ICONV_CONFIGURE_WITH= iconv +IDENT_DESC= IDENT (AUTH) protocol support +IDENT_LIB_DEPENDS= libident.so:${PORTSDIR}/security/libident +INDENT_CONFIGURE_WITH= dent +IPV6_CONFIGURE_ENABLE= ipv6 +IRCPLUS_DESC= IRC+ protocol IRCPLUS_CONFIGURE_ENABLE= ircplus -LIBWRAP_CONFIGURE_WITH= tcp-wrappers -OPENSSL_USE= openssl=yes -OPENSSL_CONFIGURE_WITH= openssl -SNIFFER_DESC= IRC traffic sniffer +LIBWRAP_CONFIGURE_WITH= tcp-wrappers +OPENSSL_USE= openssl=yes +OPENSSL_CONFIGURE_WITH= openssl +SNIFFER_DESC= IRC traffic sniffer SNIFFER_CONFIGURE_ENABLE= sniffer -SYSLOG_CONFIGURE_WITH= syslog -ZLIB_CONFIGURE_WITH= zlib +SYSLOG_CONFIGURE_WITH= syslog +ZLIB_CONFIGURE_WITH= zlib post-patch: @${REINPLACE_CMD} -e \ diff --git a/irc/ngircd/distinfo b/irc/ngircd/distinfo index a0bce696efd1..ca58b62162ef 100644 --- a/irc/ngircd/distinfo +++ b/irc/ngircd/distinfo @@ -1,2 +1,2 @@ -SHA256 (ngircd-21.1.tar.xz) = b5b04f559bb533efc6821f2e62d83af8d196f7aa29a3710ff1e898d4e3c28a6f -SIZE (ngircd-21.1.tar.xz) = 339092 +SHA256 (ngircd-22.tar.xz) = a4c13e6a5f991d248412d550b4617484d7f977c786a0323f0301b4d4707a639e +SIZE (ngircd-22.tar.xz) = 340104 |