From owner-svn-ports-all@FreeBSD.ORG Fri Feb 21 13:36:36 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54BBE69F; Fri, 21 Feb 2014 13:36:36 +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 26A571D80; Fri, 21 Feb 2014 13:36:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1LDaadV064483; Fri, 21 Feb 2014 13:36:36 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1LDaZGV064478; Fri, 21 Feb 2014 13:36:35 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402211336.s1LDaZGV064478@svn.freebsd.org> From: Emanuel Haupt Date: Fri, 21 Feb 2014 13:36:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345406 - in head/editors: hnb nano nano-devel ssed zoinks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2014 13:36:36 -0000 Author: ehaupt Date: Fri Feb 21 13:36:34 2014 New Revision: 345406 URL: http://svnweb.freebsd.org/changeset/ports/345406 QAT: https://qat.redports.org/buildarchive/r345406/ Log: Remove trailing whitespaces from category editors Modified: head/editors/hnb/Makefile head/editors/nano-devel/Makefile head/editors/nano/Makefile head/editors/ssed/Makefile head/editors/zoinks/Makefile Modified: head/editors/hnb/Makefile ============================================================================== --- head/editors/hnb/Makefile Fri Feb 21 13:36:29 2014 (r345405) +++ head/editors/hnb/Makefile Fri Feb 21 13:36:34 2014 (r345406) @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz PORTDOCS= * -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include Modified: head/editors/nano-devel/Makefile ============================================================================== --- head/editors/nano-devel/Makefile Fri Feb 21 13:36:29 2014 (r345405) +++ head/editors/nano-devel/Makefile Fri Feb 21 13:36:34 2014 (r345406) @@ -20,7 +20,7 @@ CONFIGURE_ARGS= --docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= DOCS NLS +OPTIONS_DEFINE= DOCS NLS .include Modified: head/editors/nano/Makefile ============================================================================== --- head/editors/nano/Makefile Fri Feb 21 13:36:29 2014 (r345405) +++ head/editors/nano/Makefile Fri Feb 21 13:36:34 2014 (r345406) @@ -21,7 +21,7 @@ CONFIGURE_ARGS= --docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= DOCS NLS +OPTIONS_DEFINE= DOCS NLS .include Modified: head/editors/ssed/Makefile ============================================================================== --- head/editors/ssed/Makefile Fri Feb 21 13:36:29 2014 (r345405) +++ head/editors/ssed/Makefile Fri Feb 21 13:36:34 2014 (r345406) @@ -14,7 +14,7 @@ COMMENT= Super-sed - a heavily enhanced GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=s -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= NLS .include Modified: head/editors/zoinks/Makefile ============================================================================== --- head/editors/zoinks/Makefile Fri Feb 21 13:36:29 2014 (r345405) +++ head/editors/zoinks/Makefile Fri Feb 21 13:36:34 2014 (r345406) @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes NO_STAGE= yes -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= NLS .include