On Tue, Jan 02, 2024 at 10:48:30AM +0100, Omar Polo wrote:
> Hello,
> 
> Is this the correct plist magic to allow the update from 11.4->11.5?
> Works for me(tm) but I'm not sure.
> 
> Otherwise, this is a bugfix release.  Changelog available here:
> <https://github.com/love2d/love/releases/tag/11.5>.
> 
> Thanks,
> 
> Omar Polo

Straightforward update, builds and runs without issues. Tested it with
a love-11 game "Sternly Worded Adventures" and everything works as
expected. ok thfr@

> Index: Makefile
> ===================================================================
> RCS file: /home/cvs/ports/games/love/11/Makefile,v
> diff -u -p -r1.4 Makefile
> --- Makefile  20 Sep 2023 07:13:57 -0000      1.4
> +++ Makefile  5 Dec 2023 20:03:38 -0000
> @@ -2,8 +2,7 @@
>  # Hashing not yet implemented for big endian
>  NOT_FOR_ARCHS =              ${BE_ARCHS}
>  
> -VERSION =            11.4
> -REVISION =           0
> +VERSION =            11.5
>  
>  SHARED_LIBS =                love-${VERSION} 0.0
>  
> Index: distinfo
> ===================================================================
> RCS file: /home/cvs/ports/games/love/11/distinfo,v
> diff -u -p -r1.1.1.1 distinfo
> --- distinfo  27 Feb 2023 10:53:43 -0000      1.1.1.1
> +++ distinfo  5 Dec 2023 20:05:23 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (love-11.4-linux-src.tar.gz) = 
> 4y/uyvX08hAkKktfJs35zpAUv94Y1RKG9kO7f+UfU2k=
> -SIZE (love-11.4-linux-src.tar.gz) = 2925931
> +SHA256 (love-11.5-linux-src.tar.gz) = 
> Bm4IQ/caqf0ouOryfUGrt0v673VWFTrC488I6vyHTDk=
> +SIZE (love-11.5-linux-src.tar.gz) = 2937716
> Index: pkg/PLIST
> ===================================================================
> RCS file: /home/cvs/ports/games/love/11/pkg/PLIST,v
> diff -u -p -r1.1.1.1 PLIST
> --- pkg/PLIST 27 Feb 2023 10:53:43 -0000      1.1.1.1
> +++ pkg/PLIST 14 Dec 2023 12:14:35 -0000
> @@ -1,5 +1,6 @@
>  @option no-default-conflict
>  @option is-branch
> +@conflict love->=11,<12
>  @bin bin/love${SUFFIX}
>  @lib lib/liblove-${VERSION}.so.${LIBlove-${VERSION}_VERSION}
>  @man man/man1/love${SUFFIX}.1
> 

Reply via email to