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

(-)games/ggz-txt-client/Makefile (-2 / +2 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	ggz-txt-client
9
PORTNAME=	ggz-txt-client
10
PORTVERSION=	0.0.10
10
PORTVERSION=	0.0.11
11
CATEGORIES=	games
11
CATEGORIES=	games
12
MASTER_SITES=	http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
12
MASTER_SITES=	http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
13
MASTER_SITE_SUBDIR=	${PORTVERSION}
13
MASTER_SITE_SUBDIR=	${PORTVERSION}
Lines 15-21 Link Here
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	The GGZ Gaming Zone - Console (Text) Frontend
16
COMMENT=	The GGZ Gaming Zone - Console (Text) Frontend
17
17
18
LIB_DEPENDS=	ggzcore.6:${PORTSDIR}/games/ggz-client-libs
18
LIB_DEPENDS=	ggzcore.7:${PORTSDIR}/games/ggz-client-libs
19
19
20
USE_GNOME=	gnometarget
20
USE_GNOME=	gnometarget
21
USE_GETOPT_LONG=	yes
21
USE_GETOPT_LONG=	yes
(-)games/ggz-txt-client/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (ggz-txt-client-0.0.10.tar.gz) = fd47f3432a79594edb74b5d4b17178dd
1
MD5 (ggz-txt-client-0.0.11.tar.gz) = f36ce7ca35e147867fc694148c617e86
2
SIZE (ggz-txt-client-0.0.10.tar.gz) = 147750
2
SIZE (ggz-txt-client-0.0.11.tar.gz) = 149805
(-)games/ggz-txt-client/pkg-plist (+2 lines)
Lines 1-5 Link Here
1
bin/ggz-txt
1
bin/ggz-txt
2
etc/ggz.modules
2
etc/ggz.modules
3
lib/ggz/tttxt
3
lib/ggz/tttxt
4
share/applications/ggz-txt.desktop
4
share/locale/de/LC_MESSAGES/ggz-txt.mo
5
share/locale/de/LC_MESSAGES/ggz-txt.mo
6
@unexec rmdir %D/share/applications 2>/dev/null || true
5
@unexec rmdir %D/lib/ggz 2>/dev/null || true
7
@unexec rmdir %D/lib/ggz 2>/dev/null || true

Return to bug 81507