Hi,

This diff updates libxmp to the latest release 4.2.5.
Tested on amd64.

Comments ? OK ?

-- 
Alexandr Shadchin

Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/libxmp/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile    19 Dec 2013 18:07:31 -0000      1.2
+++ Makefile    5 Apr 2014 13:27:34 -0000
@@ -4,7 +4,7 @@ SHARED_ONLY =   Yes
 
 COMMENT =      module player library
 
-DISTNAME =     libxmp-4.2.0
+DISTNAME =     libxmp-4.2.5
 CATEGORIES =   audio
 
 SHARED_LIBS += xmp             0.1     # 4.2
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/libxmp/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    19 Dec 2013 18:07:31 -0000      1.2
+++ distinfo    5 Apr 2014 13:27:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (libxmp-4.2.0.tar.gz) = O+U9tg+viX9NT+E4hSw1psic76dA6NhBwMBNg3PKC6k=
-SIZE (libxmp-4.2.0.tar.gz) = 862134
+SHA256 (libxmp-4.2.5.tar.gz) = 8ORjAdl3O4B5nTu4R3cYcHnqCf+UKa2Nz8AzPb8J9Xw=
+SIZE (libxmp-4.2.5.tar.gz) = 603710
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/audio/libxmp/patches/patch-Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-Makefile_in
--- patches/patch-Makefile_in   19 Dec 2013 18:07:31 -0000      1.2
+++ patches/patch-Makefile_in   5 Apr 2014 13:27:35 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-Makefile_in,v 1.2 2013/12/19 18:07:31 shadchin Exp $
---- Makefile.in.orig   Mon Sep  2 04:14:50 2013
-+++ Makefile.in        Tue Dec 10 00:02:45 2013
+--- Makefile.in.orig   Sun Mar  2 03:38:13 2014
++++ Makefile.in        Sat Apr  5 19:20:44 2014
 @@ -33,7 +33,7 @@ DDIRS                = docs include src loaders prowiz 
depackers win
  V             = 0
  LIB           = libxmp.a
@@ -9,7 +9,7 @@ $OpenBSD: patch-Makefile_in,v 1.2 2013/1
 +SHLIB         = $(SOLIB).$(LIBxmp_VERSION)
  SONAME                = $(SOLIB).$(VERSION_MAJOR)
  DLL           = libxmp.dll
- DYLIB         = libxmp.$(VERSION).dylib
+ DYLIB         = libxmp.$(VERSION_MAJOR).dylib
 @@ -93,7 +93,7 @@ lib/$(LIB): $(OBJS)
  
  lib/$(SHLIB): $(LOBJS)
@@ -19,7 +19,7 @@ $OpenBSD: patch-Makefile_in,v 1.2 2013/1
        if [ "$(V)" -gt 0 ]; then echo $$CMD; else echo LD $@ ; fi; \
        eval $$CMD
        ln -sf $(SHLIB) lib/$(SONAME)
-@@ -144,8 +144,6 @@ install: all
+@@ -142,8 +142,6 @@ install: all
        @if [ -f lib/$(SHLIB) ]; then \
                echo "Installing $(SHLIB)..."; \
                $(INSTALL) -m644 lib/$(SHLIB) $(DESTDIR)$(LIBDIR); \

Reply via email to