diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-03-11 10:54:30 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-03-11 10:54:30 +0000 |
commit | 111ef8f8605d9ed35704c163c81abe0a159c1f07 (patch) | |
tree | 1641b2634cbc3c85202ccd372ba405ac9c60760e /www/jetspeed | |
parent | 98e4fbfcc8ee59a13b9a3eae061107e6b9ae7660 (diff) | |
download | ports-111ef8f8605d9ed35704c163c81abe0a159c1f07.tar.gz ports-111ef8f8605d9ed35704c163c81abe0a159c1f07.zip |
Notes
Diffstat (limited to 'www/jetspeed')
-rw-r--r-- | www/jetspeed/Makefile | 10 | ||||
-rw-r--r-- | www/jetspeed/distinfo | 6 | ||||
-rw-r--r-- | www/jetspeed/pkg-message | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/www/jetspeed/Makefile b/www/jetspeed/Makefile index 8747e0004840..71853ed81141 100644 --- a/www/jetspeed/Makefile +++ b/www/jetspeed/Makefile @@ -6,14 +6,14 @@ # PORTNAME= jetspeed -PORTVERSION= 1.5 +PORTVERSION= 1.6 PORTREVISION= 2 CATEGORIES= www java -MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} -MASTER_SITE_SUBDIR=jetspeed/binaries +MASTER_SITES= http://www.apache.org/dist/portals/jetspeed-1/ +#MASTER_SITE_SUBDIR=jetspeed/binaries DISTNAME= ${PORTNAME}-${PORTVERSION}-war -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wenheping@gmail.com COMMENT= Jetspeed is an Open Source Portal, written in Java and XML RUN_DEPENDS= ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant \ @@ -22,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant \ WRKSRC= ${WRKDIR}/${DISTNAME:C/-war//} USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.4 +JAVA_VERSION= 1.4+ NO_BUILD= yes diff --git a/www/jetspeed/distinfo b/www/jetspeed/distinfo index 83a5b4c06931..38bcc0346715 100644 --- a/www/jetspeed/distinfo +++ b/www/jetspeed/distinfo @@ -1,3 +1,3 @@ -MD5 (jetspeed-1.5-war.zip) = 3d319981f015ff0e9414bb6cab15cb35 -SHA256 (jetspeed-1.5-war.zip) = f2760246ab45fd251cea669ba53f146c3318a238c59b3041f5d3519988ba5d77 -SIZE (jetspeed-1.5-war.zip) = 9279902 +MD5 (jetspeed-1.6-war.zip) = e8bc0b10706fbd0bacc9288cb993426d +SHA256 (jetspeed-1.6-war.zip) = 1875bfdadf3f09820dbcf516de72d81c4121fe10fc653fb26989b15fbbb9ef05 +SIZE (jetspeed-1.6-war.zip) = 13191543 diff --git a/www/jetspeed/pkg-message b/www/jetspeed/pkg-message index c97da8db798a..29497e61194f 100644 --- a/www/jetspeed/pkg-message +++ b/www/jetspeed/pkg-message @@ -1,5 +1,5 @@ Once everything is finally installed set the JAVA_HOME -variable to ${LOCALBASE}/jdk1.4.2 and run the Tomcat +variable to ${LOCALBASE}/jdk and run the Tomcat server. The JetSpeed portal war file is copied to ${LOCALBASE}/apache-tomcat4.1/webapps, where tomcat resides. |