Date: Thu, 19 Jul 2018 21:27:40 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474982 - head/games/ags Message-ID: <201807192127.w6JLRe1o078215@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807192127.w6JLRe1o078215>