On Sun, Apr 06, 2014 at 12:50:17PM +0600, Alexandr Shadchin wrote:
> Hi,
> 
> This diff updates libxmp to the latest release 4.2.5.
> Tested on amd64.
> 
> Comments ? OK ?
> 

Update to 4.2.8. 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    19 Jul 2014 11:41:52 -0000
@@ -4,7 +4,7 @@ SHARED_ONLY =   Yes
 
 COMMENT =      module player library
 
-DISTNAME =     libxmp-4.2.0
+DISTNAME =     libxmp-4.2.8
 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    19 Jul 2014 11:41:52 -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.8.tar.gz) = 37xyW3dA6nJ9rlOb6Q7rjsL1Zyr8/qhBz9/J8f3xmxg=
+SIZE (libxmp-4.2.8.tar.gz) = 605297
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   19 Jul 2014 11:41:53 -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   Wed Apr  9 23:14:54 2014
++++ Makefile.in        Fri Jun  6 15:06:48 2014
 @@ -33,7 +33,7 @@ DDIRS                = docs include src loaders prowiz 
depackers win
  V             = 0
  LIB           = libxmp.a
@@ -9,8 +9,8 @@ $OpenBSD: patch-Makefile_in,v 1.2 2013/1
 +SHLIB         = $(SOLIB).$(LIBxmp_VERSION)
  SONAME                = $(SOLIB).$(VERSION_MAJOR)
  DLL           = libxmp.dll
- DYLIB         = libxmp.$(VERSION).dylib
-@@ -93,7 +93,7 @@ lib/$(LIB): $(OBJS)
+ DYLIB         = libxmp.$(VERSION_MAJOR).dylib
+@@ -92,7 +92,7 @@ lib/$(LIB): $(OBJS)
  
  lib/$(SHLIB): $(LOBJS)
        @mkdir -p lib
@@ -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
+@@ -141,8 +141,6 @@ install: all
        @if [ -f lib/$(SHLIB) ]; then \
                echo "Installing $(SHLIB)..."; \
                $(INSTALL) -m644 lib/$(SHLIB) $(DESTDIR)$(LIBDIR); \
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/audio/libxmp/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   19 Jun 2013 15:55:03 -0000      1.1.1.1
+++ pkg/PLIST   19 Jul 2014 11:41:53 -0000
@@ -1,5 +1,4 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2013/06/19 15:55:03 shadchin Exp $
 include/xmp.h
 @lib lib/libxmp.so.${LIBxmp_VERSION}
-lib/pkgconfig/
 lib/pkgconfig/libxmp.pc

Reply via email to