Date: Tue, 8 Jun 2004 06:18:16 GMT From: Francisco Gómez Marín <francisco@gomezmarin.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/67699: [Maintainer Update] www/jetspeed version 1.5 & use of java 1.4 native Message-ID: <200406080618.i586IGj0052573@www.freebsd.org> Resent-Message-ID: <200406080620.i586KDep087689@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 67699 >Category: ports >Synopsis: [Maintainer Update] www/jetspeed version 1.5 & use of java 1.4 native >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jun 08 06:20:13 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Francisco Gómez Marín >Release: FreeBSD 4.10-STABLE >Organization: >Environment: FreeBSD skratch 4.10-STABLE FreeBSD 4.10-STABLE #0: Mon Jun 7 17:45:35 CEST 2004 :/usr/obj/usr/src/sys/HOME i386 >Description: Jetspeed update to 1.5 and now it uses Java 1.4 native. Thanks to steve at stevenwills.com to tell me to do so. >How-To-Repeat: >Fix: diff -ruN jetspeed/Makefile jetspeed-1.5/Makefile --- jetspeed/Makefile Fri Dec 19 22:54:12 2003 +++ jetspeed-1.5/Makefile Tue Jun 8 08:01:34 2004 @@ -2,26 +2,28 @@ # Date created: 30 July 2003 # Whom: francisco@gomezmarin.com # -# $FreeBSD: ports/www/jetspeed/Makefile,v 1.3 2003/12/19 21:54:12 glewis Exp $ +# $FreeBSD$ # PORTNAME= jetspeed -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} MASTER_SITE_SUBDIR=jetspeed/binaries -DISTNAME= ${PORTNAME}-${PORTVERSION}-b4-war +DISTNAME= ${PORTNAME}-${PORTVERSION}-war MAINTAINER= francisco@gomezmarin.com COMMENT= Jetspeed is an Open Source Portal, written in Java and XML -RUN_DEPENDS= ${LOCALBASE}/linux-sun-jdk1.4.2/bin/java:${PORTSDIR}/java/linux-sun-jdk14 \ - ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant \ +RUN_DEPENDS= ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant \ ${LOCALBASE}/bin/tomcat41ctl:${PORTSDIR}/www/jakarta-tomcat41 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-b4 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_ZIP= yes +USE_JAVA= yes +JAVA_VERSION= 1.4 + NO_BUILD= yes JAKARTA_HOME= ${LOCALBASE}/jakarta-tomcat4.1 diff -ruN jetspeed/distinfo jetspeed-1.5/distinfo --- jetspeed/distinfo Mon Sep 29 13:58:45 2003 +++ jetspeed-1.5/distinfo Sun Jun 6 02:26:29 2004 @@ -1 +1,2 @@ -MD5 (jetspeed-1.4-b4-war.zip) = 4f8c3dfe72b0ffdf0c4ca7855bc316a9 +MD5 (jetspeed-1.5-war.zip) = 3d319981f015ff0e9414bb6cab15cb35 +SIZE (jetspeed-1.5-war.zip) = 9279902 diff -ruN jetspeed/pkg-message jetspeed-1.5/pkg-message --- jetspeed/pkg-message Fri Dec 19 22:54:12 2003 +++ jetspeed-1.5/pkg-message Sun Jun 6 16:54:45 2004 @@ -1,5 +1,5 @@ Once everything is finally installed set the JAVA_HOME -variable to ${LOCALBASE}/linux-sun-jdk1.4.2 and run the Tomcat +variable to ${LOCALBASE}/jdk1.4.2 and run the Tomcat server. The JetSpeed portal war file is copied to ${LOCALBASE}/jakarta-tomcat4.1/webapps, where tomcat resides. diff -ruN jetspeed/pkg-plist jetspeed-1.5/pkg-plist --- jetspeed/pkg-plist Fri Dec 19 22:54:12 2003 +++ jetspeed-1.5/pkg-plist Tue Jun 8 07:59:28 2004 @@ -3,6 +3,8 @@ %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/NOTES +%%PORTDOCS%%%%DOCSDIR%%/project.xml +%%PORTDOCS%%%%DOCSDIR%%/FIXES.html %%PORTDOCS%%%%DOCSDIR%%/jetspeed.war %%PORTDOCS%%%%DOCSDIR%%/WARNING %%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406080618.i586IGj0052573>