diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-08-31 18:19:37 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-08-31 18:19:37 +0000 |
commit | c97063cf4d4182fa16f38f7433f44c2fab1ed1ef (patch) | |
tree | b88a3743abae7e4cae80897a0f8ef5b7c033f698 /games/lgeneral | |
parent | 1a5c821b0116e5361c3807d306b93e5634e32341 (diff) | |
download | ports-c97063cf4d4182fa16f38f7433f44c2fab1ed1ef.tar.gz ports-c97063cf4d4182fa16f38f7433f44c2fab1ed1ef.zip |
Notes
Diffstat (limited to 'games/lgeneral')
-rw-r--r-- | games/lgeneral/Makefile | 5 | ||||
-rw-r--r-- | games/lgeneral/distinfo | 4 | ||||
-rw-r--r-- | games/lgeneral/files/patch-intl::Makefile.in | 15 |
3 files changed, 5 insertions, 19 deletions
diff --git a/games/lgeneral/Makefile b/games/lgeneral/Makefile index 54987e5c44f3..f46018b945b1 100644 --- a/games/lgeneral/Makefile +++ b/games/lgeneral/Makefile @@ -6,8 +6,7 @@ # PORTNAME= lgeneral -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.2.2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME} \ SF/${PORTNAME}/${PORTNAME}-data:data @@ -17,6 +16,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT \ MAINTAINER= ports@FreeBSD.org COMMENT= A turn-based strategy engine inspired by Panzer General +LICENSE= GPLv2 + CONFLICTS= lgeneral-data-[0-9]* USE_SDL= sdl diff --git a/games/lgeneral/distinfo b/games/lgeneral/distinfo index f8cb8e7dd18d..5d9135dde443 100644 --- a/games/lgeneral/distinfo +++ b/games/lgeneral/distinfo @@ -1,4 +1,4 @@ -SHA256 (lgeneral-1.2.1.tar.gz) = 94fabf87a82e99708a858cde3a53824cec1998c5f02b111178a6b6e46e7d97f6 -SIZE (lgeneral-1.2.1.tar.gz) = 1721089 +SHA256 (lgeneral-1.2.2.tar.gz) = 1817c409120b9e5f51da2cd43c96c5eda91d6a1207417eeb3e8bacd11248eb74 +SIZE (lgeneral-1.2.2.tar.gz) = 1628913 SHA256 (pg-data.tar.gz) = cc6fa5d263d1d5824d706517958b1bb09b405ba0ed21e63e4a4d38e2727d7a04 SIZE (pg-data.tar.gz) = 410476 diff --git a/games/lgeneral/files/patch-intl::Makefile.in b/games/lgeneral/files/patch-intl::Makefile.in deleted file mode 100644 index 69babd49cae5..000000000000 --- a/games/lgeneral/files/patch-intl::Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- intl/Makefile.in.orig 2006-05-29 11:43:09.000000000 -0500 -+++ intl/Makefile.in 2011-03-25 14:51:01.000000000 -0500 -@@ -205,12 +205,2 @@ - --# The dependency for intlh.inst is different in gettext and all other --# packages. Because we cannot you GNU make features we have to solve --# the problem while rewriting Makefile.in. --@GT_YES@intlh.inst: intlh.inst.in ../config.status --@GT_YES@ cd .. \ --@GT_YES@ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \ --@GT_YES@ $(SHELL) ./config.status --@GT_NO@.PHONY: intlh.inst --@GT_NO@intlh.inst: -- - # Tell versions [3.59,3.63) of GNU make not to export all variables. |