- Update to 0.6.0
This commit is contained in:
parent
0ef0bf1a5b
commit
c87faa82d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376792
3 changed files with 10 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sdl2pp
|
||||
PORTVERSION= 0.5.2
|
||||
PORTVERSION= 0.6.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
|
@ -14,12 +14,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= AMDmi3
|
||||
GH_PROJECT= libSDL2pp
|
||||
GH_COMMIT= 4d194be
|
||||
GH_COMMIT= feabe14
|
||||
|
||||
USES= compiler:c++11-lib cmake
|
||||
CMAKE_ARGS= -DRUN_GUI_TESTS=OFF \
|
||||
-DSDL2PP_WITH_WERROR=ON
|
||||
USE_SDL= sdl2 image2
|
||||
USE_SDL= sdl2 image2 ttf2
|
||||
|
||||
PORTDOCS= *
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (sdl2pp-0.5.2.tar.gz) = 6e95996a412d9cfca5765174cc98af4401cdcc473fe9d8b8d93107966acc3220
|
||||
SIZE (sdl2pp-0.5.2.tar.gz) = 94581
|
||||
SHA256 (sdl2pp-0.6.0.tar.gz) = 704e7da85a883da02ca89a3ffc07c7850d0c0c9de84f1b00ca21261f21c38140
|
||||
SIZE (sdl2pp-0.6.0.tar.gz) = 186548
|
||||
|
|
|
@ -3,6 +3,7 @@ include/SDL2pp/AudioSpec.hh
|
|||
include/SDL2pp/Config.hh
|
||||
include/SDL2pp/ContainerRWops.hh
|
||||
include/SDL2pp/Exception.hh
|
||||
include/SDL2pp/Font.hh
|
||||
include/SDL2pp/Optional.hh
|
||||
include/SDL2pp/Point.hh
|
||||
include/SDL2pp/RWops.hh
|
||||
|
@ -10,12 +11,15 @@ include/SDL2pp/Rect.hh
|
|||
include/SDL2pp/Renderer.hh
|
||||
include/SDL2pp/SDL.hh
|
||||
include/SDL2pp/SDL2pp.hh
|
||||
include/SDL2pp/SDLImage.hh
|
||||
include/SDL2pp/SDLTTF.hh
|
||||
include/SDL2pp/StreamRWops.hh
|
||||
include/SDL2pp/Surface.hh
|
||||
include/SDL2pp/Texture.hh
|
||||
include/SDL2pp/Wav.hh
|
||||
include/SDL2pp/Window.hh
|
||||
include/SDL2pp/external/libcpp_optional.hh
|
||||
lib/libSDL2pp.so
|
||||
lib/libSDL2pp.so.3
|
||||
lib/libSDL2pp.so.3.0.0
|
||||
lib/libSDL2pp.so.3.1.0
|
||||
libdata/pkgconfig/sdl2pp.pc
|
||||
|
|
Loading…
Reference in a new issue