FreeBSD Bugzilla – Attachment 246942 Details for
Bug 275668
devel/love: Update to 11.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update devel/love to 11.5
devel-love_1.5.diff (text/plain), 2.08 KB, created by
Tobias Rehbein
on 2023-12-09 22:30:35 UTC
(
hide
)
Description:
Update devel/love to 11.5
Filename:
MIME Type:
Creator:
Tobias Rehbein
Created:
2023-12-09 22:30:35 UTC
Size:
2.08 KB
patch
obsolete
>commit aa19d62cfce1d119eb550b5151b6c0fb4b99485a >Author: Tobias Rehbein <tobias.rehbein@web.de> >Date: Sun Dec 3 23:48:14 2023 +0100 > > devel/love: Update to 11.5 > > This is a small release primarily to fix major bugs in LuaJIT's > implementation of the pairs iterator, plus a few other bug fixes and > minor changes in LÃVE itself. > > Changelog: https://love2d.org/wiki/11.5 > > While here, don't use a explicit dependency line for luajit. Leverage > the luajit USES macro instead. This also lets depend devel/love on > lang/luajit-devel, which is in line with the builds provided by > upstream. > >diff --git a/devel/love/Makefile b/devel/love/Makefile >index 1eb0978c8266..2f84eb9f594e 100644 >--- a/devel/love/Makefile >+++ b/devel/love/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= love >-PORTVERSION= 11.4 >+PORTVERSION= 11.5 > CATEGORIES= devel games > MASTER_SITES= https://github.com/love2d/love/releases/download/${PORTVERSION}/ > DISTNAME= ${PORTNAME}-${PORTVERSION}-linux-src >@@ -37,7 +37,7 @@ OPTIONS_DEFAULT_i386= LUAJIT > OPTIONS_DEFAULT_amd64= LUAJIT > > LUAJIT_DESC= Use luajit >-LUAJIT_LIB_DEPENDS= libluajit-5.1.so:lang/luajit >+LUAJIT_USES= luajit > LUAJIT_CONFIGURE_ON= --with-lua=luajit > LUAJIT_USES_OFF= lua:51 # stay compatible, e.g. games/mari0 crashes with 53..54 > LUAJIT_CONFIGURE_OFF= --with-lua=lua \ >diff --git a/devel/love/distinfo b/devel/love/distinfo >index 5bb49be3dbc7..5e63cba08702 100644 >--- a/devel/love/distinfo >+++ b/devel/love/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1647437233 >-SHA256 (love-11.4-linux-src.tar.gz) = e32feecaf5f4f210242a4b5f26cdf9ce9014bfde18d51286f643bb7fe51f5369 >-SIZE (love-11.4-linux-src.tar.gz) = 2925931 >+TIMESTAMP = 1701902781 >+SHA256 (love-11.5-linux-src.tar.gz) = 066e0843f71aa9fd28b8eaf27d41abb74bfaef7556153ac2e3cf08eafc874c39 >+SIZE (love-11.5-linux-src.tar.gz) = 2937716 >diff --git a/devel/love/pkg-plist b/devel/love/pkg-plist >index fe41531ece03..2fdb8610c300 100644 >--- a/devel/love/pkg-plist >+++ b/devel/love/pkg-plist >@@ -1,5 +1,5 @@ > bin/love >-lib/liblove-11.4.so >+lib/liblove-11.5.so > lib/liblove.so > man/man1/love.1.gz > share/applications/love.desktop
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 275668
: 246942