View | Details | Raw Unified | Return to bug 120275
Collapse All | Expand All

(-)pathological/Makefile (-4 / +3 lines)
Lines 7-19 Link Here
7
7
8
PORTNAME=	pathological
8
PORTNAME=	pathological
9
PORTVERSION=	1.1.3
9
PORTVERSION=	1.1.3
10
PORTREVISION=	3
10
PORTREVISION=	4
11
CATEGORIES=	games
11
CATEGORIES=	games
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	SF
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
13
15
MAINTAINER=	janos.mohacsi@bsd.hu
14
MAINTAINER=	janos.mohacsi@bsd.hu
16
COMMENT=	Pathological is an enriched clone of the game "Logical"
15
COMMENT=	Enriched clone of the game "Logical"
17
16
18
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game
17
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game
19
18
(-)pathological/files/patch-pathological.py (+11 lines)
Line 0 Link Here
1
--- pathological.py.orig	2003-07-17 18:12:30.000000000 +0400
2
+++ pathological.py	2008-02-05 04:09:49.000000000 +0300
3
@@ -1847,7 +1847,7 @@
4
 	scroller_font_height = 28
5
 	scroller_rect = (10,550,780,scroller_font_height)
6
 	scroller_text = \
7
-		"   Copyright © 2003  John-Paul Gignac.   "+ \
8
+		"   Copyright (C) 2003  John-Paul Gignac.   "+ \
9
 		"   Soundtrack by Matthias Le Bidan.   "+ \
10
 		"   Board designs contributed by Mike Brenneman and Kim Gignac.   "+ \
11
 		"   To contribute your own board designs, see the website:  "+ \

Return to bug 120275