ports/90913: [maintainer] Fix bad DISTFILES in www/jakarta-tomcat55
Kang Liu
liukang at cn.freebsd.org
Mon Dec 26 07:30:05 UTC 2005
>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:
More information about the freebsd-ports-bugs
mailing list