From owner-cvs-all@FreeBSD.ORG Mon Aug 16 12:30:48 2004 Return-Path: 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 B9A5416A4CF; Mon, 16 Aug 2004 12:30:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B070143D2D; Mon, 16 Aug 2004 12:30:48 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7GCUmNC087718; Mon, 16 Aug 2004 12:30:48 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7GCUmNr087716; Mon, 16 Aug 2004 12:30:48 GMT (envelope-from hq) Message-Id: <200408161230.i7GCUmNr087716@repoman.freebsd.org> From: Herve Quiroz Date: Mon, 16 Aug 2004 12:30:48 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/java/jdom Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 16 Aug 2004 12:30:48 -0000 hq 2004-08-16 12:30:48 UTC FreeBSD ports repository Modified files: java/jdom Makefile distinfo pkg-plist Log: - Update to 1.0b10 - Use USE_ANT - Set USE_JIKES=no to forbid the use of Jikes to build the port - Use %%JAVAJARDIR%% - Use ${INSTALL_DATA} and ${CPIO} rather than ${CP} [1] - Use ${ECHO_MSG} rather than ${ECHO} - Add 'textproc' category - Fix LOCALBASE/PREFIX issue with JAVAJARDIR [1] PR: 68511 Submitted by: me Reviewed by: glewis [1] Approved by: znerd (maintainer), glewis (mentor) Revision Changes Path 1.10 +22 -26 ports/java/jdom/Makefile 1.6 +2 -2 ports/java/jdom/distinfo 1.8 +37 -24 ports/java/jdom/pkg-plist