From owner-cvs-all@FreeBSD.ORG Mon Nov 28 16:05:36 2005 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 9E14D16A4F4; Mon, 28 Nov 2005 16:05:36 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69A5743D58; Mon, 28 Nov 2005 16:05:36 +0000 (GMT) (envelope-from hq@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jASG5asI093102; Mon, 28 Nov 2005 16:05:36 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jASG5aOh093101; Mon, 28 Nov 2005 16:05:36 GMT (envelope-from hq) Message-Id: <200511281605.jASG5aOh093101@repoman.freebsd.org> From: Herve Quiroz Date: Mon, 28 Nov 2005 16:05:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/java/jgrapht Makefile distinfo ports/java/jgrapht/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, 28 Nov 2005 16:05:36 -0000 hq 2005-11-28 16:05:36 UTC FreeBSD ports repository Modified files: java/jgrapht Makefile distinfo Added files: java/jgrapht/files patch-build.xml Log: - Update to 0.6.0 " The new version delivers a cumulative update of new developments, bug fixes, and improvements, including an upgrade to JDK 1.4. " - Set JAVA_VERSION=1.4+ - Add 'math' category [1] - Use USE_ANT - Fix COMMENT: some words seemed to be missing, turning the comment to a nonsense sentence - ECHO_CMD -> ECHO_MSG - Cleanup: remove "ex:ts=8" and uneeded targets - Use ${FIND} | ${INSTALL_DATA} to install documentation files - Take maintainership Reported by: portlint [1] Revision Changes Path 1.2 +29 -34 ports/java/jgrapht/Makefile 1.3 +3 -3 ports/java/jgrapht/distinfo 1.1 +14 -0 ports/java/jgrapht/files/patch-build.xml (new)