From owner-cvs-ports@FreeBSD.ORG Wed Dec 17 01:31:36 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 794D516A4CE; Wed, 17 Dec 2003 01:31:36 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71C1243D2D; Wed, 17 Dec 2003 01:31:35 -0800 (PST) (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 hBH9VZ0B095423; Wed, 17 Dec 2003 01:31:35 -0800 (PST) (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBH9VZlI095422; Wed, 17 Dec 2003 01:31:35 -0800 (PST) (envelope-from linimon) Message-Id: <200312170931.hBH9VZlI095422@repoman.freebsd.org> From: Mark Linimon Date: Wed, 17 Dec 2003 01:31:35 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/pinball Makefile distinfo pkg-plistpatch-configure patch-src::Loader.cpp X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 09:31:36 -0000 linimon 2003/12/17 01:31:35 PST FreeBSD ports repository Modified files: games/pinball Makefile distinfo pkg-plist games/pinball/files patch-base::TextureUtil.cpp patch-configure patch-src::EyeBehavior.cpp Added files: games/pinball/files patch-data::tux::ModuleTux.cpp patch-src::Loader.cpp Log: Update to 0.3.1. Changes: * Menu disappear" and other bugs fixed. * Additions to the Tux-table. * Ogg files instead of midi files as midi had compability problems. * Some tools and bug fixes in table editor. Also, mark as BROKEN for the Allegro case. The website says that the Allegro version is always a bit behind in development and has more bugs than the SDL/OpenGL version; the maintainer adds that it's just completely broken now. If you're using Allegro, you will want to avoid upgrading. PR: ports/60192 Submitted by: Thierry Thomas (maintainer) Revision Changes Path 1.6 +3 -11 ports/games/pinball/Makefile 1.3 +1 -1 ports/games/pinball/distinfo 1.2 +15 -12 ports/games/pinball/files/patch-base::TextureUtil.cpp 1.3 +13 -37 ports/games/pinball/files/patch-configure 1.1 +18 -0 ports/games/pinball/files/patch-data::tux::ModuleTux.cpp (new) 1.2 +8 -8 ports/games/pinball/files/patch-src::EyeBehavior.cpp 1.1 +18 -0 ports/games/pinball/files/patch-src::Loader.cpp (new) 1.3 +84 -75 ports/games/pinball/pkg-plist