svn commit: r322143 - head/games/f1lt

Jason Helfman jgh at FreeBSD.org
Mon Jul 1 20:04:50 UTC 2013


Author: jgh
Date: Mon Jul  1 20:04:49 2013
New Revision: 322143
URL: http://svnweb.freebsd.org/changeset/ports/322143

Log:
  - update to 2.1.1
  
  v2.1.1 (29-06-2013):
  - a lot of bugfixes, optimizations and improvements in driver tracker
  - implemented a smooth sync feature for driver tracker - after passing
    a synchronization point (either S1, S2 or finish line) driver is
    accelerated (or deccelerated) on the map to match his real position
  - added sector indicators to driver radar
  - fixed issue with recording uncomplete commentary
  - bugfixes in other tools

Modified:
  head/games/f1lt/Makefile
  head/games/f1lt/distinfo

Modified: head/games/f1lt/Makefile
==============================================================================
--- head/games/f1lt/Makefile	Mon Jul  1 19:58:55 2013	(r322142)
+++ head/games/f1lt/Makefile	Mon Jul  1 20:04:49 2013	(r322143)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	f1lt
-PORTVERSION=	2.1.0
+PORTVERSION=	2.1.1
 CATEGORIES=	games
 MASTER_SITES=	GOOGLE_CODE \
 		LOCAL/jgh/games/${PORTNAME}/
@@ -16,7 +16,7 @@ LICENSE=	GPLv3
 OPTIONS_DEFINE=	DOCS
 
 USE_QT4=	gui network moc_build qmake_build rcc_build uic_build
-WRKSRC=	${WRKDIR}/${PORTNAME}-${PORTVERSION}
+WRKSRC=	${WRKDIR}/${DISTNAME:S|-src||}
 
 HAS_CONFIGURE=	yes
 USE_GMAKE=	yes

Modified: head/games/f1lt/distinfo
==============================================================================
--- head/games/f1lt/distinfo	Mon Jul  1 19:58:55 2013	(r322142)
+++ head/games/f1lt/distinfo	Mon Jul  1 20:04:49 2013	(r322143)
@@ -1,2 +1,2 @@
-SHA256 (f1lt-2.1.0-src.tar.gz) = e9ba0c41b2237af8b90978f48b34999b0bd435c11826c4cce6ec6a7fcd3ae1a6
-SIZE (f1lt-2.1.0-src.tar.gz) = 12268782
+SHA256 (f1lt-2.1.1-src.tar.gz) = f9963bc05c9f07fa2b26014a3ae13e522ded2adaadeb245ce101cb33fe4fac39
+SIZE (f1lt-2.1.1-src.tar.gz) = 12245549


More information about the svn-ports-all mailing list