mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 1.3.0
- Regenerate patch to silence portlint warning PR: 202849 Submitted by: tkato432@yahoo.com
This commit is contained in:
parent
efde50083c
commit
6f7709e4b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396083
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lgeneral
|
||||
PORTVERSION= 1.2.6
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.3.0
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME} \
|
||||
SF/${PORTNAME}/${PORTNAME}-data:data
|
||||
@ -38,6 +37,7 @@ SOUND_CONFIGURE_OFF= --disable-sound
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/icons.*|/pixmaps|' ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|' ${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
.for i in flags terrain units
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (lgeneral-1.2.6.tar.gz) = be85d63b718475dfc2ff48ac30e70fa020cac169e8b11bbd229cd2f4fe2570b4
|
||||
SIZE (lgeneral-1.2.6.tar.gz) = 1676266
|
||||
SHA256 (lgeneral-1.3.0.tar.gz) = bd23962a8a98c1a3d3c176213c0b1845fd872ca68c141e2beff8d1a3792784ea
|
||||
SIZE (lgeneral-1.3.0.tar.gz) = 1679182
|
||||
SHA256 (pg-data.tar.gz) = cc6fa5d263d1d5824d706517958b1bb09b405ba0ed21e63e4a4d38e2727d7a04
|
||||
SIZE (pg-data.tar.gz) = 410476
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- ./lgc-pg/misc.c.orig 2011-08-08 04:03:56.000000000 -0400
|
||||
+++ ./lgc-pg/misc.c 2014-08-10 23:06:31.000000000 -0400
|
||||
@@ -405,7 +405,10 @@
|
||||
--- lgc-pg/misc.c.orig 2015-03-15 14:09:24 UTC
|
||||
+++ lgc-pg/misc.c
|
||||
@@ -428,7 +428,10 @@ const char *get_gamedir(void)
|
||||
return ".";
|
||||
#else
|
||||
static char gamedir[MAXPATHLEN];
|
||||
|
Loading…
Reference in New Issue
Block a user