games/tuxpuck: unbreak fetch
Additional changes: - Bump PORTREVISION - Add audio/libogg to library dependency - Regenerate patches PR: 210082 Approved by: junovitch (mentor)
This commit is contained in:
parent
5af876fe2f
commit
ccd155e539
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417682
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user