ports/110192: update www/tomcat55 to 5.5.23

Tomas Verbaitis tomasv at megalogika.lt
Sun Mar 11 16:30:15 UTC 2007


>Number:         110192
>Category:       ports
>Synopsis:       update www/tomcat55 to 5.5.23
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 11 16:30:12 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Tomas Verbaitis
>Release:        7-CURRENT
>Organization:
Megalogika Ltd
>Environment:
FreeBSD pilvas.lan 7.0-CURRENT FreeBSD 7.0-CURRENT #25: Sat Mar 10 16:25:55 EET 2007     tomasv at pilvas.lan:/usr/obj/usr/src/sys/PILVAS  i386

>Description:
* update www/tomcat55 to 5.5.23
* take maintainership
>How-To-Repeat:

>Fix:
diff -u -ruN --exclude=CVS /usr/ports/www/tomcat/Makefile /usr/home/tomasv/ports/www/tomcat55/Makefile
--- /usr/ports/www/tomcat/Makefile      Wed Nov  1 14:06:01 2006
+++ /usr/home/tomasv/ports/www/tomcat55/Makefile        Sun Mar 11 18:24:18 2007
@@ -6,13 +6,13 @@
 #
 
 PORTNAME=      tomcat
-PORTVERSION=   5.5.20
+PORTVERSION=   5.5.23
 CATEGORIES=    www java
 MASTER_SITES=  ${MASTER_SITE_APACHE}
 MASTER_SITE_SUBDIR=    tomcat/tomcat-5/v${PORTVERSION}/bin
 DISTFILES=     apache-tomcat-${PORTVERSION}.tar.gz
 
-MAINTAINER=    ports at FreeBSD.org
+MAINTAINER=    tomasv at megalogika.lt
 COMMENT=       Open-source Java web server by Apache, 5.5.x branch
 
 USE_JAVA=      yes
diff -u -ruN --exclude=CVS /usr/ports/www/tomcat/distinfo /usr/home/tomasv/ports/www/tomcat55/distinfo
--- /usr/ports/www/tomcat/distinfo      Wed Oct 18 17:07:13 2006
+++ /usr/home/tomasv/ports/www/tomcat55/distinfo        Sun Mar 11 18:20:22 2007
@@ -1,6 +1,3 @@
-SIZE (apache-tomcat-5.5.20.tar.gz) = 5949295
-MD5 (apache-tomcat-5.5.20.tar.gz) = 2efa171cddb9f85ed19ef6f21b2c7d31
-SHA256 (apache-tomcat-5.5.20.tar.gz) = 272be39f7414878ce5b5d27c7c2b812fe2c1e679bd04a5b89fb863a1a304c7fa
-SIZE (apache-tomcat-5.5.20-compat.tar.gz) = 1624224
-MD5 (apache-tomcat-5.5.20-compat.tar.gz) = 9afe29117c5eca667d72bb847416153e
-SHA256 (apache-tomcat-5.5.20-compat.tar.gz) = 9fc5003b3a54c90449a3010e72ccafed778427df976ef2121985ca270b088e13
+MD5 (apache-tomcat-5.5.23.tar.gz) = 7a4cc2e00c7d2c9d9c4437ede337f832
+SHA256 (apache-tomcat-5.5.23.tar.gz) = 2948a0d6da10ff3760d58a4c73857424cfcdf7ce267ca030d94efaad11b59f81
+SIZE (apache-tomcat-5.5.23.tar.gz) = 5977561
diff -u -ruN --exclude=CVS /usr/ports/www/tomcat/files/tomcat55.sh.in /usr/home/tomasv/ports/www/tomcat55/files/tomcat55.sh.in
--- /usr/ports/www/tomcat/files/tomcat55.sh.in  Wed Oct  4 16:13:57 2006
+++ /usr/home/tomasv/ports/www/tomcat55/files/tomcat55.sh.in    Sun Mar 11 18:26:26 2007
@@ -109,7 +109,7 @@
 if [ -f $pidfile ]; then
   read rc_pid junk < $pidfile
   if [ ! -z "$rc_pid" ]; then
-    procname=`ps -o ucomm= $rc_pid`
+    procname=`ps -o ucomm= -p $rc_pid`
   fi
 fi
 

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list