Here's an update to wavpack 4.80.0. I'm also adding myself as
maintainer.

OK?

Index: wavpack/Makefile
===================================================================
RCS file: /cvs/ports/audio/wavpack/Makefile,v
retrieving revision 1.19
diff -p -u -r1.19 Makefile
--- wavpack/Makefile    9 Apr 2016 20:14:48 -0000       1.19
+++ wavpack/Makefile    27 May 2016 20:16:41 -0000
@@ -2,13 +2,14 @@
 
 COMMENT =              audio codec for lossless, lossy and hybrid compression
 
-DISTNAME =             wavpack-4.70.0
-REVISION =             2
+DISTNAME =             wavpack-4.80.0
 CATEGORIES =           audio
 
 HOMEPAGE =             http://www.wavpack.com/
 
-SHARED_LIBS +=         wavpack         0.1     # 2.5
+MAINTAINER =           Tim van der Molen <t...@openbsd.org>
+
+SHARED_LIBS +=         wavpack         0.1     # 2.8
 
 # BSD
 PERMIT_PACKAGE_CDROM = Yes
Index: wavpack/distinfo
===================================================================
RCS file: /cvs/ports/audio/wavpack/distinfo,v
retrieving revision 1.4
diff -p -u -r1.4 distinfo
--- wavpack/distinfo    7 Apr 2014 14:35:00 -0000       1.4
+++ wavpack/distinfo    27 May 2016 20:16:41 -0000
@@ -1,2 +1,2 @@
-SHA256 (wavpack-4.70.0.tar.bz2) = LK3jebCrqZ+8TkQszG2sbGCfYhLkZRagg+JMjDZEMKQ=
-SIZE (wavpack-4.70.0.tar.bz2) = 411878
+SHA256 (wavpack-4.80.0.tar.bz2) = eRgup1970cqTHtIwBitDX95KTC4NvK0EgAe9HvHma+k=
+SIZE (wavpack-4.80.0.tar.bz2) = 450257
Index: wavpack/patches/patch-src_wputils_c
===================================================================
RCS file: wavpack/patches/patch-src_wputils_c
diff -N wavpack/patches/patch-src_wputils_c
--- wavpack/patches/patch-src_wputils_c 13 Jan 2015 21:25:21 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-src_wputils_c,v 1.1 2015/01/13 21:25:21 naddy Exp $
---- src/wputils.c.orig Fri Oct 11 05:23:18 2013
-+++ src/wputils.c      Tue Jan 13 18:27:52 2015
-@@ -1925,7 +1925,7 @@ static uint32_t read_next_header (WavpackStreamReader 
-     while (1) {
-         if (sp < ep) {
-             bleft = (int)(ep - sp);
--            memcpy (buffer, sp, bleft);
-+            memmove (buffer, sp, bleft);
-         }
-         else
-             bleft = 0;
Index: wavpack/patches/patch-wavpack_pc_in
===================================================================
RCS file: wavpack/patches/patch-wavpack_pc_in
diff -N wavpack/patches/patch-wavpack_pc_in
--- wavpack/patches/patch-wavpack_pc_in 19 May 2014 16:57:39 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,18 +0,0 @@
-$OpenBSD: patch-wavpack_pc_in,v 1.1 2014/05/19 16:57:39 sthen Exp $
-
-Fix output of "pkg-config --libs wavpack".
-
-http://sourceforge.net/p/wavpack/mailman/message/31954297/
-https://github.com/dbry/WavPack/commit/779a2e62783acc6a46f75dd89359e95079ef708a
-
---- wavpack.pc.in.orig Sun Sep 29 23:30:14 2013
-+++ wavpack.pc.in      Mon May 19 02:16:06 2014
-@@ -1,6 +1,7 @@
- prefix=@prefix@
-+exec_prefix=@exec_prefix@
- libdir=@libdir@
--includedir=${prefix}/include
-+includedir=@includedir@
- 
- Name: wavpack
- Description: wavpack library

Reply via email to