From owner-svn-ports-head@FreeBSD.ORG Sun Mar 30 22:12:05 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3FC02498; Sun, 30 Mar 2014 22:12:05 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C76ED7; Sun, 30 Mar 2014 22:12:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2UMC5xV007169; Sun, 30 Mar 2014 22:12:05 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2UMC4ak007166; Sun, 30 Mar 2014 22:12:04 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201403302212.s2UMC4ak007166@svn.freebsd.org> From: Rusmir Dusko Date: Sun, 30 Mar 2014 22:12:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349689 - in head/games/gtktetcolor: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2014 22:12:05 -0000 Author: nemysis Date: Sun Mar 30 22:12:04 2014 New Revision: 349689 URL: http://svnweb.freebsd.org/changeset/ports/349689 QAT: https://qat.redports.org/buildarchive/r349689/ Log: - Bump PORTREVISION for dependencies changes - Use tar:bzip2 instead of USE_BZIP2=yes - Add dependency for textproc/p5-XML-Parser, remove for desktop-file-utils - Remove TODO from DOCS - Use patch instead of REINPLACE, remove setuid executable and change group to games - Break lines around 80 characters - Change pkg-descr, change WWW to WayBack Added: head/games/gtktetcolor/files/ head/games/gtktetcolor/files/patch-Makefile.in (contents, props changed) Modified: head/games/gtktetcolor/Makefile head/games/gtktetcolor/pkg-descr Modified: head/games/gtktetcolor/Makefile ============================================================================== --- head/games/gtktetcolor/Makefile Sun Mar 30 22:11:50 2014 (r349688) +++ head/games/gtktetcolor/Makefile Sun Mar 30 22:12:04 2014 (r349689) @@ -3,6 +3,7 @@ PORTNAME= gtktetcolor DISTVERSION= 0.6.5pre3 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ftp://canopus.iacp.dvo.ru/pub/Games/gtktetcolor/ \ SF/nemysisfreebsdp/games/${PORTNAME}/:icons @@ -16,15 +17,16 @@ COMMENT= Game for GNOME that resembles w LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USE_BZIP2= yes -USES= desktop-file-utils gmake pathfix pkgconfig +BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser + +USES= gmake pathfix pkgconfig tar:bzip2 USE_GNOME= gnomeprefix intlhack libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PORTDOCS= AUTHORS ChangeLog NEWS README TODO +PORTDOCS= AUTHORS ChangeLog NEWS README OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes @@ -34,10 +36,6 @@ NLS_USES= gettext .include post-patch: - @${REINPLACE_CMD} \ - -e 's|games.games|root.games|' \ - -e 's|scoredir = $$(localstatedir)/games|scoredir = /var/games|' \ - ${WRKSRC}/Makefile.in @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|-D.*_DISABLE_DEPRECATED||g' @${REINPLACE_CMD} -e 's|^Icon.*|Icon=${PORTNAME}|' \ @@ -48,7 +46,8 @@ post-patch: .endif post-install: - ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps/ + ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Added: head/games/gtktetcolor/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gtktetcolor/files/patch-Makefile.in Sun Mar 30 22:12:04 2014 (r349689) @@ -0,0 +1,21 @@ +--- ./Makefile.in.orig 2014-03-30 22:32:54.917825473 +0200 ++++ ./Makefile.in 2014-03-30 22:38:32.398257484 +0200 +@@ -218,7 +218,7 @@ + + @use_gnome_TRUE@soundlist_DATA = gtktetcolor.soundlist + @use_gnome_TRUE@soundlistdir = $(sysconfdir)/sound/events +-@use_gnome_TRUE@scoredir = $(localstatedir)/games ++@use_gnome_TRUE@scoredir = /var/games + all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive + +@@ -671,9 +671,7 @@ + @use_gnome_TRUE@install-data-local: + @use_gnome_TRUE@ -$(mkinstalldirs) $(DESTDIR)$(scoredir) + @use_gnome_TRUE@ touch $(DESTDIR)$(scoredir)/gtktetcolor.scores +-@use_gnome_TRUE@ -chown games.games $(DESTDIR)$(scoredir)/gtktetcolor.scores + @use_gnome_TRUE@ -chmod 664 $(DESTDIR)$(scoredir)/gtktetcolor.scores +-@use_gnome_TRUE@ -chgrp games $(DESTDIR)$(bindir)/gtktetcolor && chmod 2111 $(DESTDIR)$(bindir)/gtktetcolor + @use_gnome_FALSE@install-score: + @use_gnome_FALSE@ cd ./src && $(MAKE) $(AM_MAKEFLAGS) install-score + # Tell versions [3.59,3.63) of GNU make to not export all variables. Modified: head/games/gtktetcolor/pkg-descr ============================================================================== --- head/games/gtktetcolor/pkg-descr Sun Mar 30 22:11:50 2014 (r349688) +++ head/games/gtktetcolor/pkg-descr Sun Mar 30 22:12:04 2014 (r349689) @@ -4,6 +4,6 @@ fall. After block landing the sequence o vertically or diagonally having matching colors is removed and the above blocks will collapse. If two or more sequences will be removed simultaneously the player has got bonus points. The game will be over when new block cannot be -placed on screen. +placed on screen. -WWW: http://canopus.iacp.dvo.ru/~panov/gtktetcolor/ +WWW: https://web.archive.org/web/20080409165301/http://canopus.iacp.dvo.ru/~panov/gtktetcolor/