Date: Fri, 15 Jan 2016 07:02:03 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406144 - head/games/lgeneral Message-ID: <201601150702.u0F723BF026915@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Fri Jan 15 07:02:03 2016 New Revision: 406144 URL: https://svnweb.freebsd.org/changeset/ports/406144 Log: - Update to 1.3.1 PR: 206247 Submitted by: ports fury Modified: head/games/lgeneral/Makefile head/games/lgeneral/distinfo head/games/lgeneral/pkg-descr head/games/lgeneral/pkg-plist Modified: head/games/lgeneral/Makefile ============================================================================== --- head/games/lgeneral/Makefile Fri Jan 15 07:00:21 2016 (r406143) +++ head/games/lgeneral/Makefile Fri Jan 15 07:02:03 2016 (r406144) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lgeneral -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME} \ SF/${PORTNAME}/${PORTNAME}-data:data @@ -13,6 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Turn-based strategy engine inspired by Panzer General LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake USE_CSTD= gnu89 Modified: head/games/lgeneral/distinfo ============================================================================== --- head/games/lgeneral/distinfo Fri Jan 15 07:00:21 2016 (r406143) +++ head/games/lgeneral/distinfo Fri Jan 15 07:02:03 2016 (r406144) @@ -1,4 +1,4 @@ -SHA256 (lgeneral-1.3.0.tar.gz) = bd23962a8a98c1a3d3c176213c0b1845fd872ca68c141e2beff8d1a3792784ea -SIZE (lgeneral-1.3.0.tar.gz) = 1679182 +SHA256 (lgeneral-1.3.1.tar.gz) = 6e95a84d7772f0bd2d64edac8c2aa45c6f750ae47bfb9dc203fe53a089e5562c +SIZE (lgeneral-1.3.1.tar.gz) = 1678892 SHA256 (pg-data.tar.gz) = cc6fa5d263d1d5824d706517958b1bb09b405ba0ed21e63e4a4d38e2727d7a04 SIZE (pg-data.tar.gz) = 410476 Modified: head/games/lgeneral/pkg-descr ============================================================================== --- head/games/lgeneral/pkg-descr Fri Jan 15 07:00:21 2016 (r406143) +++ head/games/lgeneral/pkg-descr Fri Jan 15 07:02:03 2016 (r406144) @@ -1,7 +1,8 @@ -LGeneral is a turn-based strategy engine heavily inspired by Panzer General. -You play single scenarios or whole campaigns turn by turn against a human -player or the AI. Entrenchment, rugged defense, defensive fire, surprise -contacts, surrender, unit supply, weather influence, reinforcements and other -implementations contribute to the tactical and strategic depth of the game. +LGeneral is a turn-based strategy engine heavily inspired by Panzer +General. You play single scenarios or whole campaigns turn by turn +against a human player or the AI. Entrenchment, rugged defense, +defensive fire, surprise contacts, surrender, unit supply, weather +influence, reinforcements and other implementations contribute to the +tactical and strategic depth of the game. WWW: http://lgames.sourceforge.net/index.php?project=LGeneral Modified: head/games/lgeneral/pkg-plist ============================================================================== --- head/games/lgeneral/pkg-plist Fri Jan 15 07:00:21 2016 (r406143) +++ head/games/lgeneral/pkg-plist Fri Jan 15 07:02:03 2016 (r406144) @@ -35,9 +35,6 @@ share/applications/lgeneral.desktop %%DATADIR%%/gfx/terrain/pg/airfield.bmp %%DATADIR%%/gfx/terrain/pg/airfield_rain.bmp %%DATADIR%%/gfx/terrain/pg/airfield_snow.bmp -%%DATADIR%%/gfx/terrain/pg/bridge.bmp -%%DATADIR%%/gfx/terrain/pg/bridge_rain.bmp -%%DATADIR%%/gfx/terrain/pg/bridge_snow.bmp %%DATADIR%%/gfx/terrain/pg/clear.bmp %%DATADIR%%/gfx/terrain/pg/clear_rain.bmp %%DATADIR%%/gfx/terrain/pg/clear_snow.bmp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601150702.u0F723BF026915>