Date: Wed, 7 Sep 2022 17:23:14 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 59ce61558731 - main - =?utf-8?Q?devel/sdl20:=20update=202.0.22=20=E2=86=92=202.24.0?= Message-ID: <202209071723.287HNEL8091112@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=59ce6155873146926751a46d281d21165f456f95 commit 59ce6155873146926751a46d281d21165f456f95 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-09-06 13:22:56 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-09-07 17:22:42 +0000 devel/sdl20: update 2.0.22 → 2.24.0 --- devel/sdl20/Makefile | 9 ++++----- devel/sdl20/distinfo | 6 +++--- devel/sdl20/pkg-plist | 3 ++- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/devel/sdl20/Makefile b/devel/sdl20/Makefile index 169ca3a01f52..ca62463e8b35 100644 --- a/devel/sdl20/Makefile +++ b/devel/sdl20/Makefile @@ -1,5 +1,5 @@ PORTNAME= sdl2 -DISTVERSION= 2.0.22 +DISTVERSION= 2.24.0 CATEGORIES= devel MASTER_SITES= https://www.libsdl.org/release/ DISTNAME= SDL2-${PORTVERSION} @@ -90,6 +90,7 @@ JACK_LIB_DEPENDS= libjack.so:audio/jack JOYSTICK_CONFIGURE_ENABLE= joystick haptic JOYSTICK_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto JOYSTICK_LIB_DEPENDS= libinotify.so:devel/libinotify +JOYSTICK_BROKEN_OFF= Does not build with JOYSTICK disabled NAS_CONFIGURE_ENABLE= nas nas-shared NAS_LIB_DEPENDS= libaudio.so:audio/nas OSS_CONFIGURE_ENABLE= oss @@ -129,15 +130,13 @@ WAYLAND_IMPLIES= OPENGLES2 X11_CONFIGURE_ENABLE= video-x11 x11-shared \ video-x11-xcursor \ video-x11-xdbe \ - video-x11-xinerama \ video-x11-xinput \ video-x11-xfixes \ video-x11-xrandr \ video-x11-scrnsaver \ - video-x11-xshape \ - video-x11-vm + video-x11-xshape X11_USES= xorg -X11_USE= XORG=xcursor,xext,xinerama,xi,xfixes,xrandr,xscrnsaver,xxf86vm +X11_USE= XORG=xcursor,xext,xi,xfixes,xrandr,xscrnsaver DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus DBUS_CONFIGURE_ENABLE= dbus FCITX_LIB_DEPENDS= libfcitx-config.so:chinese/fcitx diff --git a/devel/sdl20/distinfo b/devel/sdl20/distinfo index 12d5029b3b08..3f836d60852a 100644 --- a/devel/sdl20/distinfo +++ b/devel/sdl20/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1650971027 -SHA256 (SDL2-2.0.22.tar.gz) = fe7cbf3127882e3fc7259a75a0cb585620272c51745d3852ab9dd87960697f2e -SIZE (SDL2-2.0.22.tar.gz) = 7250633 +TIMESTAMP = 1661880729 +SHA256 (SDL2-2.24.0.tar.gz) = 91e4c34b1768f92d399b078e171448c6af18cafda743987ed2064a28954d6d97 +SIZE (SDL2-2.24.0.tar.gz) = 7520541 diff --git a/devel/sdl20/pkg-plist b/devel/sdl20/pkg-plist index 3a4d946581c0..4054b9ffbe59 100644 --- a/devel/sdl20/pkg-plist +++ b/devel/sdl20/pkg-plist @@ -15,6 +15,7 @@ include/SDL2/SDL_events.h include/SDL2/SDL_filesystem.h include/SDL2/SDL_gamecontroller.h include/SDL2/SDL_gesture.h +include/SDL2/SDL_guid.h include/SDL2/SDL_haptic.h include/SDL2/SDL_hidapi.h include/SDL2/SDL_hints.h @@ -79,7 +80,7 @@ include/SDL2/close_code.h lib/cmake/SDL2/sdl2-config-version.cmake lib/cmake/SDL2/sdl2-config.cmake lib/libSDL2-2.0.so.0 -lib/libSDL2-2.0.so.0.22.0 +lib/libSDL2-2.0.so.0.2400.0 lib/libSDL2.a lib/libSDL2.so lib/libSDL2_test.a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209071723.287HNEL8091112>