aboutsummaryrefslogtreecommitdiff
path: root/games/pathological
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-20 13:20:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-20 13:20:55 +0000
commit0d96c2ab66f8b903ed1858507782863e04285c59 (patch)
tree2278108426148aecc36376cb7abd2da45fdaecd6 /games/pathological
parent670d30b5f5e3a36384eb2df82f2ebabb64d41ef1 (diff)
downloadports-0d96c2ab66f8b903ed1858507782863e04285c59.tar.gz
ports-0d96c2ab66f8b903ed1858507782863e04285c59.zip
- Fix start crash
- Use SF macro PR: 120275 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=207646
Diffstat (limited to 'games/pathological')
-rw-r--r--games/pathological/Makefile7
-rw-r--r--games/pathological/files/patch-pathological.py11
2 files changed, 14 insertions, 4 deletions
diff --git a/games/pathological/Makefile b/games/pathological/Makefile
index 74f6dd722a80..055ebf4ab230 100644
--- a/games/pathological/Makefile
+++ b/games/pathological/Makefile
@@ -7,13 +7,12 @@
PORTNAME= pathological
PORTVERSION= 1.1.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
MAINTAINER= janos.mohacsi@bsd.hu
-COMMENT= Pathological is an enriched clone of the game "Logical"
+COMMENT= Enriched clone of the game "Logical"
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game
diff --git a/games/pathological/files/patch-pathological.py b/games/pathological/files/patch-pathological.py
new file mode 100644
index 000000000000..eee0f90d74ec
--- /dev/null
+++ b/games/pathological/files/patch-pathological.py
@@ -0,0 +1,11 @@
+--- pathological.py.orig 2003-07-17 18:12:30.000000000 +0400
++++ pathological.py 2008-02-05 04:09:49.000000000 +0300
+@@ -1847,7 +1847,7 @@
+ scroller_font_height = 28
+ scroller_rect = (10,550,780,scroller_font_height)
+ scroller_text = \
+- " Copyright © 2003 John-Paul Gignac. "+ \
++ " Copyright (C) 2003 John-Paul Gignac. "+ \
+ " Soundtrack by Matthias Le Bidan. "+ \
+ " Board designs contributed by Mike Brenneman and Kim Gignac. "+ \
+ " To contribute your own board designs, see the website: "+ \