- Set JAVA_VERSION to 1.4 1.5 instead of 1.4+, because the program doesn't run with Java 6
- Bump PORTREVISION
This commit is contained in:
parent
0e1b5be710
commit
1a1b4d6628
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229970
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
PORTNAME= apache-forrest
|
||||
PORTVERSION= 0.8
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= www java
|
||||
MASTER_SITES= ${MASTER_SITE_APACHE} \
|
||||
http://mirror.tomato.it/apache/forrest/ \
|
||||
|
@ -20,7 +20,7 @@ MAINTAINER= nivit@FreeBSD.org
|
|||
COMMENT= A tool for rapid development of small sites
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.4+
|
||||
JAVA_VERSION= 1.4 1.5
|
||||
|
||||
REPLACE_FILES= ${WRKSRC}/bin/forrest ${WRKSRC}/tools/ant/bin/ant
|
||||
|
||||
|
|
Loading…
Reference in a new issue