Bug 67699 - [Maintainer Update] www/jetspeed version 1.5 & use of java 1.4 native
Summary: [Maintainer Update] www/jetspeed version 1.5 & use of java 1.4 native
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-08 07:20 UTC by Francisco Gomez
Modified: 2004-06-14 22:46 UTC (History)
0 users

See Also:


Attachments
file.diff (360 bytes, patch)
2004-06-08 07:20 UTC, Francisco Gomez
no flags Details | Diff
file.diff (811 bytes, patch)
2004-06-08 07:20 UTC, Francisco Gomez
no flags Details | Diff
file.diff (445 bytes, patch)
2004-06-08 07:20 UTC, Francisco Gomez
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Francisco Gomez 2004-06-08 07:20:13 UTC
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.

Fix: 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
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-06-14 22:46:21 UTC
State Changed
From-To: open->closed

Committed, thanks!