From rv@puget.esil.univ-mrs.fr  Fri Sep  5 06:45:43 2003
Return-Path: <rv@puget.esil.univ-mrs.fr>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1D51116A4BF
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  5 Sep 2003 06:45:43 -0700 (PDT)
Received: from puget.esil.univ-mrs.fr (puget.esil.univ-mrs.fr [139.124.41.103])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DCA5343FEA
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  5 Sep 2003 06:45:41 -0700 (PDT)
	(envelope-from rv@puget.esil.univ-mrs.fr)
Received: from puget.esil.univ-mrs.fr (localhost.esil.univ-mrs.fr [127.0.0.1])
	by puget.esil.univ-mrs.fr (8.12.9/8.12.6) with ESMTP id h85DZP6n065088
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 5 Sep 2003 15:35:25 +0200 (CEST)
	(envelope-from rv@puget.esil.univ-mrs.fr)
Received: (from rv@localhost)
	by puget.esil.univ-mrs.fr (8.12.9/8.12.6/Submit) id h85DZOoX065087;
	Fri, 5 Sep 2003 15:35:24 +0200 (CEST)
Message-Id: <200309051335.h85DZOoX065087@puget.esil.univ-mrs.fr>
Date: Fri, 5 Sep 2003 15:35:24 +0200 (CEST)
From: herve.quiroz@esil.univ-mrs.fr
Reply-To: herve.quiroz@esil.univ-mrs.fr
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: java/jakarta-log4j
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56490
>Category:       java
>Synopsis:       Update port: java/jakarta-log4j
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    znerd
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 05 06:50:13 PDT 2003
>Closed-Date:    Mon Sep 08 00:18:19 PDT 2003
>Last-Modified:  Mon Sep 08 00:18:19 PDT 2003
>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:
State-Changed-From-To: open->analyzed 
State-Changed-By: znerd 
State-Changed-When: Mon Sep 8 00:15:00 PDT 2003 
State-Changed-Why:  
Looks good. 


Responsible-Changed-From-To: freebsd-java->znerd 
Responsible-Changed-By: znerd 
Responsible-Changed-When: Mon Sep 8 00:15:00 PDT 2003 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56490 
State-Changed-From-To: analyzed->closed 
State-Changed-By: znerd 
State-Changed-When: Mon Sep 8 00:18:07 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56490 
>Unformatted:
