Date: Mon, 3 Sep 2012 22:24:23 +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: r303625 - head/games/caph Message-ID: <201209032224.q83MONOD052660@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Sep 3 22:24:23 2012 New Revision: 303625 URL: http://svn.freebsd.org/changeset/ports/303625 Log: - Update to 1.1 Modified: head/games/caph/Makefile head/games/caph/distinfo head/games/caph/pkg-plist Modified: head/games/caph/Makefile ============================================================================== --- head/games/caph/Makefile Mon Sep 3 22:19:42 2012 (r303624) +++ head/games/caph/Makefile Mon Sep 3 22:24:23 2012 (r303625) @@ -6,11 +6,9 @@ # PORTNAME= caph -PORTVERSION= 1.0 -PORTREVISION= 2 +PORTVERSION= 1.1 CATEGORIES= games MASTER_SITES= SF/caphgame/${PORTNAME}/caphgame-${PORTVERSION}/ -DISTNAME= caphgame-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Physics-based sandbox game @@ -20,6 +18,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/doc/caph/COPYING +USE_BZIP2= yes USE_SDL= sdl USE_GL= gl Modified: head/games/caph/distinfo ============================================================================== --- head/games/caph/distinfo Mon Sep 3 22:19:42 2012 (r303624) +++ head/games/caph/distinfo Mon Sep 3 22:24:23 2012 (r303625) @@ -1,2 +1,2 @@ -SHA256 (caphgame-1.0.tar.gz) = f2eeebe13ac2f70e6a1a9a072a41b1b7e30fadd69cb711b98805ed814b688ba1 -SIZE (caphgame-1.0.tar.gz) = 752562 +SHA256 (caph-1.1.tar.bz2) = 6415970e7d32aefc6da2740f931052be8741d3f6663910a36962400b7b9a7ae8 +SIZE (caph-1.1.tar.bz2) = 685093 Modified: head/games/caph/pkg-plist ============================================================================== --- head/games/caph/pkg-plist Mon Sep 3 22:19:42 2012 (r303624) +++ head/games/caph/pkg-plist Mon Sep 3 22:24:23 2012 (r303625) @@ -1,6 +1,7 @@ bin/caph %%DATADIR%%/brush.png %%DATADIR%%/caph.conf +%%DATADIR%%/icon.png %%DATADIR%%/maps/bend.map %%DATADIR%%/maps/car.map %%DATADIR%%/maps/cave.map
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209032224.q83MONOD052660>