diff options
author | marino <marino@FreeBSD.org> | 2014-11-07 17:57:50 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-11-07 17:57:50 +0800 |
commit | ca199399c2abf805ab8f857c67702cce8b7a3694 (patch) | |
tree | f6a35518960ba95ba0e95c135150ffa0367ac6c4 | |
parent | 1aec21de04c4f9591e65750ddb9a543fc3014459 (diff) | |
download | freebsd-ports-gnome-ca199399c2abf805ab8f857c67702cce8b7a3694.tar.gz freebsd-ports-gnome-ca199399c2abf805ab8f857c67702cce8b7a3694.tar.zst freebsd-ports-gnome-ca199399c2abf805ab8f857c67702cce8b7a3694.zip |
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)
-rw-r--r-- | www/paros/Makefile | 4 |
1 files 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 |