diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-20 21:20:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-20 21:20:55 +0800 |
commit | 333110aef21e6d9a5a280ac9b2f837caebd00aa6 (patch) | |
tree | d3240c99435ee4219b9d62fee81954cef5885023 /games | |
parent | 06950865940cb750a43485d8736905d095fbd569 (diff) | |
download | freebsd-ports-gnome-333110aef21e6d9a5a280ac9b2f837caebd00aa6.tar.gz freebsd-ports-gnome-333110aef21e6d9a5a280ac9b2f837caebd00aa6.tar.zst freebsd-ports-gnome-333110aef21e6d9a5a280ac9b2f837caebd00aa6.zip |
- Fix start crash
- Use SF macro
PR: 120275
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by: maintainer
Diffstat (limited to 'games')
-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: "+ \ |