Update to 2.4.9
PR: 50350, 50388 Submitted by: Thomas Vogt <thomas.vogt@bsdunix.ch>
This commit is contained in:
parent
2222c5ce3f
commit
3fe2edf36a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78674
4 changed files with 470 additions and 450 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= jetty
|
||||
PORTVERSION= 4.2.5
|
||||
PORTVERSION= 4.2.9
|
||||
CATEGORIES= www java
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
ftp://jetty.mortbay.com/pub/
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (Jetty-4.2.5.tgz) = 577b6393ad930b9329bf6a3143232921
|
||||
MD5 (Jetty-4.2.9.tgz) = 41b4375f15e8e42bdef169a2e58d5dcd
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
|
||||
- The environment variable JETTY_HOME should be set to the
|
||||
installation directory. Typically :
|
||||
|
||||
|
||||
For shells like bash:
|
||||
JETTY_HOME=%%PREFIX%%/share/java/jetty-%%PORTVERSION%%
|
||||
export JETTY_HOME
|
||||
|
||||
For shells like (t)csh:
|
||||
setenv JETTY_HOME %%PREFIX%%/share/java/jetty-%%PORTVERSION%%
|
||||
|
||||
- The environment variable JAVA_HOME should be set to the
|
||||
Java installation directory. For instance :
|
||||
|
||||
For shells like bash:
|
||||
JAVA_HOME=%%PREFIX%%/jdk1.3.1
|
||||
export JAVA_HOME
|
||||
|
||||
For shells like (t)csh:
|
||||
setenv JAVA_HOME %%PREFIX%%/jdk1.3.1
|
||||
|
||||
- Running the Demo :
|
||||
|
||||
$JETTY_HOME/bin/jetty.sh demo
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue