Date: Mon, 22 Jul 2013 06:55:34 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323432 - head/net/hornetq Message-ID: <201307220655.r6M6tYRM056643@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307220655.r6M6tYRM056643>