Bug 182905 - [MAINTAINER-UPDATE] Stage support for net-mgmt/vidalia
Summary: [MAINTAINER-UPDATE] Stage support for net-mgmt/vidalia
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-11 13:40 UTC by Fabian Keil
Modified: 2013-10-11 17:40 UTC (History)
0 users

See Also:


Attachments
file.txt (860 bytes, text/plain)
2013-10-11 13:40 UTC, Fabian Keil
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Keil 2013-10-11 13:40:00 UTC
The attached patch adds stage support for net-mgmt/vidalia.

Fix: Patch attached with submission follows:
Comment 1 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-10-11 15:18:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-11 17:34:43 UTC
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"
Comment 3 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-10-11 17:34:52 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!