aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-08-03 04:15:46 +0800
committerpav <pav@FreeBSD.org>2009-08-03 04:15:46 +0800
commit0f9e39ec5d8366d15957edf88c50545b4e2c08a5 (patch)
tree801d9dab428a9c891a3a42ff58bfe8512ded7d95 /www
parent6920c65fd5bcbacf9a75535a988e89eb15f41143 (diff)
downloadfreebsd-ports-gnome-0f9e39ec5d8366d15957edf88c50545b4e2c08a5.tar.gz
freebsd-ports-gnome-0f9e39ec5d8366d15957edf88c50545b4e2c08a5.tar.zst
freebsd-ports-gnome-0f9e39ec5d8366d15957edf88c50545b4e2c08a5.zip
- Chase tomcat6's change of installation prefix, bump portrevisions just in
case (untested) Reported by: pointyhat
Diffstat (limited to 'www')
-rw-r--r--www/pebble/Makefile5
-rw-r--r--www/red5/Makefile6
2 files changed, 6 insertions, 5 deletions
diff --git a/www/pebble/Makefile b/www/pebble/Makefile
index 9e685b7c349d..c3df2ff78d37 100644
--- a/www/pebble/Makefile
+++ b/www/pebble/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pebble
PORTVERSION= 2.3.2
+PORTREVISION= 1
CATEGORIES= www java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= pebble
@@ -16,13 +17,13 @@ COMMENT= Lightweight, open source, Java EE blogging tool
PATCH_DEPENDS= zip:${PORTSDIR}/archivers/zip \
unzip:${PORTSDIR}/archivers/unzip
-RUN_DEPENDS= ${LOCALBASE}/apache-tomcat6.0/bin/catalina.sh:${PORTSDIR}/www/tomcat6
+RUN_DEPENDS= ${LOCALBASE}/apache-tomcat-6.0/bin/catalina.sh:${PORTSDIR}/www/tomcat6
USE_ZIP= yes
NO_BUILD= yes
-WEBAPP_SUBDIR= apache-tomcat6.0/webapps
+WEBAPP_SUBDIR= apache-tomcat-6.0/webapps
WEBAPP_DIR= ${PREFIX}/${WEBAPP_SUBDIR}
PEBBLE_HOME?= /var/lib/${PORTNAME}
diff --git a/www/red5/Makefile b/www/red5/Makefile
index 000563eb4c76..6f4fccbd746a 100644
--- a/www/red5/Makefile
+++ b/www/red5/Makefile
@@ -7,7 +7,7 @@
PORTNAME= red5
PORTVERSION= 0.7.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www java
MASTER_SITES= http://www.nielsenaa.com/red5-installers/ \
http://www.red5.fr/release/0.7.0/war/
@@ -41,8 +41,8 @@ WEBAPPDIR= ${PREFIX}/apache-tomcat4.1/webapps
RUN_DEPENDS+= ${LOCALBASE}/tomcat5.5:${PORTSDIR}/www/tomcat55
WEBAPPDIR= ${PREFIX}/tomcat5.5/webapps
.elif defined(WITH_TOMCAT6)
-RUN_DEPENDS+= ${LOCALBASE}/apache-tomcat6.0:${PORTSDIR}/www/tomcat6
-WEBAPPDIR= ${PREFIX}/apache-tomcat6.0/webapps
+RUN_DEPENDS+= ${LOCALBASE}/apache-tomcat-6.0:${PORTSDIR}/www/tomcat6
+WEBAPPDIR= ${PREFIX}/apache-tomcat-6.0/webapps
.else
IGNORE= please select one version of Tomcat
.endif