Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2003 15:35:24 +0200 (CEST)
From:      herve.quiroz@esil.univ-mrs.fr
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   java/56490: Update port: java/jakarta-log4j
Message-ID:  <200309051335.h85DZOoX065087@puget.esil.univ-mrs.fr>
Resent-Message-ID: <200309051350.h85DoDBD074358@freefall.freebsd.org>

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

>Number:         56490
>Category:       java
>Synopsis:       Update port: java/jakarta-log4j
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-java
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 05 06:50:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Herve Quiroz
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD puget.esil.univ-mrs.fr 5.1-RELEASE FreeBSD 5.1-RELEASE #3: Wed Jun 25 21:08:32 CEST 2003 root@puget.esil.univ-mrs.fr:/usr/obj/usr/src/sys/ASSIMILATED i386


	
>Description:

Removed the DIST_SUBDIR statement.

Log4j has been the first port from the Jakarta series and back then I thought
it would be useful to put all distfiles from the Jakarta project in the same
subdirectory.  Now I don't think it is such a good idea. Furthermore, the ports
of other Jakarta projects do not use this scheme.

So here is a patch to fix it. I didn't bump the PORT_REVISION as there is no
point in updating the port if already installed.

Herve

>How-To-Repeat:
	
>Fix:

diff -ur jakarta-log4j.original/Makefile jakarta-log4j/Makefile
--- jakarta-log4j.original/Makefile	Thu May  1 09:39:39 2003
+++ jakarta-log4j/Makefile	Thu Sep  4 21:20:26 2003
@@ -9,7 +9,6 @@
 PORTVERSION=	1.2.8
 CATEGORIES=	java
 MASTER_SITES=	http://jakarta.apache.org/log4j/
-DIST_SUBDIR=	jakarta
 
 MAINTAINER=	herve.quiroz@esil.univ-mrs.fr
 COMMENT=	Log4J, a fast and flexible logging library for Java
Only in jakarta-log4j: README.html
diff -ur jakarta-log4j.original/distinfo jakarta-log4j/distinfo
--- jakarta-log4j.original/distinfo	Thu May  1 09:39:39 2003
+++ jakarta-log4j/distinfo	Thu Sep  4 21:20:26 2003
@@ -1 +1 @@
-MD5 (jakarta/jakarta-log4j-1.2.8.tar.gz) = dfc8cd57a4f2b42177b14f147c9dab3d
+MD5 (jakarta-log4j-1.2.8.tar.gz) = dfc8cd57a4f2b42177b14f147c9dab3d
>Release-Note:
>Audit-Trail:
>Unformatted:



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