From owner-svn-ports-head@freebsd.org Thu Jul 19 21:27:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2043C104BDBC; Thu, 19 Jul 2018 21:27:41 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BA2F07D518; Thu, 19 Jul 2018 21:27:40 +0000 (UTC) (envelope-from tobik@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B9E92EBA4; Thu, 19 Jul 2018 21:27:40 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6JLRe4P078216; Thu, 19 Jul 2018 21:27:40 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6JLRe1o078215; Thu, 19 Jul 2018 21:27:40 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201807192127.w6JLRe1o078215@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 19 Jul 2018 21:27:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474982 - head/games/ags X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/games/ags X-SVN-Commit-Revision: 474982 X-SVN-Commit-Repository: ports 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.27 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: Thu, 19 Jul 2018 21:27:41 -0000 Author: tobik Date: Thu Jul 19 21:27:40 2018 New Revision: 474982 URL: https://svnweb.freebsd.org/changeset/ports/474982 Log: games/ags: Update to 3.4.1.14 - Add missing compiler:c++11-lib and try building on powerpc64 again Changes: https://raw.githubusercontent.com/adventuregamestudio/ags/v.3.4.1.14/Changes.txt Modified: head/games/ags/Makefile head/games/ags/distinfo Modified: head/games/ags/Makefile ============================================================================== --- head/games/ags/Makefile Thu Jul 19 21:16:02 2018 (r474981) +++ head/games/ags/Makefile Thu Jul 19 21:27:40 2018 (r474982) @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= ags -DISTVERSIONPREFIX= v. -DISTVERSION= 3.4.1.13 +DISTVERSION= 3.4.1.14 CATEGORIES= games +MASTER_SITES= https://github.com/adventuregamestudio/ags/releases/download/v.${DISTVERSION}/ +DISTNAME= ags_linux_v.${DISTVERSION} MAINTAINER= tobik@FreeBSD.org COMMENT= Adventure Game Studio Engine @@ -18,12 +19,7 @@ LIB_DEPENDS= liballeg.so:devel/allegro \ libvorbis.so:audio/libvorbis \ libfreetype.so:print/freetype2 -BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++11" - -USE_GITHUB= yes -GH_ACCOUNT= adventuregamestudio - -USES= gmake localbase pkgconfig tar:xz +USES= compiler:c++11-lib gmake localbase pkgconfig tar:xz USE_XORG= x11 BUILD_WRKSRC= ${WRKSRC}/Engine Modified: head/games/ags/distinfo ============================================================================== --- head/games/ags/distinfo Thu Jul 19 21:16:02 2018 (r474981) +++ head/games/ags/distinfo Thu Jul 19 21:27:40 2018 (r474982) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526281649 -SHA256 (adventuregamestudio-ags-v.3.4.1.13_GH0.tar.gz) = a902587a33974af5d88eee97ba039b5fded02907e59e435e55fe052a5b00d788 -SIZE (adventuregamestudio-ags-v.3.4.1.13_GH0.tar.gz) = 9451204 +TIMESTAMP = 1532035000 +SHA256 (ags_linux_v.3.4.1.14.tar.xz) = 44f938cd369a7214a142f40973accc3ef457dca64c5aa9b0254db1b57833ae04 +SIZE (ags_linux_v.3.4.1.14.tar.xz) = 861544