Date: Wed, 2 Apr 2014 11:39:36 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349914 - head/games/openttd Message-ID: <201404021139.s32Bdbc4041643@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Wed Apr 2 11:39:36 2014 New Revision: 349914 URL: http://svnweb.freebsd.org/changeset/ports/349914 QAT: https://qat.redports.org/buildarchive/r349914/ Log: - Update to version 1.4.0 - USE_XZ -> USES (tar:xz) PR: ports/188192 Modified: head/games/openttd/Makefile head/games/openttd/distinfo head/games/openttd/pkg-plist Modified: head/games/openttd/Makefile ============================================================================== --- head/games/openttd/Makefile Wed Apr 2 11:07:43 2014 (r349913) +++ head/games/openttd/Makefile Wed Apr 2 11:39:36 2014 (r349914) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openttd -PORTVERSION= 1.3.3 +PORTVERSION= 1.4.0 CATEGORIES= games MASTER_SITES= http://ftp.snt.utwente.nl/pub/games/openttd/binaries/releases/${PORTVERSION}/ \ http://us.binaries.openttd.org/binaries/releases/${PORTVERSION}/ @@ -16,8 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ liblzo2.so:${PORTSDIR}/archivers/lzo2 -USES= gmake pkgconfig -USE_XZ= yes +USES= gmake pkgconfig tar:xz HAS_CONFIGURE= yes CONFIGURE_ENV= STRIP="${STRIP_CMD} ${STRIP}" CONFIGURE_ARGS= --prefix-dir="${PREFIX}" --data-dir="${DATADIR_REL}" Modified: head/games/openttd/distinfo ============================================================================== --- head/games/openttd/distinfo Wed Apr 2 11:07:43 2014 (r349913) +++ head/games/openttd/distinfo Wed Apr 2 11:39:36 2014 (r349914) @@ -1,2 +1,2 @@ -SHA256 (openttd-1.3.3-source.tar.xz) = 6991ed2c0170481800c3a92a1b43546821a658de91d3ac7efe868588387eca5d -SIZE (openttd-1.3.3-source.tar.xz) = 6370128 +SHA256 (openttd-1.4.0-source.tar.xz) = d85bcb89d499a177a904f627ce407a086db8b26bc9a021030ee7f5534fbe0955 +SIZE (openttd-1.4.0-source.tar.xz) = 6661904 Modified: head/games/openttd/pkg-plist ============================================================================== --- head/games/openttd/pkg-plist Wed Apr 2 11:07:43 2014 (r349913) +++ head/games/openttd/pkg-plist Wed Apr 2 11:39:36 2014 (r349914) @@ -6,6 +6,7 @@ share/pixmaps/openttd.32.xpm %%DATADIR%%/ai/compat_1.1.nut %%DATADIR%%/ai/compat_1.2.nut %%DATADIR%%/ai/compat_1.3.nut +%%DATADIR%%/ai/compat_1.4.nut @dirrm %%DATADIR%%/ai %%DATADIR%%/baseset/no_music.obm %%DATADIR%%/baseset/no_sound.obs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404021139.s32Bdbc4041643>