mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
games/vanilla-conquer: update the port to the latest GitHub commit
This brings various bug fixes (mostly endian-related) and improved AI in skirmish mode.
This commit is contained in:
parent
4e7ab836ad
commit
1ec2079575
@ -1,5 +1,5 @@
|
||||
PORTNAME= ${GH_PROJECT:tl}
|
||||
PORTVERSION= g20220804
|
||||
PORTVERSION= g20230808
|
||||
CATEGORIES= games
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
@ -14,17 +14,17 @@ LICENSE= GPLv3+
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= TheAssemblyArmada
|
||||
GH_PROJECT= Vanilla-Conquer
|
||||
GH_TAGNAME= 8fb1a09
|
||||
GH_TAGNAME= 59efc89
|
||||
|
||||
USES= cmake openal sdl
|
||||
USE_SDL= sdl2
|
||||
CMAKE_ON= BUILD_TOOLS
|
||||
CONFIGURE_ENV= GIT_HEAD_SHA1=8fb1a09c91bd64fe599d4f15bd7fe3cdffd00707 \
|
||||
CONFIGURE_ENV= GIT_HEAD_SHA1=59efc8949b4bbe3f1fe9961fbcf828b927064f8e \
|
||||
GIT_HEAD_SHORT_SHA1=${GH_TAGNAME} \
|
||||
GIT_COMMIT_DATE_ISO8601=${_GET_DATE:sh} \
|
||||
GIT_AUTHOR_NAME=\<irrelevant\> GIT_TAG=latest \
|
||||
GIT_COMMIT_TSTAMP=${_GET_TSTAMP:sh} GIT_IS_DIRTY=true \
|
||||
GIT_RETRIEVED_STATE=true GIT_REV_LIST_COUNT=802
|
||||
GIT_RETRIEVED_STATE=true GIT_REV_LIST_COUNT=879
|
||||
LDFLAGS_i386= -fuse-ld=bfd
|
||||
|
||||
PLIST_FILES= bin/vanillamix bin/vanillara bin/vanillatd \
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1659612087
|
||||
SHA256 (TheAssemblyArmada-Vanilla-Conquer-g20220804-8fb1a09_GH0.tar.gz) = a3d56190973b18f87863f2f15e732040dac24d7391d0d6306cd1c9eeb1362787
|
||||
SIZE (TheAssemblyArmada-Vanilla-Conquer-g20220804-8fb1a09_GH0.tar.gz) = 3883264
|
||||
TIMESTAMP = 1691488732
|
||||
SHA256 (TheAssemblyArmada-Vanilla-Conquer-g20230808-59efc89_GH0.tar.gz) = d1d3f8e2cbc3d0669350f4a07eb6ec13ff9ae07e1724136e03db4c2f3e67ffab
|
||||
SIZE (TheAssemblyArmada-Vanilla-Conquer-g20230808-59efc89_GH0.tar.gz) = 3889935
|
||||
SHA256 (f1a415ebe08c01ccf317.patch) = f9063a3b558b6f04c253d0415efcdbbd7859155c5d096127f89db1711106d417
|
||||
SIZE (f1a415ebe08c01ccf317.patch) = 19376
|
||||
|
Loading…
Reference in New Issue
Block a user