Date: Fri, 8 May 2015 10:44:47 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385757 - head/security/burpsuite Message-ID: <201505081044.t48AilHb083854@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri May 8 10:44:47 2015 New Revision: 385757 URL: https://svnweb.freebsd.org/changeset/ports/385757 Log: Is_INTERACTIVE should not be used. With hat: portmgr Sponsored by: Absolight Modified: head/security/burpsuite/Makefile Modified: head/security/burpsuite/Makefile ============================================================================== --- head/security/burpsuite/Makefile Fri May 8 10:44:34 2015 (r385756) +++ head/security/burpsuite/Makefile Fri May 8 10:44:47 2015 (r385757) @@ -17,7 +17,8 @@ NO_BUILD= yes JAVA_VERSION= 1.7 JAVA_VENDOR= openjdk WRKSRC= ${WRKDIR}/${DISTNAME} -IS_INTERACTIVE= yes + +BROKEN= is interactive PLIST_FILES= bin/${PORTNAME} \ %%JAVAJARDIR%%/${DISTNAME}.jar
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505081044.t48AilHb083854>