From owner-cvs-all@FreeBSD.ORG Fri Jan 11 23:13:24 2008 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 690A916A419; Fri, 11 Jan 2008 23:13:24 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 64A2F13C461; Fri, 11 Jan 2008 23:13:24 +0000 (UTC) (envelope-from gerald@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 m0BNDOqs028490; Fri, 11 Jan 2008 23:13:24 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0BNDO3s028489; Fri, 11 Jan 2008 23:13:24 GMT (envelope-from gerald) Message-Id: <200801112313.m0BNDO3s028489@repoman.freebsd.org> From: Gerald Pfeifer Date: Fri, 11 Jan 2008 23:13:24 +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/emulators/wine Makefile distinfo pkg-plist 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, 11 Jan 2008 23:13:24 -0000 gerald 2008-01-11 23:13:24 UTC FreeBSD ports repository Modified files: emulators/wine Makefile distinfo pkg-plist Log: Update to Wine 0.9.53. Among others, this includes the following changes: - RunOnce and Run entries now executed on startup. - Beginnings of support for emulated disk devices. - Many Richedit improvements. - Nicer looking color dialog. - Lots of bug fixes. Plus, importantly, the ability to disable the use of certain libraries when build Wine via --without-cups and the like which we'll shortly use to add appropriate options. Revision Changes Path 1.250 +6 -4 ports/emulators/wine/Makefile 1.147 +3 -3 ports/emulators/wine/distinfo 1.124 +2 -0 ports/emulators/wine/pkg-plist