From owner-svn-ports-head@FreeBSD.ORG  Fri Oct 11 16:34:36 2013
Return-Path: <owner-svn-ports-head@FreeBSD.ORG>
Delivered-To: svn-ports-head@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 ESMTP id 8940446B;
 Fri, 11 Oct 2013 16:34:36 +0000 (UTC)
 (envelope-from danilo@FreeBSD.org)
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 76B8F21D2;
 Fri, 11 Oct 2013 16:34:36 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9BGYaKn074793;
 Fri, 11 Oct 2013 16:34:36 GMT (envelope-from danilo@svn.freebsd.org)
Received: (from danilo@localhost)
 by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9BGYauh074792;
 Fri, 11 Oct 2013 16:34:36 GMT (envelope-from danilo@svn.freebsd.org)
Message-Id: <201310111634.r9BGYauh074792@svn.freebsd.org>
From: Danilo Egea Gondolfo <danilo@FreeBSD.org>
Date: Fri, 11 Oct 2013 16:34:36 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r330089 - head/net-mgmt/vidalia
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.14
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head>
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 11 Oct 2013 16:34:36 -0000

Author: danilo
Date: Fri Oct 11 16:34:35 2013
New Revision: 330089
URL: http://svnweb.freebsd.org/changeset/ports/330089

Log:
  - Add stage support
  
  PR:		ports/182905
  Submitted by:	Fabian Keil <fk@fabiankeil.de> (maintainer)
  Approved by:	wg/culot (mentors, implicit)

Modified:
  head/net-mgmt/vidalia/Makefile

Modified: head/net-mgmt/vidalia/Makefile
==============================================================================
--- head/net-mgmt/vidalia/Makefile	Fri Oct 11 16:25:50 2013	(r330088)
+++ head/net-mgmt/vidalia/Makefile	Fri Oct 11 16:34:35 2013	(r330089)
@@ -17,5 +17,4 @@ USES=		cmake
 INSTALLS_ICONS=	yes
 USE_QT4=	gui moc_build qmake_build rcc_build uic_build network xml linguist_build
 
-NO_STAGE=	yes
 .include <bsd.port.mk>