From owner-cvs-all@FreeBSD.ORG Fri Dec 14 20:33:21 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA99816A417; Fri, 14 Dec 2007 20:33:21 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B5E0113C46E; Fri, 14 Dec 2007 20:33:21 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBEKXLLO005330; Fri, 14 Dec 2007 20:33:21 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBEKXLQJ005329; Fri, 14 Dec 2007 20:33:21 GMT (envelope-from pav) Message-Id: <200712142033.lBEKXLQJ005329@repoman.freebsd.org> From: Pav Lucistnik Date: Fri, 14 Dec 2007 20:33:21 +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/sysutils/eroaster Makefile 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, 14 Dec 2007 20:33:22 -0000 pav 2007-12-14 20:33:21 UTC FreeBSD ports repository Modified files: sysutils/eroaster Makefile Log: - eroaster fails to run due to the use of 'whrandom' in the application's gnometools.py. whrandom has been deprecated in favor of random. This patch simply uses a REINPLACE_CMD to replace whrandom with random. PR: ports/117793 Submitted by: Chess Griffin Approved by: maintainer timeout (1 month) Revision Changes Path 1.10 +3 -1 ports/sysutils/eroaster/Makefile