View | Details | Raw Unified | Return to bug 210082 | Differences between
and this patch

Collapse All | Expand All

(-)tuxpuck/Makefile (-4 / +2 lines)
Lines 3-21 Link Here
3
3
4
PORTNAME=	tuxpuck
4
PORTNAME=	tuxpuck
5
PORTVERSION=	0.8.2
5
PORTVERSION=	0.8.2
6
PORTREVISION=	22
6
PORTREVISION=	23
7
CATEGORIES=	games
7
CATEGORIES=	games
8
MASTER_SITES=	http://www.sourcefiles.org/Games/Sports/Miscellaneous/
8
MASTER_SITES=	http://www.sourcefiles.org/Games/Sports/Miscellaneous/
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Shufflepuck Cafe Clone
11
COMMENT=	Shufflepuck Cafe Clone
12
12
13
BROKEN=		unfetchable
14
DEPRECATED=	Broken for more than 6 months
15
EXPIRATION_DATE=	2016-07-04
16
LICENSE=	GPLv2
13
LICENSE=	GPLv2
17
14
18
LIB_DEPENDS=	libpng.so:graphics/png \
15
LIB_DEPENDS=	libpng.so:graphics/png \
16
		libogg.so:audio/libogg \
19
		libvorbis.so:audio/libvorbis \
17
		libvorbis.so:audio/libvorbis \
20
		libfreetype.so:print/freetype2
18
		libfreetype.so:print/freetype2
21
19
(-)tuxpuck/files/patch-Makefile (-3 / +3 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	2002-11-08 19:50:29.000000000 +0900
1
--- Makefile.orig	2002-11-08 10:50:29 UTC
2
+++ Makefile	2011-08-24 01:44:15.000000000 +0900
2
+++ Makefile
3
@@ -1,8 +1,8 @@
3
@@ -1,8 +1,8 @@
4
 # Makefile for TuxPuck , Copyright Jacob Kroon 2001-2002
4
 # Makefile for TuxPuck , Copyright Jacob Kroon 2001-2002
5
 NAME		= tuxpuck
5
 NAME		= tuxpuck
Lines 11-17 Link Here
11
 CSOURCES	= tuxpuck.c video.c audio.c menu.c sprite.c font.c timer.c \
11
 CSOURCES	= tuxpuck.c video.c audio.c menu.c sprite.c font.c timer.c \
12
 		  board.c entity.c glass.c scoreboard.c player.c zoom.c png.c \
12
 		  board.c entity.c glass.c scoreboard.c player.c zoom.c png.c \
13
 		  jpg.c intro.c tux.c arcana.c 
13
 		  jpg.c intro.c tux.c arcana.c 
14
@@ -17,11 +17,11 @@
14
@@ -17,11 +17,11 @@ ifdef COMSPEC
15
 endif
15
 endif
16
 
16
 
17
 %.o	: %.c
17
 %.o	: %.c
(-)tuxpuck/files/patch-tuxpuck.c (-3 / +3 lines)
Lines 1-6 Link Here
1
--- tuxpuck.c.orig	Thu Apr 25 23:24:18 2002
1
--- tuxpuck.c.orig	2002-11-08 10:50:29 UTC
2
+++ tuxpuck.c	Thu Apr 25 23:24:39 2002
2
+++ tuxpuck.c
3
@@ -40,7 +40,7 @@
3
@@ -17,7 +17,7 @@
4
 #endif
4
 #endif
5
 
5
 
6
 /* externals */
6
 /* externals */

Return to bug 210082