From e126480f09f6a79396f11b313e04fa231b6f4a9e Mon Sep 17 00:00:00 2001 From: John Marino Date: Fri, 7 Nov 2014 09:57:50 +0000 Subject: www/paros: Assume it works with java > 1.6 This port was originally set for 1.5, but a later commit acknowledged that it worked on 1.6 as well, but didn't say it was limited to 1.6. Let's assume this unmaintained port can run on java higher than 1.6 and rely on user feedback to tell us if this isn't a good assumption. (I don't know how to run-time test it myself) --- www/paros/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/paros/Makefile b/www/paros/Makefile index 9d083b4e9b64..274709fb6447 100644 --- a/www/paros/Makefile +++ b/www/paros/Makefile @@ -2,7 +2,7 @@ PORTNAME= paros PORTVERSION= 3.2.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www security java MASTER_SITES= SF/${PORTNAME}/Paros/Version%20${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-unix @@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_JAVA= yes JAVA_RUN= yes -JAVA_VERSION= 1.6 +JAVA_VERSION= 1.6+ NO_BUILD= yes USES= dos2unix zip -- cgit v1.2.3