Index: head/games/7kaa/Makefile =================================================================== --- head/games/7kaa/Makefile (revision 505717) +++ head/games/7kaa/Makefile (revision 505718) @@ -1,47 +1,46 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= 7kaa -PORTVERSION= 2.14.7 -PORTREVISION= 3 +PORTVERSION= 2.15.2 +DISTVERSIONPREFIX= v CATEGORIES= games -MASTER_SITES= SF/skfans/7KAA%20${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Seven Kingdoms: Ancient Adversaries LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_armv6= fails to compile: OBULLET.cpp:41:9: constant expression evaluates to -1 which cannot be narrowed to type 'char' -BROKEN_armv7= fails to compile: OBULLET.cpp:41:9: constant expression evaluates to -1 which cannot be narrowed to type 'char' - LIB_DEPENDS= libenet.so:net/enet \ libcurl.so:ftp/curl -USES= compiler:c++11-lang gmake localbase openal:al pkgconfig tar:xz -GNU_CONFIGURE= yes -LLD_UNSAFE= yes -CONFIGURE_ARGS= --disable-nls # no translations ATM +USE_GITHUB= yes +GH_ACCOUNT= the3dfxdude + +USES= autoreconf gettext-tools gmake localbase openal:al pkgconfig sdl USE_SDL= sdl2 -CXXFLAGS+= -Wno-error=narrowing +GNU_CONFIGURE= yes -PLIST_FILES= bin/${PORTNAME} \ - share/pixmaps/${PORTNAME}.ico +CXXFLAGS+= -fPIC + PORTDOCS= * PORTDATA= * -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls DESKTOP_ENTRIES="7KAA" \ "" \ "${PREFIX}/share/pixmaps/${PORTNAME}.ico" \ "${PORTNAME}" \ "Game;StrategyGame;" \ "" post-install: @${RM} ${STAGEDIR}${DOCSDIR}/COPYING ${INSTALL_DATA} ${WRKSRC}/src/7k.ico ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.ico .include Index: head/games/7kaa/distinfo =================================================================== --- head/games/7kaa/distinfo (revision 505717) +++ head/games/7kaa/distinfo (revision 505718) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496913552 -SHA256 (7kaa-2.14.7.tar.xz) = 9425cfb7f11a915e82d4696649db35a4d53969a9479a4705b403206df462e543 -SIZE (7kaa-2.14.7.tar.xz) = 31342092 +TIMESTAMP = 1562001580 +SHA256 (the3dfxdude-7kaa-v2.15.2_GH0.tar.gz) = 7575f7bdee979ad45a1e19fca37131072fc745662e5d9959af84b82961599703 +SIZE (the3dfxdude-7kaa-v2.15.2_GH0.tar.gz) = 58529212 Index: head/games/7kaa/pkg-descr =================================================================== --- head/games/7kaa/pkg-descr (revision 505717) +++ head/games/7kaa/pkg-descr (revision 505718) @@ -1,8 +1,8 @@ This is a GPL release of the Seven Kingdoms: Ancient Adversaries thanks to Enlight Software which granted the ability to license the game under a free and open source license in 2009. See the file "COPYING" for the details of the license. We are indebted to Enlight for making the 7kfans project possible and giving a new chance to build a community for fans of the game. -WWW: http://7kfans.com/ +WWW: https://7kfans.com/ Index: head/games/7kaa/pkg-plist =================================================================== --- head/games/7kaa/pkg-plist (nonexistent) +++ head/games/7kaa/pkg-plist (revision 505718) @@ -0,0 +1,6 @@ +bin/7kaa +share/pixmaps/7kaa.ico +%%NLS%%share/locale/de/LC_MESSAGES/7kaa.mo +%%NLS%%share/locale/es/LC_MESSAGES/7kaa.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/7kaa.mo +%%NLS%%share/locale/ru/LC_MESSAGES/7kaa.mo Property changes on: head/games/7kaa/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property