From owner-svn-ports-all@FreeBSD.ORG Mon Jul 22 06:55:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ECC04F58; Mon, 22 Jul 2013 06:55:34 +0000 (UTC) (envelope-from marino@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 DEA7824AE; Mon, 22 Jul 2013 06:55:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6M6tYan056644; Mon, 22 Jul 2013 06:55:34 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6M6tYRM056643; Mon, 22 Jul 2013 06:55:34 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201307220655.r6M6tYRM056643@svn.freebsd.org> From: John Marino Date: Mon, 22 Jul 2013 06:55:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323432 - head/net/hornetq 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.14 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: Mon, 22 Jul 2013 06:55:35 -0000 Author: marino Date: Mon Jul 22 06:55:34 2013 New Revision: 323432 URL: http://svnweb.freebsd.org/changeset/ports/323432 Log: net/hornetq: Mark BROKEN, builds outside $WRKDIR The port downloads to $HOME directory, violating the rule to constrain the build to the $WRKDIR. Reset maintainership per maintainer request. PR: ports/178529 submitted by: marino Approved by: bapt (mentor), former maintainer Modified: head/net/hornetq/Makefile Modified: head/net/hornetq/Makefile ============================================================================== --- head/net/hornetq/Makefile Mon Jul 22 06:51:24 2013 (r323431) +++ head/net/hornetq/Makefile Mon Jul 22 06:55:34 2013 (r323432) @@ -8,7 +8,7 @@ CATEGORIES= net java #MASTER_SITES= http://downloads.jboss.org/hornetq/ #DISTNAME= ${PORTNAME}-${PORTVERSION}.Final -MAINTAINER= hsn@sendmail.cz +MAINTAINER= ports@FreeBSD.org COMMENT= Multi-protocol asynchronous messaging system LICENSE= LGPL21 @@ -16,6 +16,7 @@ LICENSE= LGPL21 BUILD_DEPENDS= ${MAVEN3}:${PORTSDIR}/devel/maven3 \ ant:${PORTSDIR}/devel/apache-ant +BROKEN= Uses home directory during build (PR ports/178529) PORTDOCS= quickstart-guide api rest-api user-manual \ rest-interface-manual README.html