Hi ports --

Here a single diff to update libxmp and xmp together. Mostly bugfix updates with these.
Also take maintainer of both.

Works well on amd64.

OK?

~Brian

Index: libxmp/Makefile
===================================================================
RCS file: /cvs/ports/audio/libxmp/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- libxmp/Makefile	15 Nov 2014 17:41:16 -0000	1.4
+++ libxmp/Makefile	7 Dec 2014 15:30:44 -0000
@@ -4,12 +4,13 @@ SHARED_ONLY =	Yes
 
 COMMENT =	module player library
 
-DISTNAME =	libxmp-4.3.1
+DISTNAME =	libxmp-4.3.2
 CATEGORIES =	audio
 
 SHARED_LIBS +=	xmp		1.0	# 4.3
 
 HOMEPAGE =	http://xmp.sourceforge.net/
+MAINTAINER =	Brian Callahan <bcal...@openbsd.org>
 
 # LGPLv2.1
 PERMIT_PACKAGE_CDROM =	Yes
Index: libxmp/distinfo
===================================================================
RCS file: /cvs/ports/audio/libxmp/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- libxmp/distinfo	15 Nov 2014 17:41:16 -0000	1.4
+++ libxmp/distinfo	7 Dec 2014 15:30:44 -0000
@@ -1,2 +1,2 @@
-SHA256 (libxmp-4.3.1.tar.gz) = 32UpuH0avAVWvo65kZJDGvNSdS5BYzr+IYSFaels2+U=
-SIZE (libxmp-4.3.1.tar.gz) = 612322
+SHA256 (libxmp-4.3.2.tar.gz) = KYhiMcnUWnMc1opzEM5ikOkio7LNHr++2pnNQz5XY1o=
+SIZE (libxmp-4.3.2.tar.gz) = 613560
Index: xmp/Makefile
===================================================================
RCS file: /cvs/ports/audio/xmp/Makefile,v
retrieving revision 1.54
diff -u -p -r1.54 Makefile
--- xmp/Makefile	6 Oct 2014 01:18:53 -0000	1.54
+++ xmp/Makefile	7 Dec 2014 15:30:46 -0000
@@ -2,12 +2,13 @@
 
 COMMENT=		extended module player
 
-DISTNAME=		xmp-4.0.9
+DISTNAME=		xmp-4.0.10
 CATEGORIES=		audio
 
 HOMEPAGE=		http://xmp.sourceforge.net/
+MAINTAINER=		Brian Callahan <bcal...@openbsd.org>
 
-# GPLv2
+# GPLv2+
 PERMIT_PACKAGE_CDROM=	Yes
 
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=xmp/}
Index: xmp/distinfo
===================================================================
RCS file: /cvs/ports/audio/xmp/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- xmp/distinfo	6 Oct 2014 01:18:53 -0000	1.11
+++ xmp/distinfo	7 Dec 2014 15:30:46 -0000
@@ -1,2 +1,2 @@
-SHA256 (xmp-4.0.9.tar.gz) = S2DEQyzcm4tJGMr0/GSLQ/9O0rzIBnZah0z/xFjuajY=
-SIZE (xmp-4.0.9.tar.gz) = 201944
+SHA256 (xmp-4.0.10.tar.gz) = ttRf7w29tK1JSLn4IzXL+vYOrsOmPMmgBQoeXPemXj4=
+SIZE (xmp-4.0.10.tar.gz) = 203088
Index: xmp/patches/patch-src_Makefile_in
===================================================================
RCS file: /cvs/ports/audio/xmp/patches/patch-src_Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-src_Makefile_in
--- xmp/patches/patch-src_Makefile_in	6 Oct 2014 01:18:53 -0000	1.2
+++ xmp/patches/patch-src_Makefile_in	7 Dec 2014 15:30:46 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_Makefile_in,v 1.2 2014/10/06 01:18:53 bcallah Exp $
---- src/Makefile.in.orig	Sat Aug  9 08:16:34 2014
-+++ src/Makefile.in	Sun Oct  5 00:06:56 2014
-@@ -388,7 +388,7 @@ xmp_LDADD = ${libxmp_LIBS} $(am__append_3) $(am__appen
+--- src/Makefile.in.orig	Tue Nov 25 16:48:44 2014
++++ src/Makefile.in	Sun Dec  7 10:21:40 2014
+@@ -389,7 +389,7 @@ xmp_LDADD = ${libxmp_LIBS} $(am__append_3) $(am__appen
  	$(am__append_21) $(am__append_23)
  xmp_LDFLAGS = ${XMP_DARWIN_LDFLAGS}
  man_MANS = xmp.1

Reply via email to