diff options
author | miwi <miwi@FreeBSD.org> | 2016-01-15 15:02:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2016-01-15 15:02:03 +0800 |
commit | 119c05bfe72a5104df8ab1ca197204e82958f5b5 (patch) | |
tree | 0a50b514b135ca96e33260948f1a7f24b834c889 /games | |
parent | 903d0862233fac9513772048cd72479806ad58c0 (diff) | |
download | freebsd-ports-graphics-119c05bfe72a5104df8ab1ca197204e82958f5b5.tar.gz freebsd-ports-graphics-119c05bfe72a5104df8ab1ca197204e82958f5b5.tar.zst freebsd-ports-graphics-119c05bfe72a5104df8ab1ca197204e82958f5b5.zip |
- Update to 1.3.1
PR: 206247
Submitted by: ports fury
Diffstat (limited to 'games')
-rw-r--r-- | games/lgeneral/Makefile | 3 | ||||
-rw-r--r-- | games/lgeneral/distinfo | 4 | ||||
-rw-r--r-- | games/lgeneral/pkg-descr | 11 | ||||
-rw-r--r-- | games/lgeneral/pkg-plist | 3 |
4 files changed, 10 insertions, 11 deletions
diff --git a/games/lgeneral/Makefile b/games/lgeneral/Makefile index 0044dcc2f39..a6e734a95e8 100644 --- a/games/lgeneral/Makefile +++ b/games/lgeneral/Makefile @@ -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 diff --git a/games/lgeneral/distinfo b/games/lgeneral/distinfo index e2638f8dc92..7eac1a8aed5 100644 --- a/games/lgeneral/distinfo +++ b/games/lgeneral/distinfo @@ -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 diff --git a/games/lgeneral/pkg-descr b/games/lgeneral/pkg-descr index 1536b995784..04bfcd1635a 100644 --- a/games/lgeneral/pkg-descr +++ b/games/lgeneral/pkg-descr @@ -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 diff --git a/games/lgeneral/pkg-plist b/games/lgeneral/pkg-plist index 5f1fa04c21c..d6db3d52045 100644 --- a/games/lgeneral/pkg-plist +++ b/games/lgeneral/pkg-plist @@ -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 |