Skip to content

Commit

Permalink
audio/sdl2_sound: update 2.0.1 → 2.0.2
Browse files Browse the repository at this point in the history
PR:		273015
  • Loading branch information
AMDmi3 committed Sep 20, 2023
1 parent e14796b commit 61a12c5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
7 changes: 3 additions & 4 deletions audio/sdl2_sound/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sdl2_sound
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.1
DISTVERSION= 2.0.2
CATEGORIES= audio

MAINTAINER= amdmi3@FreeBSD.org
Expand Down Expand Up @@ -35,11 +35,10 @@ post-install:

post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/docs && ${INSTALL_DATA} CHANGELOG.txt \
CREDITS.txt README.txt ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} README.md docs/CHANGELOG.txt docs/CREDITS.txt ${STAGEDIR}${DOCSDIR}/

post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/*.c ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/*.c ${STAGEDIR}${EXAMPLESDIR}/

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions audio/sdl2_sound/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1648728983
SHA256 (icculus-SDL_sound-v2.0.1_GH0.tar.gz) = 3527f05b7a3f00d8523cf25671598c85568b4e8b615ce7570113b44cbb7d555c
SIZE (icculus-SDL_sound-v2.0.1_GH0.tar.gz) = 443682
TIMESTAMP = 1688690484
SHA256 (icculus-SDL_sound-v2.0.2_GH0.tar.gz) = 5f92600de48ec640985d13e50d111af9ac30be797bc9a36eafa5d8cecc7e1f60
SIZE (icculus-SDL_sound-v2.0.2_GH0.tar.gz) = 459868
9 changes: 8 additions & 1 deletion audio/sdl2_sound/pkg-plist
@@ -1,6 +1,13 @@
bin/playsound2
include/SDL2/SDL_sound.h
lib/cmake/SDL2_sound/SDL2_sound-shared-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/SDL2_sound/SDL2_sound-shared-targets.cmake
lib/cmake/SDL2_sound/SDL2_sound-static-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/SDL2_sound/SDL2_sound-static-targets.cmake
lib/cmake/SDL2_sound/SDL2_soundConfig.cmake
lib/cmake/SDL2_sound/SDL2_soundConfigVersion.cmake
lib/libSDL2_sound.a
lib/libSDL2_sound.so
lib/libSDL2_sound.so.2
lib/libSDL2_sound.so.2.0.1
lib/libSDL2_sound.so.2.0.2
libdata/pkgconfig/SDL2_sound.pc

0 comments on commit 61a12c5

Please sign in to comment.