From owner-cvs-all@FreeBSD.ORG Fri Apr 28 15:44:52 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 3023616A401; Fri, 28 Apr 2006 15:44:52 +0000 (UTC) (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 F3B4343D49; Fri, 28 Apr 2006 15:44:51 +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 k3SFippd090319; Fri, 28 Apr 2006 15:44:51 GMT (envelope-from hq@repoman.freebsd.org) Received: (from hq@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3SFipi2090311; Fri, 28 Apr 2006 15:44:51 GMT (envelope-from hq) Message-Id: <200604281544.k3SFipi2090311@repoman.freebsd.org> From: Herve Quiroz Date: Fri, 28 Apr 2006 15:44:51 +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/graphics/mapyrus Makefile ports/graphics/mapyrus/files mapyrus.in pkg-message.in 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: Fri, 28 Apr 2006 15:44:52 -0000 hq 2006-04-28 15:44:51 UTC FreeBSD ports repository Modified files: graphics/mapyrus Makefile graphics/mapyrus/files mapyrus.in pkg-message.in Log: - Set Java required version to 1.4+ (as specified on the main website) - Use javavmwrapper to avoid hardcoding a particular JVM - Use 'exec' in the launcher shell script - Quote "$@" in launcher shell script - Cleanup redundant SUB_LIST entries PR: 96461 Approved by: maintainer Revision Changes Path 1.2 +2 -1 ports/graphics/mapyrus/Makefile 1.2 +3 -2 ports/graphics/mapyrus/files/mapyrus.in 1.2 +1 -1 ports/graphics/mapyrus/files/pkg-message.in