From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 8 14:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B1087B55 for ; Fri, 8 Nov 2013 14:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D0512C2B for ; Fri, 8 Nov 2013 14:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rA8EK1ng077843 for ; Fri, 8 Nov 2013 14:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rA8EK1jf077842; Fri, 8 Nov 2013 14:20:01 GMT (envelope-from gnats) Date: Fri, 8 Nov 2013 14:20:01 GMT Message-Id: <201311081420.rA8EK1jf077842@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/183758: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Nov 2013 14:20:01 -0000 The following reply was made to PR ports/183758; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/183758: commit references a PR Date: Fri, 8 Nov 2013 14:18:04 +0000 (UTC) Author: wg Date: Fri Nov 8 14:17:56 2013 New Revision: 333229 URL: http://svnweb.freebsd.org/changeset/ports/333229 Log: irc/ngircd: update to 21 - Update to 21 [1] - Allow staging - Indent options descriptions PR: ports/183758 Submitted by: Kjetil Rustad Modified: head/irc/ngircd/Makefile head/irc/ngircd/distinfo head/irc/ngircd/pkg-plist Modified: head/irc/ngircd/Makefile ============================================================================== --- head/irc/ngircd/Makefile Fri Nov 8 14:17:26 2013 (r333228) +++ head/irc/ngircd/Makefile Fri Nov 8 14:17:56 2013 (r333229) @@ -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 +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 .include .if exists(/usr/include/tcpd.h) && !defined(WITHOUT_TCP_WRAPPERS) Modified: head/irc/ngircd/distinfo ============================================================================== --- head/irc/ngircd/distinfo Fri Nov 8 14:17:26 2013 (r333228) +++ head/irc/ngircd/distinfo Fri Nov 8 14:17:56 2013 (r333229) @@ -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 Modified: head/irc/ngircd/pkg-plist ============================================================================== --- head/irc/ngircd/pkg-plist Fri Nov 8 14:17:26 2013 (r333228) +++ head/irc/ngircd/pkg-plist Fri Nov 8 14:17:56 2013 (r333229) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"