diff options
author | sada <sada@FreeBSD.org> | 2002-11-15 16:09:39 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2002-11-15 16:09:39 +0000 |
commit | cc5eef6c7baf3d8585ce4b28cb100297b182f578 (patch) | |
tree | acae9e180c845e6af0dd0ad80ed7636123d61a27 /www/jetty/Makefile | |
parent | da217e09d196d00f335978425e38a47325aa124d (diff) | |
download | FreeBSD-ports-cc5eef6c7baf3d8585ce4b28cb100297b182f578.zip FreeBSD-ports-cc5eef6c7baf3d8585ce4b28cb100297b182f578.tar.gz |
Upgrade to version 4.1.3
PR: ports/44501
Submitted by: maintainer
Diffstat (limited to 'www/jetty/Makefile')
-rw-r--r-- | www/jetty/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/www/jetty/Makefile b/www/jetty/Makefile index 85770fd..f8a4752 100644 --- a/www/jetty/Makefile +++ b/www/jetty/Makefile @@ -1,27 +1,25 @@ # New ports collection makefile for: Jetty # Date created: 28 August 2000 -# Whom: Stephane Legrand <stephane.legrand@bigfoot.com> +# Whom: Stephane Legrand <stephane@freebsd-fr.org> # # $FreeBSD$ # PORTNAME= jetty -PORTVERSION= 4.0.2 +PORTVERSION= 4.1.3 CATEGORIES= www java MASTER_SITES= http://download.sourceforge.net/jetty/ \ ftp://jetty.mortbay.com/pub/ DISTNAME= Jetty-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= stephane.legrand@bigfoot.com +MAINTAINER= stephane@freebsd-fr.org -RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper \ - ${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jdk13 +USE_JAVA= 1.3+ -JAVAVM?= ${LOCALBASE}/bin/javavm NO_BUILD= yes -PLIST_SUB= JETTY_VERSION=${PORTVERSION} +PLIST_SUB= JETTY_VERSION=${PORTVERSION} post-extract: ${FIND} ${WRKSRC} -name CVS -delete |