Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jun 2016 16:01:52 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416248 - head/games/asteroid
Message-ID:  <201606011601.u51G1qs7021344@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Wed Jun  1 16:01:52 2016
New Revision: 416248
URL: https://svnweb.freebsd.org/changeset/ports/416248

Log:
  * Update for gtk3 (and gtk2)
  * Fix gtk3 incompatibilities
  * Fix GTK check in code
  * Update to gtk3
  * Add libm to link command
  * Remove CRs from source
  
  - Take maintainership
  - Recreate tarball, new 64869df commit
  - Change USE_GNOME=gtk2 to USE_GNOME=gtk30

Modified:
  head/games/asteroid/Makefile
  head/games/asteroid/distinfo

Modified: head/games/asteroid/Makefile
==============================================================================
--- head/games/asteroid/Makefile	Wed Jun  1 15:35:42 2016	(r416247)
+++ head/games/asteroid/Makefile	Wed Jun  1 16:01:52 2016	(r416248)
@@ -6,7 +6,7 @@ PORTVERSION=	1.2.1
 PORTREVISION=	3
 CATEGORIES=	games
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	nemysis@FreeBSD.org
 COMMENT=	Modern version of the arcade classic Asteroid
 
 LICENSE=	GPLv3
@@ -14,12 +14,12 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	chazomaticus
-GH_TAGNAME=	ffeb0fd
+GH_TAGNAME=	64869df
 
 USES=		cmake
 USE_GL=		glut
 USE_SDL=	mixer sdl
-USE_GNOME=	gtk20
+USE_GNOME=	gtk30
 USE_XORG=	xmu
 INSTALLS_ICONS=	yes
 LDFLAGS+=	-lm

Modified: head/games/asteroid/distinfo
==============================================================================
--- head/games/asteroid/distinfo	Wed Jun  1 15:35:42 2016	(r416247)
+++ head/games/asteroid/distinfo	Wed Jun  1 16:01:52 2016	(r416248)
@@ -1,2 +1,2 @@
-SHA256 (chazomaticus-asteroid-1.2.1-ffeb0fd_GH0.tar.gz) = fab7c80c8a150598bdd829f296165c889d63d67f55bd10f0fe7f05b36dcc7748
-SIZE (chazomaticus-asteroid-1.2.1-ffeb0fd_GH0.tar.gz) = 307612
+SHA256 (chazomaticus-asteroid-1.2.1-64869df_GH0.tar.gz) = 09646285433d1266f5b2c3f1f35b05c39a3314414c05bdb3bd31ae224d029d05
+SIZE (chazomaticus-asteroid-1.2.1-64869df_GH0.tar.gz) = 307544



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606011601.u51G1qs7021344>