diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-07-26 23:28:49 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-07-26 23:28:49 +0800 |
commit | 81bf44a3f9e33fb490c37ad478ef984c035cc1b4 (patch) | |
tree | 01debeec1fed0b40d4559b09e8614fc0247ba8a9 /www/tomcat7/Makefile | |
parent | b7c7fc647c94cbc25e604254f28165bc7051e97a (diff) | |
download | freebsd-ports-gnome-81bf44a3f9e33fb490c37ad478ef984c035cc1b4.tar.gz freebsd-ports-gnome-81bf44a3f9e33fb490c37ad478ef984c035cc1b4.tar.zst freebsd-ports-gnome-81bf44a3f9e33fb490c37ad478ef984c035cc1b4.zip |
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/tomcat7/Makefile')
-rw-r--r-- | www/tomcat7/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/tomcat7/Makefile b/www/tomcat7/Makefile index c94b2602b717..9f6f17c10bfb 100644 --- a/www/tomcat7/Makefile +++ b/www/tomcat7/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/ |