Date: Sat, 3 Nov 2018 14:08:36 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483894 - head/games/rtb Message-ID: <201811031408.wA3E8aTG086318@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Nov 3 14:08:35 2018 New Revision: 483894 URL: https://svnweb.freebsd.org/changeset/ports/483894 Log: Properly register info files Modified: head/games/rtb/Makefile head/games/rtb/pkg-plist Modified: head/games/rtb/Makefile ============================================================================== --- head/games/rtb/Makefile Sat Nov 3 13:53:29 2018 (r483893) +++ head/games/rtb/Makefile Sat Nov 3 14:08:35 2018 (r483894) @@ -4,7 +4,7 @@ PORTNAME= RealTimeBattle PORTVERSION= 1.0.8 DISTVERSIONSUFFIX= -Ext -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}-1.0.x/${PORTNAME}%20${PORTVERSION} @@ -21,6 +21,7 @@ USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rtb-dir=${PREFIX}/lib/${PORTNAME} +INFO= RealTimeBattle CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} CXXFLAGS_clang= -Wno-c++11-narrowing CPPFLAGS+= -I${LOCALBASE}/include Modified: head/games/rtb/pkg-plist ============================================================================== --- head/games/rtb/pkg-plist Sat Nov 3 13:53:29 2018 (r483893) +++ head/games/rtb/pkg-plist Sat Nov 3 14:08:35 2018 (r483894) @@ -1,6 +1,5 @@ bin/realtimebattle include/RealTimeBattle/Messagetypes.h -info/RealTimeBattle.info lib/RealTimeBattle/Arenas/Circle.arena lib/RealTimeBattle/Arenas/Circles.arena lib/RealTimeBattle/Arenas/Cross.arena
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811031408.wA3E8aTG086318>