svn commit: r372251 - head/www/paros
John Marino
marino at FreeBSD.org
Fri Nov 7 09:57:51 UTC 2014
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
More information about the svn-ports-all
mailing list