Hello @ports,

Here is a patch to update audio/libmikmod to 3.3.10.

This is a bugfix release, no functions were added and/or removed and no
function signature has been altered, so no need to bump anything.

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/libmikmod/Makefile,v
retrieving revision 1.31
diff -u -p -r1.31 Makefile
--- Makefile    27 Aug 2016 18:59:08 -0000      1.31
+++ Makefile    15 Sep 2016 09:52:20 -0000
@@ -2,18 +2,18 @@
 
 COMMENT =      mikmod sound library
 
-DISTNAME =     libmikmod-3.3.9
+DISTNAME =     libmikmod-3.3.10
 SHARED_LIBS += mikmod               4.0      # .3.0
 CATEGORIES =   audio devel
 
-MAINTAINER =   Frederic Cambus <f...@statdns.com>
+MAINTAINER =   Frederic Cambus <fcam...@openbsd.org>
 
 HOMEPAGE =     http://mikmod.sourceforge.net/
 
 # LGPLv2.1+
 PERMIT_PACKAGE_CDROM = Yes
 
-WANTLIB += m pthread sndio
+WANTLIB +=     m pthread sndio
 
 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=mikmod/}
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/libmikmod/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    27 Aug 2016 18:59:08 -0000      1.7
+++ distinfo    15 Sep 2016 09:52:20 -0000
@@ -1,2 +1,2 @@
-SHA256 (libmikmod-3.3.9.tar.gz) = O2XBpcrgeidxy7gvxwrHXZn0s+NawdTNIXeGUJPfKJM=
-SIZE (libmikmod-3.3.9.tar.gz) = 1262237
+SHA256 (libmikmod-3.3.10.tar.gz) = ALP1KYQxhk69Bp3nk+yWnP6jrm80D2364f99oa4k70g=
+SIZE (libmikmod-3.3.10.tar.gz) = 1237413

Reply via email to