From owner-svn-ports-head@freebsd.org Wed Jun 1 16:01:53 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5708AB6116B; Wed, 1 Jun 2016 16:01:53 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 296F81136; Wed, 1 Jun 2016 16:01:53 +0000 (UTC) (envelope-from nemysis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u51G1qxS021346; Wed, 1 Jun 2016 16:01:52 GMT (envelope-from nemysis@FreeBSD.org) Received: (from nemysis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u51G1qs7021344; Wed, 1 Jun 2016 16:01:52 GMT (envelope-from nemysis@FreeBSD.org) Message-Id: <201606011601.u51G1qs7021344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nemysis set sender to nemysis@FreeBSD.org using -f From: Rusmir Dusko Date: Wed, 1 Jun 2016 16:01:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416248 - head/games/asteroid 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.22 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: Wed, 01 Jun 2016 16:01:53 -0000 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