svn commit: r416248 - head/games/asteroid

Rusmir Dusko nemysis at FreeBSD.org
Wed Jun 1 16:01:53 UTC 2016


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 at FreeBSD.org
+MAINTAINER=	nemysis at 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


More information about the svn-ports-head mailing list