ports/51303: [MAINTAINER UPDATE] games/gtetrinet to 0.7.1

Miguel Mendez flynn at energyhq.homeip.net
Wed Apr 23 18:10:17 UTC 2003


The following reply was made to PR ports/51303; it has been noted by GNATS.

From: Miguel Mendez <flynn at energyhq.homeip.net>
To: Joe Marcus Clarke <marcus at FreeBSD.org>
Cc: Adam Weinberger <adamw at FreeBSD.org>,
	FreeBSD-gnats-submit at FreeBSD.org
Subject: Re: ports/51303: [MAINTAINER UPDATE] games/gtetrinet to 0.7.1
Date: Wed, 23 Apr 2003 20:08:17 +0200

 --=.CB8(pA51rVm?y+
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 On 23 Apr 2003 13:24:59 -0400
 Joe Marcus Clarke <marcus at FreeBSD.org> wrote:
 
 Hi again,
  
 > You could do this for testing purposes:
 > 
 > cd /usr/ports/misc/gnomehier
 > make -DNO_PKG_REGISTER PREFIX=/my/prefix install clean
 > 
 > cd /usr/ports/games/gtetrinet
 > make PREFIX=/my/prefix install
 > 
 > And you'll be set.  gnomhier is like a pseudo-mtree.
 
 Excellent, thanks a lot Joe. Adam, I've tried this suggested method and
 it seems to work. The attached diff is now kosher (missed again a file
 that changed place), could you review this one and commit? 
 
 Thanks to both.
 
 diff -ruN gtetrinet.old/Makefile gtetrinet/Makefile
 --- gtetrinet.old/Makefile	Mon Apr 21 06:36:32 2003
 +++ gtetrinet/Makefile	Wed Apr 23 09:59:59 2003
 @@ -5,7 +5,7 @@
  # $FreeBSD: ports/games/gtetrinet/Makefile,v 1.17 2003/04/21 04:36:32 adamw Exp $
  
  PORTNAME=	gtetrinet
 -PORTVERSION=	0.7.0
 +PORTVERSION=	0.7.1
  CATEGORIES=	games gnome
  MASTER_SITES=	${MASTER_SITE_GNOME}
  MASTER_SITE_SUBDIR=	sources/${PORTNAME}/0.7
 diff -ruN gtetrinet.old/distinfo gtetrinet/distinfo
 --- gtetrinet.old/distinfo	Sat Apr 12 21:46:24 2003
 +++ gtetrinet/distinfo	Wed Apr 23 09:59:59 2003
 @@ -1 +1 @@
 -MD5 (gnome2/gtetrinet-0.7.0.tar.bz2) = 093e3edec5250e0c8a7935498b76b9d1
 +MD5 (gnome2/gtetrinet-0.7.1.tar.bz2) = 1ea17f6a8f1996041ee550079f10960c
 diff -ruN gtetrinet.old/gtetrinet/Makefile gtetrinet/gtetrinet/Makefile
 --- gtetrinet.old/gtetrinet/Makefile	Mon Apr 21 06:36:32 2003
 +++ gtetrinet/gtetrinet/Makefile	Thu Jan  1 01:00:00 1970
 @@ -1,35 +0,0 @@
 -# New ports collection makefile for:	gtetrinet
 -# Date created:				27 Feb 2000
 -# Whom:					Dan Papasian <bugg at bugg.strangled.net>
 -#
 -# $FreeBSD: ports/games/gtetrinet/Makefile,v 1.17 2003/04/21 04:36:32 adamw Exp $
 -
 -PORTNAME=	gtetrinet
 -PORTVERSION=	0.7.0
 -CATEGORIES=	games gnome
 -MASTER_SITES=	${MASTER_SITE_GNOME}
 -MASTER_SITE_SUBDIR=	sources/${PORTNAME}/0.7
 -DIST_SUBDIR=	gnome2
 -
 -MAINTAINER=	flynn at energyhq.homeip.net
 -COMMENT=	A version of the popular TetriNET multiplayer tetris clone
 -
 -USE_BZIP2=	yes
 -USE_X_PREFIX=	yes
 -USE_GNOME=	gnomehack gnomeprefix esound libgnomeui
 -USE_REINPLACE=	yes
 -USE_GMAKE=	yes
 -GNU_CONFIGURE=	yes
 -CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 -CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 -		LDFLAGS="-L${LOCALBASE}/lib"
 -CONFIGURE_ARGS=	--bindir=${PREFIX}/bin
 -
 -MAN6=		gtetrinet.6
 -
 -post-patch:
 -	@${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} \
 -		's|[(]prefix[)]/games|{bindir}|g ; \
 -		 s|[(]libdir[)]/locale|(prefix)/share/locale|g'
 -
 -.include <bsd.port.mk>
 diff -ruN gtetrinet.old/gtetrinet/distinfo gtetrinet/gtetrinet/distinfo
 --- gtetrinet.old/gtetrinet/distinfo	Sat Apr 12 21:46:24 2003
 +++ gtetrinet/gtetrinet/distinfo	Thu Jan  1 01:00:00 1970
 @@ -1 +0,0 @@
 -MD5 (gnome2/gtetrinet-0.7.0.tar.bz2) = 093e3edec5250e0c8a7935498b76b9d1
 diff -ruN gtetrinet.old/gtetrinet/pkg-descr gtetrinet/gtetrinet/pkg-descr
 --- gtetrinet.old/gtetrinet/pkg-descr	Fri Jul  7 20:26:53 2000
 +++ gtetrinet/gtetrinet/pkg-descr	Thu Jan  1 01:00:00 1970
 @@ -1,11 +0,0 @@
 -GTetrinet is a client program for the popular Tetrinet game, a multiplayer
 -game that is played over the internet.
 -(If you don't know what Tetrinet is, check out http://tetrinet.org)
 -
 -Features:
 -
 --Fully network compatible with Tetrinet v1.13 for Win95/98/NT 
 --Theme support with sound 
 --Spectator support on Tetrinet-X servers with the qirc patch by Drslum.
 -
 -WWW: http://gtetrinet.sourceforge.net/
 diff -ruN gtetrinet.old/gtetrinet/pkg-plist gtetrinet/gtetrinet/pkg-plist
 --- gtetrinet.old/gtetrinet/pkg-plist	Sat Apr 12 21:46:24 2003
 +++ gtetrinet/gtetrinet/pkg-plist	Thu Jan  1 01:00:00 1970
 @@ -1,43 +0,0 @@
 -bin/gtetrinet
 -etc/gconf/gconf.xml.defaults/apps/gtetrinet/%gconf.xml
 -etc/gconf/gconf.xml.defaults/apps/gtetrinet/keys/%gconf.xml
 -etc/gconf/gconf.xml.defaults/apps/gtetrinet/player/%gconf.xml
 -etc/gconf/gconf.xml.defaults/apps/gtetrinet/sound/%gconf.xml
 -etc/gconf/gconf.xml.defaults/apps/gtetrinet/themes/%gconf.xml
 -etc/gconf/gconf.xml.defaults/apps/gtetrinet/partyline/%gconf.xml
 -etc/gconf/gconf.xml.defaults/schemas/apps/gtetrinet/%gconf.xml
 -etc/gconf/gconf.xml.defaults/schemas/apps/gtetrinet/keys/%gconf.xml
 -etc/gconf/gconf.xml.defaults/schemas/apps/gtetrinet/player/%gconf.xml
 -etc/gconf/gconf.xml.defaults/schemas/apps/gtetrinet/sound/%gconf.xml
 -etc/gconf/gconf.xml.defaults/schemas/apps/gtetrinet/themes/%gconf.xml
 -etc/gconf/gconf.xml.defaults/schemas/apps/gtetrinet/partyline/%gconf.xml
 -etc/gconf/schemas/gtetrinet.schemas
 -share/gnome/apps/Games/gtetrinet.desktop
 -share/gnome/gtetrinet/themes/default/blocks.png
 -share/gnome/gtetrinet/themes/default/theme.cfg
 -share/gnome/gtetrinet/themes/small/blocks.png
 -share/gnome/gtetrinet/themes/small/theme.cfg
 -share/gnome/pixmaps/gtetrinet.png
 -share/locale/am/LC_MESSAGES/gtetrinet.mo
 -share/locale/ca/LC_MESSAGES/gtetrinet.mo
 -share/locale/de/LC_MESSAGES/gtetrinet.mo
 -share/locale/es/LC_MESSAGES/gtetrinet.mo
 -share/locale/nl/LC_MESSAGES/gtetrinet.mo
 -share/locale/no/LC_MESSAGES/gtetrinet.mo
 -share/locale/sv/LC_MESSAGES/gtetrinet.mo
 - at dirrm share/gnome/gtetrinet/themes/small
 - at dirrm share/gnome/gtetrinet/themes/default
 - at dirrm share/gnome/gtetrinet/themes
 - at dirrm share/gnome/gtetrinet
 - at dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gtetrinet/themes
 - at dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gtetrinet/sound
 - at dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gtetrinet/partyline
 - at dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gtetrinet/player
 - at dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gtetrinet/keys
 - at dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gtetrinet
 - at dirrm etc/gconf/gconf.xml.defaults/apps/gtetrinet/themes
 - at dirrm etc/gconf/gconf.xml.defaults/apps/gtetrinet/sound
 - at dirrm etc/gconf/gconf.xml.defaults/apps/gtetrinet/partyline
 - at dirrm etc/gconf/gconf.xml.defaults/apps/gtetrinet/player
 - at dirrm etc/gconf/gconf.xml.defaults/apps/gtetrinet/keys
 - at dirrm etc/gconf/gconf.xml.defaults/apps/gtetrinet
 diff -ruN gtetrinet.old/pkg-plist gtetrinet/pkg-plist
 --- gtetrinet.old/pkg-plist	Sat Apr 12 21:46:24 2003
 +++ gtetrinet/pkg-plist	Wed Apr 23 20:00:45 2003
 @@ -12,7 +12,7 @@
  etc/gconf/gconf.xml.defaults/schemas/apps/gtetrinet/themes/%gconf.xml
  etc/gconf/gconf.xml.defaults/schemas/apps/gtetrinet/partyline/%gconf.xml
  etc/gconf/schemas/gtetrinet.schemas
 -share/gnome/apps/Games/gtetrinet.desktop
 +share/gnome/applications/gtetrinet.desktop
  share/gnome/gtetrinet/themes/default/blocks.png
  share/gnome/gtetrinet/themes/default/theme.cfg
  share/gnome/gtetrinet/themes/small/blocks.png
 @@ -25,6 +25,13 @@
  share/locale/nl/LC_MESSAGES/gtetrinet.mo
  share/locale/no/LC_MESSAGES/gtetrinet.mo
  share/locale/sv/LC_MESSAGES/gtetrinet.mo
 +share/locale/cs/LC_MESSAGES/gtetrinet.mo
 +share/locale/fr/LC_MESSAGES/gtetrinet.mo
 +share/locale/ja/LC_MESSAGES/gtetrinet.mo
 +share/locale/pt/LC_MESSAGES/gtetrinet.mo
 +share/locale/pt_BR/LC_MESSAGES/gtetrinet.mo
 +share/locale/ru/LC_MESSAGES/gtetrinet.mo
 +share/locale/uk/LC_MESSAGES/gtetrinet.mo
  @dirrm share/gnome/gtetrinet/themes/small
  @dirrm share/gnome/gtetrinet/themes/default
  @dirrm share/gnome/gtetrinet/themes
 
 --=.CB8(pA51rVm?y+
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQE+ptaUnLctrNyFFPERAjmdAKClZ/pOzGdyqfcjNJd2mH+ZBFLD1ACgu/k7
 kLsF9Z6w3SZZ1htZHP07SBA=
 =o3WV
 -----END PGP SIGNATURE-----
 
 --=.CB8(pA51rVm?y+--



More information about the freebsd-ports-bugs mailing list