From owner-svn-ports-head@freebsd.org Tue Jan 12 21:12:28 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A33D9A807E0; Tue, 12 Jan 2016 21:12:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B1791BBE; Tue, 12 Jan 2016 21:12:28 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0CLCRoH066693; Tue, 12 Jan 2016 21:12:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0CLCRbq066691; Tue, 12 Jan 2016 21:12:27 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201601122112.u0CLCRbq066691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 12 Jan 2016 21:12:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405916 - head/irc/ircproxy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2016 21:12:28 -0000 Author: amdmi3 Date: Tue Jan 12 21:12:27 2016 New Revision: 405916 URL: https://svnweb.freebsd.org/changeset/ports/405916 Log: - Fix fetch - Pass maintainership to submitter - Update pkg-descr - While here, also - Fix LICENSE and add LICENSE_FILE - Silence stripping - Fix WWW PR: 206164 Submitted by: portmaster@bsdforge.com Modified: head/irc/ircproxy/Makefile head/irc/ircproxy/pkg-descr Modified: head/irc/ircproxy/Makefile ============================================================================== --- head/irc/ircproxy/Makefile Tue Jan 12 21:10:22 2016 (r405915) +++ head/irc/ircproxy/Makefile Tue Jan 12 21:12:27 2016 (r405916) @@ -5,14 +5,13 @@ PORTNAME= ircproxy PORTVERSION= 1.3.6 PORTREVISION= 3 CATEGORIES= irc -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= http://BSDforge.com/projects/source/irc/ircproxy/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= IRC proxy/bouncer daemon -BROKEN= unfetchable - -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcares.so:${PORTSDIR}/dns/c-ares @@ -43,6 +42,6 @@ post-patch: s|EGROUP="users"|EGROUP="ircproxyd"|g' ${WRKSRC}/data/${PORTNAME}d.conf post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/imkpasswd ${STAGEDIR}${PREFIX}/bin/ircproxyd + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/imkpasswd ${STAGEDIR}${PREFIX}/bin/ircproxyd .include Modified: head/irc/ircproxy/pkg-descr ============================================================================== --- head/irc/ircproxy/pkg-descr Tue Jan 12 21:10:22 2016 (r405915) +++ head/irc/ircproxy/pkg-descr Tue Jan 12 21:12:27 2016 (r405916) @@ -1,3 +1,13 @@ -This is a port of ircproxy, it is an IRC proxy/bouncer. +ircproxy is an advanced multi-user IRC bouncer written in C with IPv6 and +SSL support. It can proxy simultaneous users at the same time to different +IRC servers. The IRC connection can stay connected to IRC when the IRC +client disconnects, the user can then later reattach to the same IRC +connection. -WWW: http://ircproxy.sourceforge.net +Private messages and channel activity can an be logged when no IRC clients +are attached. You can then see what you have been missing while you're +offline. It is also possible to attach multiple IRC clients on the same +IRC connection. This is useful if you want to be connected from home and +work at the same time without cloning. + +WWW: http://ircproxy.sourceforge.net/