Date: Fri, 30 Jun 2000 12:10:11 +0200 (CEST) From: Palle Girgensohn <girgen@partitur.se> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/19599: www/apache-jserv: update to 1.1.2 Message-ID: <200006301010.MAA85914@stordatan.palle.se>
next in thread | raw e-mail | index | archive | help
>Number: 19599 >Category: ports >Synopsis: www/apache-jserv: update to 1.1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 30 03:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.0-STABLE i386 >Organization: Partitur >Environment: fresh ports tree, freebsd-4.0-stable, jdk-1.1.8 >Description: Here's a trivial patch to update the apache-jserv to the latest version. I've set it up to use the new javawrapper port. >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/apache-jserv/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 2000/05/29 03:24:52 1.7 +++ Makefile 2000/06/29 12:10:48 @@ -6,22 +6,23 @@ # PORTNAME= apache-jserv -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= www java MASTER_SITES= http://java.apache.org/jserv/dist/ -DISTNAME= ApacheJServ-1.1.1 +DISTNAME= ApacheJServ-${PORTVERSION} MAINTAINER= greg@greg.rim.or.jp BUILD_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/javac:${PORTSDIR}/java/jdk\ ${LOCALBASE}/sbin/apachectl:${PORTSDIR}/www/apache13\ ${LOCALBASE}/share/java/classes/jsdk.jar:${PORTSDIR}/java/jsdk -RUN_DEPENDS= ${LOCALBASE}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk\ +RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper\ ${LOCALBASE}/sbin/apachectl:${PORTSDIR}/www/apache13\ ${LOCALBASE}/share/java/classes/jsdk.jar:${PORTSDIR}/java/jsdk USE_LIBTOOL= yes USE_GMAKE= yes +JAVAVM?= ${LOCALBASE}/bin/javavm CONFIGURE_ENV= MAKE=${LOCALBASE}/bin/${GMAKE} CONFIGURE_ARGS= --prefix=${PREFIX}\ --libexecdir=${LOCALBASE}/libexec/apache\ Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/www/apache-jserv/files/md5,v retrieving revision 1.3 diff -u -r1.3 md5 --- files/md5 2000/05/29 03:24:56 1.3 +++ files/md5 2000/06/21 22:26:00 @@ -1 +1 @@ -MD5 (ApacheJServ-1.1.1.tar.gz) = 24c01699784948d5a2ec4804aad7a3ab +MD5 (ApacheJServ-1.1.2.tar.gz) = 6d48a1b9fcc5eea4dfebaae29ba5a485 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006301010.MAA85914>