svn commit: r417682 - in head/games/tuxpuck: . files

Torsten Zuehlsdorff tz at FreeBSD.org
Mon Jun 27 20:02:49 UTC 2016


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 at 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 */


More information about the svn-ports-head mailing list