From owner-svn-ports-head@FreeBSD.ORG Fri Feb 21 13:37:32 2014 Return-Path: Delivered-To: svn-ports-head@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 ESMTPS id 98299D7F; Fri, 21 Feb 2014 13:37:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 138B41D91; Fri, 21 Feb 2014 13:37:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1LDbVNl066339; Fri, 21 Feb 2014 13:37:31 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1LDbTwk066324; Fri, 21 Feb 2014 13:37:29 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402211337.s1LDbTwk066324@svn.freebsd.org> From: Emanuel Haupt Date: Fri, 21 Feb 2014 13:37:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345413 - in head/irc: charybdis darkbot iroffer iroffer-lamm quirc rbot ruby-rica slirc tircproxy xchat-fish xchat-mircryption xchat-ruby 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.17 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: Fri, 21 Feb 2014 13:37:32 -0000 Author: ehaupt Date: Fri Feb 21 13:37:29 2014 New Revision: 345413 URL: http://svnweb.freebsd.org/changeset/ports/345413 QAT: https://qat.redports.org/buildarchive/r345413/ Log: Remove trailing whitespaces from category irc Modified: head/irc/charybdis/Makefile head/irc/darkbot/Makefile head/irc/iroffer-lamm/Makefile head/irc/iroffer/Makefile head/irc/quirc/Makefile head/irc/rbot/Makefile head/irc/ruby-rica/Makefile head/irc/slirc/Makefile head/irc/tircproxy/Makefile head/irc/xchat-fish/Makefile head/irc/xchat-mircryption/Makefile head/irc/xchat-ruby/Makefile Modified: head/irc/charybdis/Makefile ============================================================================== --- head/irc/charybdis/Makefile Fri Feb 21 13:37:15 2014 (r345412) +++ head/irc/charybdis/Makefile Fri Feb 21 13:37:29 2014 (r345413) @@ -37,7 +37,7 @@ CONFIGURE_ARGS= --with-confdir=${ETCDIR} --with-moduledir=${DATADIR}/modules \ --enable-kqueue -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include Modified: head/irc/darkbot/Makefile ============================================================================== --- head/irc/darkbot/Makefile Fri Feb 21 13:37:15 2014 (r345412) +++ head/irc/darkbot/Makefile Fri Feb 21 13:37:29 2014 (r345413) @@ -19,7 +19,7 @@ PORTDOCS= README PLIST_FILES= bin/darkbot %%ETCDIR%%/logs/.pkgcreate man/man1/darkbot.1.gz PLIST_DIRSTRY= %%ETCDIR%%/logs/ %%ETCDIR%%/dat/ %%ETCDIR%% -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include Modified: head/irc/iroffer-lamm/Makefile ============================================================================== --- head/irc/iroffer-lamm/Makefile Fri Feb 21 13:37:15 2014 (r345412) +++ head/irc/iroffer-lamm/Makefile Fri Feb 21 13:37:29 2014 (r345413) @@ -18,7 +18,7 @@ CONFLICTS= iroffer-1.* iroffer-dinoex-3. HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= DOCS EXAMPLES .include Modified: head/irc/iroffer/Makefile ============================================================================== --- head/irc/iroffer/Makefile Fri Feb 21 13:37:15 2014 (r345412) +++ head/irc/iroffer/Makefile Fri Feb 21 13:37:29 2014 (r345413) @@ -18,7 +18,7 @@ CONFLICTS= iroffer-lamm-1.* iroffer-dino HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= DOCS EXAMPLES .include Modified: head/irc/quirc/Makefile ============================================================================== --- head/irc/quirc/Makefile Fri Feb 21 13:37:15 2014 (r345412) +++ head/irc/quirc/Makefile Fri Feb 21 13:37:29 2014 (r345413) @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:l MAINTAINER= ports@FreeBSD.org COMMENT= Tcl/Tk IRC client for the X Window System -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS USES= tk USE_XORG= xt Modified: head/irc/rbot/Makefile ============================================================================== --- head/irc/rbot/Makefile Fri Feb 21 13:37:15 2014 (r345412) +++ head/irc/rbot/Makefile Fri Feb 21 13:37:29 2014 (r345413) @@ -23,7 +23,7 @@ SUB_FILES= pkg-message PORTDOCS= REQUIREMENTS ChangeLog -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include Modified: head/irc/ruby-rica/Makefile ============================================================================== --- head/irc/ruby-rica/Makefile Fri Feb 21 13:37:15 2014 (r345412) +++ head/irc/ruby-rica/Makefile Fri Feb 21 13:37:29 2014 (r345413) @@ -26,7 +26,7 @@ MODULES= rica.rb \ DOCS= CHANGES README classes_and_methods.txt event.lst *.png EXAMPLES= erica.* ricaco.rb rica-example.rb -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= DOCS EXAMPLES .include Modified: head/irc/slirc/Makefile ============================================================================== --- head/irc/slirc/Makefile Fri Feb 21 13:37:15 2014 (r345412) +++ head/irc/slirc/Makefile Fri Feb 21 13:37:29 2014 (r345413) @@ -46,7 +46,7 @@ NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s,/usr/local,${LOCALBASE}," ${WRKSRC}/Makefile ${WRKSRC}/scripts/init.sl -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include post-install: Modified: head/irc/tircproxy/Makefile ============================================================================== --- head/irc/tircproxy/Makefile Fri Feb 21 13:37:15 2014 (r345412) +++ head/irc/tircproxy/Makefile Fri Feb 21 13:37:29 2014 (r345413) @@ -13,7 +13,7 @@ COMMENT= IRC proxy server WRKSRC= ${WRKDIR}/tircproxy-0.4 GNU_CONFIGURE= YES -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include Modified: head/irc/xchat-fish/Makefile ============================================================================== --- head/irc/xchat-fish/Makefile Fri Feb 21 13:37:15 2014 (r345412) +++ head/irc/xchat-fish/Makefile Fri Feb 21 13:37:29 2014 (r345413) @@ -29,7 +29,7 @@ PLIST_FILES= lib/xchat/plugins/xfish.so PORTDOCS= FiSH-xchat.txt \ FiSH-xchat_History.txt -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include Modified: head/irc/xchat-mircryption/Makefile ============================================================================== --- head/irc/xchat-mircryption/Makefile Fri Feb 21 13:37:15 2014 (r345412) +++ head/irc/xchat-mircryption/Makefile Fri Feb 21 13:37:29 2014 (r345413) @@ -31,7 +31,7 @@ PLIST_FILES= lib/xchat/plugins/mircrypti PORTDOCS= README.txt PORTEXAMPLES= mcps_masterkey_on_start.pl -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= DOCS EXAMPLES .include Modified: head/irc/xchat-ruby/Makefile ============================================================================== --- head/irc/xchat-ruby/Makefile Fri Feb 21 13:37:15 2014 (r345412) +++ head/irc/xchat-ruby/Makefile Fri Feb 21 13:37:29 2014 (r345413) @@ -25,7 +25,7 @@ PLIST_FILES= lib/xchat/plugins/xchat-rub PORTDOCS= README ChangeLog PORTEXAMPLES= embedify.rb TimerSample.rb JFilter.rb JBanner.rb -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= DOCS EXAMPLES .include