aboutsummaryrefslogtreecommitdiff
path: root/security/owasp-dependency-check
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2019-11-26 21:46:12 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2019-11-26 21:46:12 +0000
commit5a52a082347653e46a7330eb60d51230c01183ef (patch)
tree175d5bf406b7321a3c965d241cd3f2b32e2c8ca1 /security/owasp-dependency-check
parentbb21effd9b960e4613fbf599abcde1f3e655d817 (diff)
downloadports-5a52a082347653e46a7330eb60d51230c01183ef.tar.gz
ports-5a52a082347653e46a7330eb60d51230c01183ef.zip
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
Notes
Notes: svn path=/head/; revision=518482
Diffstat (limited to 'security/owasp-dependency-check')
-rw-r--r--security/owasp-dependency-check/Makefile2
-rw-r--r--security/owasp-dependency-check/files/owasp-dependency-check.in3
2 files changed, 2 insertions, 3 deletions
diff --git a/security/owasp-dependency-check/Makefile b/security/owasp-dependency-check/Makefile
index f7a7854e997f..1e82aed44633 100644
--- a/security/owasp-dependency-check/Makefile
+++ b/security/owasp-dependency-check/Makefile
@@ -6,6 +6,7 @@
PORTNAME= owasp-dependency-check
PORTVERSION= 3.1.1
+PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= security java
MASTER_SITES= LOCAL/pi/:source2
@@ -23,7 +24,6 @@ GH_ACCOUNT= jeremylong
GH_PROJECT= DependencyCheck
USE_JAVA= yes
-JAVA_VERSION= 1.7+
NO_ARCH= yes
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" \