mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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)
This commit is contained in:
parent
6b1c2ea085
commit
e126480f09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372251
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user