Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2015 14:15:15 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383870 - head/audio/libgme
Message-ID:  <201504121415.t3CEFFeR019976@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Sun Apr 12 14:15:14 2015
New Revision: 383870
URL: https://svnweb.freebsd.org/changeset/ports/383870

Log:
  - Update to version 0.6.0 and clean up the Makefile
  - Install handful of documentation files (seem useful)
  
  PR:	199210

Modified:
  head/audio/libgme/Makefile
  head/audio/libgme/distinfo
  head/audio/libgme/pkg-plist

Modified: head/audio/libgme/Makefile
==============================================================================
--- head/audio/libgme/Makefile	Sun Apr 12 14:06:52 2015	(r383869)
+++ head/audio/libgme/Makefile	Sun Apr 12 14:15:14 2015	(r383870)
@@ -1,11 +1,11 @@
 # $FreeBSD$
 
 PORTNAME=	libgme
-PORTVERSION=	0.5.5
+PORTVERSION=	0.6.0
 CATEGORIES=	audio
 MASTER_SITES=	GOOGLE_CODE
+PROJECTHOST=	game-music-emu
 DISTNAME=	${PROJECTHOST}-${PORTVERSION}
-EXTRACT_SUFX=	.tbz2
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Collection of video game music emulators
@@ -13,8 +13,19 @@ COMMENT=	Collection of video game music 
 LICENSE=	LGPL21 LGPL3
 LICENSE_COMB=	dual
 
-PROJECTHOST=	game-music-emu
 USES=		tar:bzip2 cmake dos2unix ninja
 USE_LDCONFIG=	yes
 
+PORTDOCS=	changes.txt design.txt gme.txt readme.txt
+
+OPTIONS_DEFINE=	DOCS
+
+post-patch:
+	@${REINPLACE_CMD} -e '/pkgconfig/s,lib/,libdata/,' \
+		${WRKSRC}/gme/CMakeLists.txt
+
+post-install:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+
 .include <bsd.port.mk>

Modified: head/audio/libgme/distinfo
==============================================================================
--- head/audio/libgme/distinfo	Sun Apr 12 14:06:52 2015	(r383869)
+++ head/audio/libgme/distinfo	Sun Apr 12 14:15:14 2015	(r383870)
@@ -1,2 +1,2 @@
-SHA256 (game-music-emu-0.5.5.tbz2) = ecb3586aac9feff2b3141167835f73da0c997efbdd32e559f99477ad01e19089
-SIZE (game-music-emu-0.5.5.tbz2) = 161954
+SHA256 (game-music-emu-0.6.0.tar.bz2) = 506e81d0c61e1a26d503fbf5351503e0b31f9fbb374cb1f09979758b46a24987
+SIZE (game-music-emu-0.6.0.tar.bz2) = 170202

Modified: head/audio/libgme/pkg-plist
==============================================================================
--- head/audio/libgme/pkg-plist	Sun Apr 12 14:06:52 2015	(r383869)
+++ head/audio/libgme/pkg-plist	Sun Apr 12 14:15:14 2015	(r383870)
@@ -1,18 +1,5 @@
-include/gme/Blip_Buffer.h
-include/gme/Classic_Emu.h
-include/gme/Data_Reader.h
-include/gme/Dual_Resampler.h
-include/gme/Effects_Buffer.h
-include/gme/Fir_Resampler.h
-include/gme/Gme_File.h
-include/gme/M3u_Playlist.h
-include/gme/Multi_Buffer.h
-include/gme/Music_Emu.h
-include/gme/blargg_common.h
-include/gme/blargg_config.h
-include/gme/blargg_source.h
 include/gme/gme.h
-include/gme/gme_types.h
 lib/libgme.so
 lib/libgme.so.0
-lib/libgme.so.0.5.3
+lib/libgme.so.0.6.0
+libdata/pkgconfig/libgme.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504121415.t3CEFFeR019976>