upgrade to 4.0.2

PR:		39028
Submitted by:	maintainer
This commit is contained in:
Ying-Chieh Liao 2002-06-08 19:13:34 +00:00
parent f11ee1b704
commit 3fcb40579f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60898
4 changed files with 643 additions and 206 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= jetty
PORTVERSION= 3.1.4
PORTVERSION= 4.0.2
CATEGORIES= www java
MASTER_SITES= http://download.sourceforge.net/jetty/ \
ftp://jetty.mortbay.com/pub/
@ -24,12 +24,12 @@ NO_BUILD= yes
PLIST_SUB= JETTY_VERSION=${PORTVERSION}
post-extract:
find ${WRKSRC} -name CVS -delete
find ${WRKSRC} -name .cvsignore -delete
${FIND} ${WRKSRC} -name CVS -delete
${FIND} ${WRKSRC} -name .cvsignore -delete
do-install:
@${MKDIR} ${PREFIX}/share/java/${PORTNAME}-${PORTVERSION}
@(cd ${WRKSRC} && ${TAR} -c -f - [^src]* ) \
@(cd ${WRKSRC} && ${TAR} -c --exclude 'src/*' --exclude 'src1.4/*' -f - ./ ) \
| (cd ${PREFIX}/share/java/${PORTNAME}-${PORTVERSION} && ${TAR} --unlink -x -f -)
post-install:

View File

@ -1 +1 @@
MD5 (Jetty-3.1.4.tgz) = 5a428804dc5f4e5e1648dc820f956896
MD5 (Jetty-4.0.2.tgz) = 81b32e2e788c4f5a10496cc6b70a6c78

View File

@ -13,7 +13,7 @@
- Running the Demo :
$JETTY_HOME/bin/jetty.sh run
$JETTY_HOME/bin/jetty.sh demo
Use a browser to access the Jetty demo site at :

File diff suppressed because it is too large Load Diff