Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Dec 2004 04:16:48 GMT
From:      Kang Liu <liukang@bjut.edu.cn>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/74697: [maintainer] use clean up pkg-plist in www/jakarta-tomcat3
Message-ID:  <200412050416.iB54GmDf092602@www.freebsd.org>
Resent-Message-ID: <200412050420.iB54KRCk045610@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         74697
>Category:       ports
>Synopsis:       [maintainer] use clean up pkg-plist in www/jakarta-tomcat3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 05 04:20:27 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kang Liu
>Release:        4.10 & 5.3
>Organization:
Beijing University of Technology
>Environment:
FreeBSD 4.10-RELEASE-p2 #79:
>Description:
pkg-plist in www/jakarta-tomcat3 contains manpages of tomcat3ctl, it should be removed.
In my patch:
1. USE MAN1 in Makefile instead of adding manpages in pkg-plist;
2. Bump PORTREVISION
>How-To-Repeat:
run portlint -C in www/jakarta-tomcat3
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/jakarta-tomcat3/Makefile,v
retrieving revision 1.45
diff -u -r1.45 Makefile
--- Makefile	4 Dec 2004 10:55:35 -0000	1.45
+++ Makefile	5 Dec 2004 04:02:18 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	jakarta-tomcat
 PORTVERSION=	3.3.2
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	www java
 MASTER_SITES=	${MASTER_SITE_APACHE_JAKARTA}
 MASTER_SITE_SUBDIR=	tomcat-3/v${PORTVERSION}/bin
@@ -15,6 +15,8 @@
 MAINTAINER=	liukang@bjut.edu.cn
 COMMENT=	Open-source Java web server by Apache, stable 3.x branch
 
+MAN1=		${CONTROL_SCRIPT_NAME}.1
+
 USE_JAVA=	YES
 JAVA_VERSION=	1.2+
 NO_BUILD=	YES
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/jakarta-tomcat3/pkg-plist,v
retrieving revision 1.15
diff -u -r1.15 pkg-plist
--- pkg-plist	17 Mar 2004 11:10:25 -0000	1.15
+++ pkg-plist	5 Dec 2004 04:02:18 -0000
@@ -123,9 +123,6 @@
 %%T%%/ant/tomcat-ant.jar
 %%T%%/LICENSE
 %%T%%/KEYS
-man/man1/tomcat3ctl.1
-share/nls/POSIX
-share/nls/en_US.US-ASCII
 @dirrm %%T%%/logs
 @dirrm %%T%%/doc/images
 @dirrm %%T%%/doc/appdev/sample/etc

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412050416.iB54GmDf092602>