Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Dec 2005 07:26:55 GMT
From:      Kang Liu <liukang@cn.freebsd.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/90913: [maintainer] Fix bad DISTFILES in www/jakarta-tomcat55
Message-ID:  <200512260726.jBQ7Qt03027482@www.freebsd.org>
Resent-Message-ID: <200512260730.jBQ7U32s000493@freefall.freebsd.org>

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

>Number:         90913
>Category:       ports
>Synopsis:       [maintainer] Fix bad DISTFILES in www/jakarta-tomcat55
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 26 07:30:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Kang Liu
>Release:        6.0
>Organization:
Beijing University of Technology
>Environment:
FreeBSD-6
>Description:
1. Fix bad DISTFILES in Makefile, we should also change the DISTFILES for jdk1.4
2. bump PORTREVISION

This problem is noticed by YAMAMOTO Takao takao at oakat.org

>How-To-Repeat:
build www/jakarta-tomcat55 with jdk14
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/jakarta-tomcat55/Makefile,v
retrieving revision 1.31
diff -u -r1.31 Makefile
--- Makefile	24 Dec 2005 03:43:37 -0000	1.31
+++ Makefile	26 Dec 2005 07:19:17 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	jakarta-tomcat
 PORTVERSION=	5.5.12
+PORTREVISION=	1
 CATEGORIES=	www java
 MASTER_SITES=	${MASTER_SITE_APACHE_JAKARTA}
 MASTER_SITE_SUBDIR=	tomcat-5/v${PORTVERSION}/bin
@@ -74,7 +75,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${JAVA_PORT_VERSION:C/^([0-9])\.([0-9])(.*)$/\1.\2/} == "1.4"
-DISTFILES+=	${PORTNAME}-${PORTVERSION}-compat.tar.gz
+DISTFILES+=	apache-tomcat-${PORTVERSION}-compat.tar.gz
 PLIST_SUB+=	JAVA14=""
 .else
 PLIST_SUB+=	JAVA14="@comment "

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



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