diff options
-rw-r--r-- | games/pathological/Makefile | 7 | ||||
-rw-r--r-- | games/pathological/files/patch-pathological.py | 11 |
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: "+ \ |