Index: head/games/springlobby/Makefile =================================================================== --- head/games/springlobby/Makefile (revision 293033) +++ head/games/springlobby/Makefile (revision 293034) @@ -1,64 +1,64 @@ # New ports collection makefile for: springlobby # Date created: 02 Sep 2009 # Whom: Dmitry Marakasov # # $FreeBSD$ # PORTNAME= springlobby -PORTVERSION= 0.130 +PORTVERSION= 0.143 CATEGORIES= games net MASTER_SITES= http://www.springlobby.info/tarballs/ \ http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Cross-platform lobby client for the Spring RTS project RUN_DEPENDS= spring:${PORTSDIR}/games/spring LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl USE_BZIP2= yes USE_CMAKE= yes CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" \ -DENABLE_DEBUG_REPORT=FALSE USE_WX= 2.8+ WX_UNICODE= yes MAKE_JOBS_SAFE= yes PORTDOCS= * OPTIONS= TORRENT "Support automatic content downloads via torrent" on \ SOUND "Enable sound" on .include .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" .else CMAKE_ARGS+= -DOPTION_TRANSLATION_SUPPORT:BOOL=OFF PLIST_SUB+= NLS="@comment " .endif .if !defined(WITHOUT_TORRENT) LIB_DEPENDS+= torrent-rasterbar.6:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15 .else CMAKE_ARGS+= -DOPTION_TORRENT_SYSTEM:BOOL=OFF .endif .if !defined(WITHOUT_SOUND) USE_OPENAL= al .else CMAKE_ARGS+= -DOPTION_SOUND:BOOL=OFF .endif post-patch: @${REINPLACE_CMD} -e '//d' \ ${WRKSRC}/src/utils/curlhelper.h \ ${WRKSRC}/src/utils/downloader.cpp .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e '/install.*FILES.*share\/doc/ d' \ ${WRKSRC}/CMakeLists.txt .endif .include Property changes on: head/games/springlobby/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property Index: head/games/springlobby/distinfo =================================================================== --- head/games/springlobby/distinfo (revision 293033) +++ head/games/springlobby/distinfo (revision 293034) @@ -1,2 +1,2 @@ -SHA256 (springlobby-0.130.tar.bz2) = 5641185829d41f2506a8790f8f89fb10c83f2cba65ee905b907ac895d9abf3e1 -SIZE (springlobby-0.130.tar.bz2) = 1788541 +SHA256 (springlobby-0.143.tar.bz2) = 4694a0d88c7409a42cc83cd10b80226aa2cc5b2f0f83fa95351638fee3e77b61 +SIZE (springlobby-0.143.tar.bz2) = 1797369 Property changes on: head/games/springlobby/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/games/springlobby/files/patch-src-battlelistctrl.cpp =================================================================== --- head/games/springlobby/files/patch-src-battlelistctrl.cpp (nonexistent) +++ head/games/springlobby/files/patch-src-battlelistctrl.cpp (revision 293034) @@ -0,0 +1,11 @@ +--- src/battlelistctrl.cpp.orig 2012-03-09 20:01:28.000000000 +0400 ++++ src/battlelistctrl.cpp 2012-03-10 07:08:45.273705553 +0400 +@@ -103,7 +103,7 @@ + case 7: return wxFormat(_T("%d") ) % int(battle.GetSpectators()); + case 8: return wxFormat(_T("%d") ) % (int(battle.GetNumUsers()) - int(battle.GetSpectators())); + case 9: return wxFormat(_T("%d") ) % int(battle.GetMaxPlayers()); +- case 10: return ( wxDateTime(battle.GetBattleRunningTime()).FormatISOTime() ); ++ case 10: return ( wxDateTime((time_t)battle.GetBattleRunningTime()).FormatISOTime() ); + } + } + Property changes on: head/games/springlobby/files/patch-src-battlelistctrl.cpp ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property