diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-07-26 15:28:49 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-07-26 15:28:49 +0000 |
commit | 81bf44a3f9e33fb490c37ad478ef984c035cc1b4 (patch) | |
tree | 01debeec1fed0b40d4559b09e8614fc0247ba8a9 /www/tomcat55/Makefile | |
parent | b7c7fc647c94cbc25e604254f28165bc7051e97a (diff) | |
download | FreeBSD-ports-81bf44a3f9e33fb490c37ad478ef984c035cc1b4.zip FreeBSD-ports-81bf44a3f9e33fb490c37ad478ef984c035cc1b4.tar.gz |
1. update www/jakarta-tomcat5 to 5.0.27
2. move the orignal config file to ${APP_HOME}/conf.orig, I think it would be helpful if the config files have been changed.
PR: ports/69617
Submitted by: maintainer
Diffstat (limited to 'www/tomcat55/Makefile')
-rw-r--r-- | www/tomcat55/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/tomcat55/Makefile b/www/tomcat55/Makefile index c94b260..9f6f17c 100644 --- a/www/tomcat55/Makefile +++ b/www/tomcat55/Makefile @@ -6,7 +6,7 @@ # PORTNAME= jakarta-tomcat -PORTVERSION= 5.0.25 +PORTVERSION= 5.0.27 CATEGORIES= www java MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} MASTER_SITE_SUBDIR= tomcat-5/v${PORTVERSION}/bin @@ -113,6 +113,10 @@ do-install: @${MKDIR} ${LOG_DIR} @${ECHO_CMD} " [ DONE ]" + @${ECHO_CMD} -n ">> Backing up configuration files..." + @${MV} ${APP_HOME}/conf ${APP_HOME}/conf.orig 2>/dev/null || true + @${ECHO_CMD} " [ DONE ]" + @${ECHO_CMD} -n ">> Copying files to destination directory..." @${CP} -R ${WRKSRC}/* ${APP_HOME} @${CP} ${WRKDIR}/server.xml ${APP_HOME}/conf/ |