From owner-svn-ports-all@freebsd.org Sat Apr 2 11:47:53 2016 Return-Path: Delivered-To: svn-ports-all@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 44DBEB00E13; Sat, 2 Apr 2016 11:47:53 +0000 (UTC) (envelope-from madpilot@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 EC2CA1174; Sat, 2 Apr 2016 11:47:52 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u32BlqGj066260; Sat, 2 Apr 2016 11:47:52 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u32BlprW066258; Sat, 2 Apr 2016 11:47:51 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201604021147.u32BlprW066258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 2 Apr 2016 11:47:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412400 - head/games/0ad X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2016 11:47:53 -0000 Author: madpilot Date: Sat Apr 2 11:47:51 2016 New Revision: 412400 URL: https://svnweb.freebsd.org/changeset/ports/412400 Log: - Update to 0.0.20 (alpha 20) - Remove SDL 1.2 support option, support removed upstream - Added project home page to MASTER_SITES Modified: head/games/0ad/Makefile head/games/0ad/distinfo Modified: head/games/0ad/Makefile ============================================================================== --- head/games/0ad/Makefile Sat Apr 2 11:46:18 2016 (r412399) +++ head/games/0ad/Makefile Sat Apr 2 11:47:51 2016 (r412400) @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= 0ad -PORTVERSION= 0.0.19 +PORTVERSION= 0.0.20 CATEGORIES= games -MASTER_SITES= SF/zero-ad/releases +MASTER_SITES= SF/zero-ad/releases \ + http://releases.wildfiregames.com/ DISTFILES= ${PORTNAME}-${PORTVERSION}-alpha-unix-build.tar.xz \ ${PORTNAME}-${PORTVERSION}-alpha-unix-data.tar.xz @@ -29,6 +30,7 @@ USES= compiler:c++11-lib dos2unix execi pkgconfig tar:xz USE_GNOME= libxml2 gtk20 USE_GL= gl +USE_SDL= sdl2 BUNDLE_LIBS= yes DOS2UNIX_REGEX= .*\.([ch]p{0,2}|make) @@ -36,18 +38,6 @@ USE_WX= 2.8+ WX_COMPS= wx:lib MAKE_ENV+= JOBS=${_MAKE_JOBS} -OPTIONS_SINGLE= SDL_VERSION -OPTIONS_SINGLE_SDL_VERSION= SDL SDL2 -OPTIONS_DEFAULT= SDL2 - -SDL_VERSION_DESC= SDL version -SDL_DESC= Use SDL 1.2 (deprecated) -SDL2_DESC= Use SDL 2.0 - -SDL_USE= SDL=sdl -SDL_VARS= 0ADSDLARG=--sdl1 -SDL2_USE= SDL=sdl2 - MANUAL_PACKAGE_BUILD= huge PORTDATA= * Modified: head/games/0ad/distinfo ============================================================================== --- head/games/0ad/distinfo Sat Apr 2 11:46:18 2016 (r412399) +++ head/games/0ad/distinfo Sat Apr 2 11:47:51 2016 (r412400) @@ -1,4 +1,4 @@ -SHA256 (0ad-0.0.19-alpha-unix-build.tar.xz) = 2d43262bbcedbfa19eee23b0e78ae20fc9e0b8f4589855fca95d9908c6839bb3 -SIZE (0ad-0.0.19-alpha-unix-build.tar.xz) = 26192128 -SHA256 (0ad-0.0.19-alpha-unix-data.tar.xz) = 9353f554e94adf66d69e33950f7f2515cfe308eca2c0ad381c6f39f1ad378038 -SIZE (0ad-0.0.19-alpha-unix-data.tar.xz) = 573111260 +SHA256 (0ad-0.0.20-alpha-unix-build.tar.xz) = a396d5cb37057ddd3cd523434f70c56be21588a2228443e7508d2b2d610fc68e +SIZE (0ad-0.0.20-alpha-unix-build.tar.xz) = 25610932 +SHA256 (0ad-0.0.20-alpha-unix-data.tar.xz) = db5eb387ae131bece98a2685e9568cfc4e701a561dd8bb930dfa2dec2043f4d3 +SIZE (0ad-0.0.20-alpha-unix-data.tar.xz) = 575064564