Date: Fri, 7 Nov 2014 09:57:51 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372251 - head/www/paros Message-ID: <201411070957.sA79vp3e033909@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Nov 7 09:57:50 2014 New Revision: 372251 URL: https://svnweb.freebsd.org/changeset/ports/372251 QAT: https://qat.redports.org/buildarchive/r372251/ Log: 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) Modified: head/www/paros/Makefile Modified: head/www/paros/Makefile ============================================================================== --- head/www/paros/Makefile Fri Nov 7 09:55:22 2014 (r372250) +++ head/www/paros/Makefile Fri Nov 7 09:57:50 2014 (r372251) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411070957.sA79vp3e033909>