ports/115680: [PATCH] www/tomcat: [FIX LAST COMMIT]
Tomas Verbaitis
tomasv at megalogika.lt
Tue Aug 21 11:40:02 UTC 2007
>Number: 115680
>Category: ports
>Synopsis: [PATCH] www/tomcat: [FIX LAST COMMIT]
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Aug 21 11:40:00 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Tomas Verbaitis
>Release: FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD pilvas.lan 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Wed Aug 15 18:07:14 EEST 2007
>Description:
- last commit changed functionality, but the old actions were still present. So, just remove the old line
Port maintainer (tomasv at megalogika.lt) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- tomcat-5.5.23_3.patch begins here ---
diff -u -ruN --exclude=CVS /usr/ports/www/tomcat/Makefile /usr/home/tomasv/ports/www/tomcat55/Makefile
--- /usr/ports/www/tomcat/Makefile 2007-08-21 14:29:44.000000000 +0300
+++ /usr/home/tomasv/ports/www/tomcat55/Makefile 2007-08-21 14:37:45.000000000 +0300
@@ -2,12 +2,12 @@
# Date created: Tue Aug 12 23:26:32 CST 2003
# Whom: Kang Liu <liukang at bjpu.edu.cn>
#
-# $FreeBSD: ports/www/tomcat55/Makefile,v 1.42 2007/08/20 08:56:50 miwi Exp $
+# $FreeBSD: ports/www/tomcat55/Makefile,v 1.41 2007/05/19 20:25:33 flz Exp $
#
PORTNAME= tomcat
PORTVERSION= 5.5.23
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www java
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= tomcat/tomcat-5/v${PORTVERSION}/bin
@@ -136,7 +136,6 @@
@${FIND} ${APP_HOME} -type d | while read a; do\
${CHMOD} 755 "$$a"; \
done
- @${CHMOD} 755 `${FIND} ${APP_HOME} -type d`
@${ECHO_MSG} " [ DONE ]"
post-install:
--- tomcat-5.5.23_3.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list