From owner-freebsd-java@FreeBSD.ORG Fri Sep 5 06:50:16 2003 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F058516A4BF for ; Fri, 5 Sep 2003 06:50:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2105F43FDF for ; Fri, 5 Sep 2003 06:50:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h85DoDUp074359 for ; Fri, 5 Sep 2003 06:50:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h85DoDBD074358; Fri, 5 Sep 2003 06:50:13 -0700 (PDT) Resent-Date: Fri, 5 Sep 2003 06:50:13 -0700 (PDT) Resent-Message-Id: <200309051350.h85DoDBD074358@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-java@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, herve.quiroz@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 ; 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 ; 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]) h85DZP6n065088 for ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: java/56490: Update port: java/jakarta-log4j X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: herve.quiroz@esil.univ-mrs.fr List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2003 13:50:16 -0000 >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: