Saturday, March 03, 2018

Re: update: games/urbanterror and games/urbanterror-data

This is not an uploaded release tarball, it's auto-generated so please keep
GH_*.

Like Makefile.template says, look at the file url -

/archive/ -> GH_*
/releases/ -> MASTER_SITES etc

--
Sent from a phone, apologies for poor formatting.



On 3 March 2018 07:07:47 Ryan Freeman <ryan@slipgate.org> wrote:

> Hot on the heels of the 4.3.2 hotfix is a full-fledged 4.3.3 release.
>
> Titled 'Still Dying', it has lots of bug fixes and game behavior
> tweaks this time around, as well as security fixes:
>
> http://www.urbanterror.info/news/516-urban-terror-4-3-3-release/
>
> Diff inline for both urbanterror and urbanterror-data
>
> I've switched this from the GH_ vars to using a release tarball
> in the engine port.
>
> Builds and packages good here on amd64, OKs and anyone available
> to commit? I am hoping we can sneak this one if we are getting
> close to lock, as most servers seem to have already made the switch
> and the current version in ports won't be able to join network
> games.
>
> Cheers,
> -ryan
>
>
> Index: urbanterror/Makefile
> ===================================================================
> RCS file: /cvs/ports/games/urbanterror/Makefile,v
> retrieving revision 1.5
> diff -u -p -r1.5 Makefile
> --- urbanterror/Makefile 26 Feb 2018 08:54:59 -0000 1.5
> +++ urbanterror/Makefile 3 Mar 2018 06:47:10 -0000
> @@ -2,12 +2,10 @@
>
> ONLY_FOR_ARCHS = amd64 i386
>
> +V = 4.3.3
> COMMENT = fast-paced hollywood-tactical shooter: "fun over realism"
> -DISTNAME = urbanterror-4.3.2pl1
> -
> -GH_ACCOUNT = Barbatos
> -GH_PROJECT = ioq3-for-UrbanTerror-4
> -GH_TAGNAME = release-4.3.2-hotfix
> +DISTNAME = release-${V}
> +PKGNAME = urbanterror-${V}
>
> CATEGORIES = games x11
>
> @@ -20,9 +18,12 @@ PERMIT_PACKAGE_CDROM = Yes
>
> WANTLIB += X11 Xxf86vm c m pthread SDL
>
> +MASTER_SITES = https://github.com/Barbatos/ioq3-for-UrbanTerror-4/archive/
> +
> LIB_DEPENDS = devel/sdl
> RUN_DEPENDS = games/urbanterror-data \
> net/curl
> +
> # using clang's integrated assembler for %xmm (code/qcommon/snapvector_sse.c)
> MODULES = lang/clang
> MODCLANG_ARCHS = i386
> @@ -32,6 +33,8 @@ ALL_TARGET = release
>
> MAKE_ENV = V=1 \
> DEFAULT_BASEDIR=${TRUEPREFIX}/share/urbanterror
> +
> +WRKDIST = ${WRKDIR}/ioq3-for-UrbanTerror-4-release-${V}
>
> do-install:
> ${INSTALL_PROGRAM} \
> Index: urbanterror/distinfo
> ===================================================================
> RCS file: /cvs/ports/games/urbanterror/distinfo,v
> retrieving revision 1.4
> diff -u -p -r1.4 distinfo
> --- urbanterror/distinfo 26 Feb 2018 08:54:59 -0000 1.4
> +++ urbanterror/distinfo 3 Mar 2018 06:47:10 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (urbanterror-4.3.2pl1.tar.gz) =
> kyvOLKLR+uSd9mLoUQmf1kmNV8VuDE+dXMOg+NtAhNI=
> -SIZE (urbanterror-4.3.2pl1.tar.gz) = 3326324
> +SHA256 (release-4.3.3.tar.gz) = uQvKfqksCyfUzjvArkTlPEu1jaJsgHXSOUYxeSPEa2A=
> +SIZE (release-4.3.3.tar.gz) = 3325609
> Index: urbanterror-data/Makefile
> ===================================================================
> RCS file: /cvs/ports/games/urbanterror-data/Makefile,v
> retrieving revision 1.5
> diff -u -p -r1.5 Makefile
> --- urbanterror-data/Makefile 9 Feb 2017 11:19:47 -0000 1.5
> +++ urbanterror-data/Makefile 3 Mar 2018 06:47:10 -0000
> @@ -3,11 +3,11 @@
> ONLY_FOR_ARCHS = amd64 i386
>
> COMMENT = Urban Terror game data
> -PKGNAME = urbanterror-data-4.3.2
> +PKGNAME = urbanterror-data-4.3.3
> CATEGORIES = games
>
> URT_VER = 43
> -URT_REV = 2
> +URT_REV = 3
>
> DISTNAME = UrbanTerror${URT_VER}${URT_REV}_full
>
> Index: urbanterror-data/distinfo
> ===================================================================
> RCS file: /cvs/ports/games/urbanterror-data/distinfo,v
> retrieving revision 1.3
> diff -u -p -r1.3 distinfo
> --- urbanterror-data/distinfo 7 Feb 2017 06:12:27 -0000 1.3
> +++ urbanterror-data/distinfo 3 Mar 2018 06:47:10 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (UrbanTerror432_full.zip) =
> dN7hVm+mzQ6ybYZhSaG2rX6PGKZTaT8CeQwF73zjUqQ=
> -SIZE (UrbanTerror432_full.zip) = 1469432087
> +SHA256 (UrbanTerror433_full.zip) =
> w1gnGSckr8qqB9e9t08X4G5LhlNGZy7aKwBxez0CMGc=
> +SIZE (UrbanTerror433_full.zip) = 1472028382
>

No comments:

Post a Comment