From owner-svn-ports-all@FreeBSD.ORG Tue Jan 28 10:58:02 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 31989A48; Tue, 28 Jan 2014 10:58:02 +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 1CD7C1076; Tue, 28 Jan 2014 10:58:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0SAw1DK027678; Tue, 28 Jan 2014 10:58:01 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0SAw15I027675; Tue, 28 Jan 2014 10:58:01 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401281058.s0SAw15I027675@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 28 Jan 2014 10:58:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341532 - in head/portuguese: aspell-pt_BR aspell-pt_PT 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: Tue, 28 Jan 2014 10:58:02 -0000 Author: bapt Date: Tue Jan 28 10:58:01 2014 New Revision: 341532 URL: http://svnweb.freebsd.org/changeset/ports/341532 QAT: https://qat.redports.org/buildarchive/r341532/ Log: Support stage Modified: head/portuguese/aspell-pt_BR/Makefile head/portuguese/aspell-pt_PT/Makefile Modified: head/portuguese/aspell-pt_BR/Makefile ============================================================================== --- head/portuguese/aspell-pt_BR/Makefile Tue Jan 28 10:42:26 2014 (r341531) +++ head/portuguese/aspell-pt_BR/Makefile Tue Jan 28 10:58:01 2014 (r341532) @@ -11,6 +11,5 @@ COMMENT= Aspell Brazilian Portuguese dic DICT= pt_BR -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include Modified: head/portuguese/aspell-pt_PT/Makefile ============================================================================== --- head/portuguese/aspell-pt_PT/Makefile Tue Jan 28 10:42:26 2014 (r341531) +++ head/portuguese/aspell-pt_PT/Makefile Tue Jan 28 10:58:01 2014 (r341532) @@ -13,6 +13,5 @@ COMMENT= Aspell Portuguese dictionary DICT= pt_PT -NO_STAGE= yes .include "${.CURDIR}/../../textproc/aspell/Makefile.inc" .include