The attached patch adds stage support for net-mgmt/vidalia. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->danilo I'll take it.
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> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!