svn commit: r323432 - head/net/hornetq

John Marino marino at FreeBSD.org
Mon Jul 22 06:55:35 UTC 2013


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 at sendmail.cz
+MAINTAINER=	ports at 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
 


More information about the svn-ports-all mailing list