From 5a52a082347653e46a7330eb60d51230c01183ef Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Tue, 26 Nov 2019 21:46:12 +0000 Subject: Clean up after java/openjdk6 and java/openjdk6-jre removal java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342 --- security/owasp-dependency-check/files/owasp-dependency-check.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'security/owasp-dependency-check/files/owasp-dependency-check.in') diff --git a/security/owasp-dependency-check/files/owasp-dependency-check.in b/security/owasp-dependency-check/files/owasp-dependency-check.in index 66fd4b7e32b1..319be4b91b23 100644 --- a/security/owasp-dependency-check/files/owasp-dependency-check.in +++ b/security/owasp-dependency-check/files/owasp-dependency-check.in @@ -10,8 +10,7 @@ # # `--cve*` arguments fix https://github.com/jeremylong/DependencyCheck/issues/1171 until the changed URLs # get released. -JAVA_VERSION="%%JAVA_VERSION%%" \ - "%%LOCALBASE%%/bin/java" \ +"%%LOCALBASE%%/bin/java" \ -Dbasedir="/var/cache/owasp-dependency-check" \ -jar "%%JAVAJARDIR%%/owasp-dependency-check-%%PORTVERSION%%-jar-with-dependencies.jar" \ --cveUrl12Base "https://nvd.nist.gov/feeds/xml/cve/1.2/nvdcve-%d.xml.gz" \ -- cgit v1.2.3