Tue Feb 10 03:34:19 2015 UTC ()
4.0.10 (20141030):
	- Add AIFF file output driver (by Lorence Lombardo)
	- Add command 'h' to display help message (by Eugene Toder)
	- Fix sound driver deinitialization on signal (by Eugene Toder)
	- Adjust CoreAudio driver latency
	- Fix missing --all-sequences in help message

4.0.9 (20140926):
	- Add option '-p' to set the default pan amplitude
	- Add parameter 'default_pan' to configuration file
	- Fix library detection when cross-compiling
	- Fix Visual Studio 2013 build (by Stephen Leary)
	- Default pan amplitude set to 50%

4.0.8 (20140714):
	- Add command 'c' to display module comment
	- Add command-line option -C to display module comment
	- Fix ignored amplify option (by Dennis Lindroos)
	- Fix Win64 compatibility (by Ozkan Sezer)
	- Fix configuration file location in Windows (by Ozkan Sezer)
	- Fix screen corruption with large number of rows


(rxg)
diff -r1.45 -r1.46 pkgsrc/audio/xmp/Makefile
diff -r1.16 -r1.17 pkgsrc/audio/xmp/distinfo

cvs diff -r1.45 -r1.46 pkgsrc/audio/xmp/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/xmp/Makefile 2014/06/09 14:18:06 1.45
+++ pkgsrc/audio/xmp/Makefile 2015/02/10 03:34:19 1.46
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.45 2014/06/09 14:18:06 ryoon Exp $ 1# $NetBSD: Makefile,v 1.46 2015/02/10 03:34:19 rxg Exp $
2 2
3DISTNAME= xmp-4.0.7 3DISTNAME= xmp-4.0.10
4PKGREVISION= 3 
5CATEGORIES= audio 4CATEGORIES= audio
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmp/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmp/}
7 6
8MAINTAINER= rxg@NetBSD.org 7MAINTAINER= rxg@NetBSD.org
9HOMEPAGE= http://xmp.sourceforge.net/ 8HOMEPAGE= http://xmp.sourceforge.net/
10COMMENT= Player for many different Amiga and PC module formats 9COMMENT= Player for many different Amiga and PC module formats
11LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
12 11
13USE_TOOLS+= gmake pkg-config 12USE_TOOLS+= gmake pkg-config
14GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
15 14
16EGDIR= ${PREFIX}/share/examples/xmp 15EGDIR= ${PREFIX}/share/examples/xmp
17CONF_FILES= ${EGDIR}/modules.conf ${PKG_SYSCONFDIR}/xmp/modules.conf 16CONF_FILES= ${EGDIR}/modules.conf ${PKG_SYSCONFDIR}/xmp/modules.conf

cvs diff -r1.16 -r1.17 pkgsrc/audio/xmp/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/xmp/distinfo 2014/02/27 03:40:10 1.16
+++ pkgsrc/audio/xmp/distinfo 2015/02/10 03:34:19 1.17
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.16 2014/02/27 03:40:10 rxg Exp $ 1$NetBSD: distinfo,v 1.17 2015/02/10 03:34:19 rxg Exp $
2 2
3SHA1 (xmp-4.0.7.tar.gz) = 0817146ff66ba3557963b8857aa80b4f63a56fc8 3SHA1 (xmp-4.0.10.tar.gz) = e6a39a5158a9e36d437b233d68a8dc7756a971e1
4RMD160 (xmp-4.0.7.tar.gz) = 26e6bde1b307001a5fa39bc7b5c12cccd795236b 4RMD160 (xmp-4.0.10.tar.gz) = 1dfd7f50c0bf8fa7cfd72c127d9d66dc151cced2
5Size (xmp-4.0.7.tar.gz) = 177879 bytes 5Size (xmp-4.0.10.tar.gz) = 203088 bytes
6SHA1 (patch-etc_Makefile) = 5816b82a6253a627b39ff2ca262bfb5675ca97e3 6SHA1 (patch-etc_Makefile) = 5816b82a6253a627b39ff2ca262bfb5675ca97e3
7SHA1 (patch-src_drivers_netbsd.c) = 6bbb1a40b7bb95ecdad6fe5f76be2a51a8940906 7SHA1 (patch-src_drivers_netbsd.c) = 6bbb1a40b7bb95ecdad6fe5f76be2a51a8940906
8SHA1 (patch-src_options.c) = f372d1336e795b77c7ce38230bf69dd363da02c2 8SHA1 (patch-src_options.c) = f372d1336e795b77c7ce38230bf69dd363da02c2
9SHA1 (patch-src_sound_oss.c) = 251a09075ade185e33938be67776e7740473a6a5 9SHA1 (patch-src_sound_oss.c) = 251a09075ade185e33938be67776e7740473a6a5