Skip to content

Commit

Permalink
audio/libgme: Update to 0.6.3
Browse files Browse the repository at this point in the history
No changelog provided by upstream

Sponsored by:	Blinkinblox
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Apr 12, 2023
1 parent 2f35240 commit 59beb57
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
7 changes: 4 additions & 3 deletions audio/libgme/Makefile
@@ -1,8 +1,8 @@
PORTNAME= libgme
PORTVERSION= 0.6.1
DISTVERSION= 0.6.3
CATEGORIES= audio
MASTER_SITES= https://bitbucket.org/mpyne/game-music-emu/downloads/
DISTNAME= game-music-emu-${PORTVERSION}
DISTNAME= game-music-emu-${DISTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of video game music emulators
Expand All @@ -11,7 +11,8 @@ WWW= https://bitbucket.org/mpyne/game-music-emu
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/license.txt

USES= cmake dos2unix tar:bzip2
USES= cmake compiler:c++11-lang dos2unix tar:xz
SHEBANG_FILES= ${PORTDOCS}
USE_LDCONFIG= yes

PORTDOCS= changes.txt design.txt gme.txt readme.txt
Expand Down
6 changes: 3 additions & 3 deletions audio/libgme/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1481891839
SHA256 (game-music-emu-0.6.1.tar.bz2) = dc11bea098072d540d4d52dfb252e76fc3d3af67ee2807da48fbd8dbda3fd321
SIZE (game-music-emu-0.6.1.tar.bz2) = 171140
TIMESTAMP = 1681316189
SHA256 (game-music-emu-0.6.3.tar.xz) = aba34e53ef0ec6a34b58b84e28bf8cfbccee6585cebca25333604c35db3e051d
SIZE (game-music-emu-0.6.3.tar.xz) = 234412
3 changes: 2 additions & 1 deletion audio/libgme/pkg-plist
@@ -1,5 +1,6 @@
include/gme/blargg_source.h
include/gme/gme.h
lib/libgme.so
lib/libgme.so.0
lib/libgme.so.0.6.1
lib/libgme.so.0.6.3
libdata/pkgconfig/libgme.pc

0 comments on commit 59beb57

Please sign in to comment.