Date: Sun, 17 Nov 2013 20:21:04 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334120 - head/games/violetland Message-ID: <201311172021.rAHKL4fF049993@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Nov 17 20:21:03 2013 New Revision: 334120 URL: http://svnweb.freebsd.org/changeset/ports/334120 Log: - Fix data file corruption due to excessive USE_DOS2UNIX Modified: head/games/violetland/Makefile Modified: head/games/violetland/Makefile ============================================================================== --- head/games/violetland/Makefile Sun Nov 17 20:07:07 2013 (r334119) +++ head/games/violetland/Makefile Sun Nov 17 20:21:03 2013 (r334120) @@ -3,7 +3,7 @@ PORTNAME= violetland PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= GOOGLE_CODE \ http://mirror.amdmi3.ru/distfiles/ @@ -18,7 +18,7 @@ USE_ZIP= yes USE_SDL= sdl mixer image ttf USE_GL= gl glu USES= cmake gettext -USE_DOS2UNIX= yes +USE_DOS2UNIX= CMakeLists.txt src/system/utility/FileUtility.cpp CMAKE_ARGS= -DDATA_INSTALL_DIR="${DATADIR}" WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311172021.rAHKL4fF049993>