From owner-cvs-all@FreeBSD.ORG Mon Sep 18 08:28:38 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34C8416A47B; Mon, 18 Sep 2006 08:28:38 +0000 (UTC) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from copyleft.esil.univ-mrs.fr (copyleft-smtp.esil.univ-mrs.fr [139.124.44.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF27343D46; Mon, 18 Sep 2006 08:28:37 +0000 (GMT) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from localhost (localhost [127.0.0.1]) by copyleft.esil.univ-mrs.fr (Texas Instruments TI-58c oldschool stylee) with ESMTP id 7CC034BC20; Mon, 18 Sep 2006 10:28:31 +0200 (CEST) Received: from copyleft.esil.univ-mrs.fr ([127.0.0.1]) by localhost (copyleft [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15541-09; Mon, 18 Sep 2006 10:28:24 +0200 (CEST) Received: from localhost (sesin.rain.fr [217.167.214.6]) by copyleft.esil.univ-mrs.fr (Texas Instruments TI-58c oldschool stylee) with ESMTP id DFCA84BC1E; Mon, 18 Sep 2006 10:28:20 +0200 (CEST) Date: Mon, 18 Sep 2006 10:28:23 +0200 From: Herve Quiroz To: Ying-Chieh Liao Message-ID: <20060918082823.GA21341@portable-herve.sesin.com> References: <200609180415.k8I4Fs4F026130@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200609180415.k8I4Fs4F026130@repoman.freebsd.org> User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at esil.univ-mrs.fr Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/databases Makefile ports/databases/java-db Makefile distinfo pkg-descr ports/databases/java-db/files patch-build.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2006 08:28:38 -0000 Just a couple of comments... * BUILD_DEPENDS= ${JAVAJARDIR}/junit.jar:${PORTSDIR}/java/junit JAVAJARDIR -> JAVALIBDIR (same difference as PREFIX/LOCALBASE). * PLIST_FILES= ${JAVAJARDIR:S,^${PREFIX}/,,}/je.jar You may use directly %%JAVAJARDIR%% in packing lists as it is already defined in bsd.java.mk. Herve On Mon, Sep 18, 2006 at 04:15:54AM +0000, Ying-Chieh Liao wrote: > ijliao 2006-09-18 04:15:54 UTC > > FreeBSD ports repository > > Modified files: > databases Makefile > Added files: > databases/java-db Makefile distinfo pkg-descr > databases/java-db/files patch-build.xml > Log: > add java-db 3.0.12 > Berkeley DB Java Edition > > Revision Changes Path > 1.543 +1 -0 ports/databases/Makefile > 1.1 +54 -0 ports/databases/java-db/Makefile (new) > 1.1 +3 -0 ports/databases/java-db/distinfo (new) > 1.1 +20 -0 ports/databases/java-db/files/patch-build.xml (new) > 1.1 +10 -0 ports/databases/java-db/pkg-descr (new)