Hi ports --

Here's a small bugfix update to libxmp.
Tests good running some MOD files with xmp on amd64.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/libxmp/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile	6 Oct 2014 01:18:06 -0000	1.3
+++ Makefile	15 Nov 2014 16:48:27 -0000
@@ -4,7 +4,7 @@ SHARED_ONLY =	Yes
 
 COMMENT =	module player library
 
-DISTNAME =	libxmp-4.3.0
+DISTNAME =	libxmp-4.3.1
 CATEGORIES =	audio
 
 SHARED_LIBS +=	xmp		1.0	# 4.3
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/libxmp/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo	6 Oct 2014 01:18:06 -0000	1.3
+++ distinfo	15 Nov 2014 16:48:27 -0000
@@ -1,2 +1,2 @@
-SHA256 (libxmp-4.3.0.tar.gz) = Ims2zGKpRr6HyzwWXOI5JCg5iws+JdTGvcnmhDI2f64=
-SIZE (libxmp-4.3.0.tar.gz) = 610832
+SHA256 (libxmp-4.3.1.tar.gz) = 32UpuH0avAVWvo65kZJDGvNSdS5BYzr+IYSFaels2+U=
+SIZE (libxmp-4.3.1.tar.gz) = 612322
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/audio/libxmp/patches/patch-Makefile_in,v
retrieving revision 1.3
diff -u -p -r1.3 patch-Makefile_in
--- patches/patch-Makefile_in	6 Oct 2014 01:18:06 -0000	1.3
+++ patches/patch-Makefile_in	15 Nov 2014 16:48:27 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile_in,v 1.3 2014/10/06 01:18:06 bcallah Exp $
---- Makefile.in.orig	Fri Aug  1 08:54:08 2014
-+++ Makefile.in	Sun Oct  5 00:02:41 2014
-@@ -33,7 +33,7 @@ DDIRS		= docs include src loaders prowiz depackers win
+--- Makefile.in.orig	Fri Oct  3 17:26:35 2014
++++ Makefile.in	Sat Nov 15 11:44:00 2014
+@@ -32,7 +32,7 @@ DDIRS		= docs include src loaders prowiz depackers win
  V		= 0
  LIB		= libxmp.a
  SOLIB		= libxmp.so
@@ -10,7 +10,7 @@ $OpenBSD: patch-Makefile_in,v 1.3 2014/1
  SONAME		= $(SOLIB).$(VERSION_MAJOR)
  DLL		= libxmp.dll
  DYLIB		= libxmp.$(VERSION_MAJOR).dylib
-@@ -92,7 +92,7 @@ lib/$(LIB): $(OBJS)
+@@ -91,7 +91,7 @@ lib/$(LIB): $(OBJS)
  
  lib/$(SHLIB): $(LOBJS)
  	@mkdir -p lib
@@ -19,7 +19,7 @@ $OpenBSD: patch-Makefile_in,v 1.3 2014/1
  	if [ "$(V)" -gt 0 ]; then echo $$CMD; else echo LD $@ ; fi; \
  	eval $$CMD
  	ln -sf $(SHLIB) lib/$(SONAME)
-@@ -141,8 +141,6 @@ install: all
+@@ -140,8 +140,6 @@ install: all
  	@if [ -f lib/$(SHLIB) ]; then \
  		echo "Installing $(SHLIB)..."; \
  		$(INSTALL) -m644 lib/$(SHLIB) $(DESTDIR)$(LIBDIR); \

Reply via email to