mirror of https://git.FreeBSD.org/ports.git
games/vanilla-conquer: update the port to the latest GH snapshot
Among miscellaneous changes, it no longer uses obsolete ftime(3) which was recently moved to the ancillary utilities library, and this had started to cause build failures. Reported by: pkg-fallout
This commit is contained in:
parent
2ee728e3c3
commit
b8100e6348
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= ${GH_PROJECT:tl}
|
||||
PORTVERSION= g20230808
|
||||
PORTVERSION= g20240528
|
||||
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= 59efc89
|
||||
GH_TAGNAME= c2d93fe
|
||||
|
||||
USES= cmake openal sdl
|
||||
USE_SDL= sdl2
|
||||
CMAKE_ON= BUILD_TOOLS
|
||||
CONFIGURE_ENV= GIT_HEAD_SHA1=59efc8949b4bbe3f1fe9961fbcf828b927064f8e \
|
||||
CONFIGURE_ENV= GIT_HEAD_SHA1=c2d93feafd3473b237cbefd193fafc2c68a577ee \
|
||||
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=879
|
||||
GIT_RETRIEVED_STATE=true GIT_REV_LIST_COUNT=909
|
||||
LDFLAGS_i386= -fuse-ld=bfd
|
||||
|
||||
PLIST_FILES= bin/vanillamix bin/vanillara bin/vanillatd \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1691488732
|
||||
SHA256 (TheAssemblyArmada-Vanilla-Conquer-g20230808-59efc89_GH0.tar.gz) = d1d3f8e2cbc3d0669350f4a07eb6ec13ff9ae07e1724136e03db4c2f3e67ffab
|
||||
SIZE (TheAssemblyArmada-Vanilla-Conquer-g20230808-59efc89_GH0.tar.gz) = 3889935
|
||||
TIMESTAMP = 1716898404
|
||||
SHA256 (TheAssemblyArmada-Vanilla-Conquer-g20240528-c2d93fe_GH0.tar.gz) = e2fcac67797f3ed21599ce7e8ea8635e42870e4401a20d78f2d0fb7836c104c7
|
||||
SIZE (TheAssemblyArmada-Vanilla-Conquer-g20240528-c2d93fe_GH0.tar.gz) = 3893218
|
||||
SHA256 (f1a415ebe08c01ccf317.patch) = f9063a3b558b6f04c253d0415efcdbbd7859155c5d096127f89db1711106d417
|
||||
SIZE (f1a415ebe08c01ccf317.patch) = 19376
|
||||
|
|
Loading…
Reference in New Issue