1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

- Update to 1.2.2

- Add License
This commit is contained in:
Sylvio Cesar Teixeira 2011-08-31 18:19:37 +00:00
parent 1a5c821b01
commit c97063cf4d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280872
3 changed files with 5 additions and 19 deletions

View File

@ -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

View File

@ -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

View File

@ -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.