From owner-svn-ports-all@freebsd.org Mon Jun 27 20:02:48 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9A9BB8482E; Mon, 27 Jun 2016 20:02:48 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C3F52C3B; Mon, 27 Jun 2016 20:02:48 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5RK2lL6089295; Mon, 27 Jun 2016 20:02:47 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5RK2ltZ089292; Mon, 27 Jun 2016 20:02:47 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201606272002.u5RK2ltZ089292@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Mon, 27 Jun 2016 20:02:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417682 - in head/games/tuxpuck: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2016 20:02:49 -0000 Author: tz Date: Mon Jun 27 20:02:47 2016 New Revision: 417682 URL: https://svnweb.freebsd.org/changeset/ports/417682 Log: games/tuxpuck: unbreak fetch Additional changes: - Bump PORTREVISION - Add audio/libogg to library dependency - Regenerate patches PR: 210082 Approved by: junovitch (mentor) Modified: head/games/tuxpuck/Makefile head/games/tuxpuck/files/patch-Makefile head/games/tuxpuck/files/patch-tuxpuck.c Modified: head/games/tuxpuck/Makefile ============================================================================== --- head/games/tuxpuck/Makefile Mon Jun 27 20:01:42 2016 (r417681) +++ head/games/tuxpuck/Makefile Mon Jun 27 20:02:47 2016 (r417682) @@ -3,19 +3,17 @@ PORTNAME= tuxpuck PORTVERSION= 0.8.2 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= games MASTER_SITES= http://www.sourcefiles.org/Games/Sports/Miscellaneous/ MAINTAINER= ports@FreeBSD.org COMMENT= Shufflepuck Cafe Clone -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png \ + libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis \ libfreetype.so:print/freetype2 Modified: head/games/tuxpuck/files/patch-Makefile ============================================================================== --- head/games/tuxpuck/files/patch-Makefile Mon Jun 27 20:01:42 2016 (r417681) +++ head/games/tuxpuck/files/patch-Makefile Mon Jun 27 20:02:47 2016 (r417682) @@ -1,5 +1,5 @@ ---- Makefile.orig 2002-11-08 19:50:29.000000000 +0900 -+++ Makefile 2011-08-24 01:44:15.000000000 +0900 +--- Makefile.orig 2002-11-08 10:50:29 UTC ++++ Makefile @@ -1,8 +1,8 @@ # Makefile for TuxPuck , Copyright Jacob Kroon 2001-2002 NAME = tuxpuck @@ -11,7 +11,7 @@ CSOURCES = tuxpuck.c video.c audio.c menu.c sprite.c font.c timer.c \ board.c entity.c glass.c scoreboard.c player.c zoom.c png.c \ jpg.c intro.c tux.c arcana.c -@@ -17,11 +17,11 @@ +@@ -17,11 +17,11 @@ ifdef COMSPEC endif %.o : %.c Modified: head/games/tuxpuck/files/patch-tuxpuck.c ============================================================================== --- head/games/tuxpuck/files/patch-tuxpuck.c Mon Jun 27 20:01:42 2016 (r417681) +++ head/games/tuxpuck/files/patch-tuxpuck.c Mon Jun 27 20:02:47 2016 (r417682) @@ -1,6 +1,6 @@ ---- tuxpuck.c.orig Thu Apr 25 23:24:18 2002 -+++ tuxpuck.c Thu Apr 25 23:24:39 2002 -@@ -40,7 +40,7 @@ +--- tuxpuck.c.orig 2002-11-08 10:50:29 UTC ++++ tuxpuck.c +@@ -17,7 +17,7 @@ #endif /* externals */