From owner-cvs-all@FreeBSD.ORG Thu Apr 8 22:55:02 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 47B5416A4D6; Thu, 8 Apr 2004 22:55:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 423A943D4C; Thu, 8 Apr 2004 22:55:02 -0700 (PDT) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i395t1Ge017389; Thu, 8 Apr 2004 22:55:01 -0700 (PDT) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i395t0uf017378; Thu, 8 Apr 2004 22:55:00 -0700 (PDT) (envelope-from linimon) Message-Id: <200404090555.i395t0uf017378@repoman.freebsd.org> From: Mark Linimon Date: Thu, 8 Apr 2004 22:55:00 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc/xerces-j 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: Fri, 09 Apr 2004 05:55:02 -0000 linimon 2004/04/08 22:55:00 PDT FreeBSD ports repository Modified files: textproc/xerces-j Makefile distinfo Removed files: textproc/xerces-j pkg-plist Log: Update to version 2.6.2: - Now using JAVAJARDIR instead of JAVASHAREDIR/classes - Now using PORTDOCS macro (to reduce pkg-plist size and fix the apidocs deinstall issue with some JDKs) - Now using PLIST_FILES macro (thus no more pkg-plist) - Now using MASTER_SITE_APACHE_XML/MASTER_SITE_SUBDIR - Now using OPTIONS macro for a more flexible build/install: - WITH_DEPRECATED_JARS: build and install deprecated JARs (default: on, as some ports may depend on it) - WITH_SAMPLES_JAR: build and install samples (default: off) - bsd.java.mk 2.0 compliant - ECHO -> ECHO_CMD - explicit mkdir JAVAJARDIR (just in case) - SIZE added to distinfo - assign maintainership to submitter PR: ports/51415 Submitted by: Herve Quiroz Revision Changes Path 1.11 +47 -24 ports/textproc/xerces-j/Makefile 1.7 +4 -2 ports/textproc/xerces-j/distinfo 1.7 +0 -964 ports/textproc/xerces-j/pkg-plist (dead)