Bug 96189 - [MAINTAINER-UPDATE] Update ports/games/ggz-txt-client to 0.0.13
Summary: [MAINTAINER-UPDATE] Update ports/games/ggz-txt-client to 0.0.13
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-23 09:50 UTC by Ying-Chieh Chen
Modified: 2006-04-29 11:41 UTC (History)
0 users

See Also:


Attachments
ggz-txt-client.patch (1.75 KB, patch)
2006-04-23 09:50 UTC, Ying-Chieh Chen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ying-Chieh Chen 2006-04-23 09:50:15 UTC
	Update ports/games/ggz-txt-client to 0.0.13

	Updated file(s):
	- Makefile
	- distinfo
	- pkg-descr

	Please commit it, thanks!
	Generated with my own hand 1.0
Comment 1 yinjieh 2006-04-24 18:03:05 UTC
Include the new patch.

Changes in this patch:

        - Respect WITHOUT_NLS knob.

Please commit this patch instead of the previous patch.
Thanks!

diff -ruN /usr/ports/games/ggz-txt-client/Makefile ggz-txt-client/Makefile
--- /usr/ports/games/ggz-txt-client/Makefile	Sat Nov  5 12:46:02 2005
+++ ggz-txt-client/Makefile	Mon Apr 24 00:23:04 2006
@@ -7,11 +7,12 @@
 #
 
 PORTNAME=	ggz-txt-client
-PORTVERSION=	0.0.12
+PORTVERSION=	0.0.13
 CATEGORIES=	games
 MASTER_SITES=	http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \
 		http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/
 MASTER_SITE_SUBDIR=	${PORTVERSION}
+DIST_SUBDIR=	ggz
 
 MAINTAINER=	yinjieh@csie.nctu.edu.tw
 COMMENT=	The GGZ Gaming Zone - Console (Text) Frontend
@@ -29,5 +30,13 @@
 
 CPPFLAGS=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
 LDFLAGS=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
+
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+=	--disable-nls
+PLIST_SUB+=	NLS="@comment "
+.else
+USE_GETTEXT=	yes
+PLIST_SUB+=	NLS=""
+.endif
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/games/ggz-txt-client/distinfo ggz-txt-client/distinfo
--- /usr/ports/games/ggz-txt-client/distinfo	Mon Jan 23 20:22:47 2006
+++ ggz-txt-client/distinfo	Mon Apr 10 13:34:01 2006
@@ -1,3 +1,3 @@
-MD5 (ggz-txt-client-0.0.12.tar.gz) = 6f239c047439ec30c6d60f1bf35e7dc3
-SHA256 (ggz-txt-client-0.0.12.tar.gz) = c8695528fd62a9fcf7d1fe200d83892a26b6281961f82727b49d47917b97cd25
-SIZE (ggz-txt-client-0.0.12.tar.gz) = 142423
+MD5 (ggz/ggz-txt-client-0.0.13.tar.gz) = 7eb25d2612c06f5324d1b1bfda631fc2
+SHA256 (ggz/ggz-txt-client-0.0.13.tar.gz) = c8db34bbe64bf46cf23428629554d2f867efaa61b6f1eafc0c5f146462368470
+SIZE (ggz/ggz-txt-client-0.0.13.tar.gz) = 145746
diff -ruN /usr/ports/games/ggz-txt-client/pkg-descr ggz-txt-client/pkg-descr
--- /usr/ports/games/ggz-txt-client/pkg-descr	Thu Oct  9 09:47:02 2003
+++ ggz-txt-client/pkg-descr	Mon Apr 17 01:10:22 2006
@@ -1,3 +1,7 @@
+=============================================
+The GGZ Gaming Zone - Console (Text) Frontend
+=============================================
+
 This core client is not only useful for environments where no
 graphical desktop is available, but does also serve as a reference
 implementation of the ggzcore functionality.
diff -ruN /usr/ports/games/ggz-txt-client/pkg-plist ggz-txt-client/pkg-plist
--- /usr/ports/games/ggz-txt-client/pkg-plist	Mon Jan 23 20:22:47 2006
+++ ggz-txt-client/pkg-plist	Mon Apr 24 00:23:14 2006
@@ -2,6 +2,6 @@
 etc/ggz.modules
 lib/ggz/tttxt
 share/applications/ggz-txt.desktop
-share/locale/de/LC_MESSAGES/ggz-txt.mo
+%%NLS%%share/locale/de/LC_MESSAGES/ggz-txt.mo
 @dirrmtry share/applications
 @dirrmtry lib/ggz
Comment 2 Erwin Lansing freebsd_committer freebsd_triage 2006-04-29 11:41:07 UTC
State Changed
From-To: open->closed

Committed, thanks!