diff options
author | ak <ak@FreeBSD.org> | 2012-07-19 05:03:43 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2012-07-19 05:03:43 +0800 |
commit | 6288088a3052f2406f11e007dc725992f374a023 (patch) | |
tree | c546e7f8eea118551566d3605d8a68f976480c89 | |
parent | 96ac4389e5bdbd195ddd309769ed7aa43aef54a3 (diff) | |
download | freebsd-ports-gnome-6288088a3052f2406f11e007dc725992f374a023.tar.gz freebsd-ports-gnome-6288088a3052f2406f11e007dc725992f374a023.tar.zst freebsd-ports-gnome-6288088a3052f2406f11e007dc725992f374a023.zip |
- Update to 0.7.1 (see http://www.gemrb.org/wiki/doku.php?id=changelog)
- Remove ABI version numbers from LIB_DEPENDS
PR: ports/169934
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
-rw-r--r-- | games/gemrb/Makefile | 5 | ||||
-rw-r--r-- | games/gemrb/files/patch-gemrb-plugins-CMakeLists.txt | 10 |
2 files changed, 12 insertions, 3 deletions
diff --git a/games/gemrb/Makefile b/games/gemrb/Makefile index 7046e928d371..caef8f4b7195 100644 --- a/games/gemrb/Makefile +++ b/games/gemrb/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gemrb -PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTVERSION= 0.7.1 CATEGORIES= games emulators MASTER_SITES= SF/${PORTNAME}/GemRB%20Sources/GemRB%20${PORTVERSION}%20Sources @@ -18,7 +17,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - vorbis.4:${PORTSDIR}/audio/libvorbis + vorbis:${PORTSDIR}/audio/libvorbis USE_CMAKE= yes USE_SDL= sdl mixer ttf diff --git a/games/gemrb/files/patch-gemrb-plugins-CMakeLists.txt b/games/gemrb/files/patch-gemrb-plugins-CMakeLists.txt new file mode 100644 index 000000000000..8971246e9faf --- /dev/null +++ b/games/gemrb/files/patch-gemrb-plugins-CMakeLists.txt @@ -0,0 +1,10 @@ +--- gemrb/plugins/CMakeLists.txt.orig 2012-07-15 12:07:51.000000000 -0700 ++++ gemrb/plugins/CMakeLists.txt 2012-07-17 03:26:49.000000000 -0700 +@@ -38,7 +38,6 @@ + ADD_SUBDIRECTORY( TISImporter ) + ADD_SUBDIRECTORY( TLKImporter ) + ADD_SUBDIRECTORY( TTFImporter ) +-ADD_SUBDIRECTORY( VLCPlayer ) + ADD_SUBDIRECTORY( WAVReader ) + ADD_SUBDIRECTORY( WEDImporter ) + ADD_SUBDIRECTORY( WMPImporter ) |