aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2016-01-02 19:37:24 +0800
committerehaupt <ehaupt@FreeBSD.org>2016-01-02 19:37:24 +0800
commitd1f67c8a6338dab84ccd21aeaee4d3c20be5ec5e (patch)
tree8849f99bce349b55d27b42061a461c853cb9ee1e /audio
parent5f31773962d73a437b1593f70b932792b81fef04 (diff)
downloadfreebsd-ports-gnome-d1f67c8a6338dab84ccd21aeaee4d3c20be5ec5e.tar.gz
freebsd-ports-gnome-d1f67c8a6338dab84ccd21aeaee4d3c20be5ec5e.tar.zst
freebsd-ports-gnome-d1f67c8a6338dab84ccd21aeaee4d3c20be5ec5e.zip
Update to 4.3.10
Diffstat (limited to 'audio')
-rw-r--r--audio/libxmp/Makefile2
-rw-r--r--audio/libxmp/distinfo4
-rw-r--r--audio/libxmp/files/patch-Makefile.in8
3 files changed, 7 insertions, 7 deletions
diff --git a/audio/libxmp/Makefile b/audio/libxmp/Makefile
index 27f47c8ad24b..06e371274574 100644
--- a/audio/libxmp/Makefile
+++ b/audio/libxmp/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libxmp
-PORTVERSION= 4.3.9
+PORTVERSION= 4.3.10
CATEGORIES= audio
MASTER_SITES= SF/xmp/${PORTNAME}/${PORTVERSION}
diff --git a/audio/libxmp/distinfo b/audio/libxmp/distinfo
index 8884c65db9b3..83d358f5c48d 100644
--- a/audio/libxmp/distinfo
+++ b/audio/libxmp/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libxmp-4.3.9.tar.gz) = 8acdcc7c4b97558b36279ec26fd03d3c34b4fed20e06a84fa0ce667816c78a95
-SIZE (libxmp-4.3.9.tar.gz) = 626624
+SHA256 (libxmp-4.3.10.tar.gz) = c11c0bf27f3ba97051cd5e3e04d9b487febdc31cb2ce35e462d71fc580eaa5be
+SIZE (libxmp-4.3.10.tar.gz) = 631117
diff --git a/audio/libxmp/files/patch-Makefile.in b/audio/libxmp/files/patch-Makefile.in
index 444ff04d2e91..fa5b03c2376b 100644
--- a/audio/libxmp/files/patch-Makefile.in
+++ b/audio/libxmp/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- ./Makefile.in.orig 2013-04-14 21:18:04.000000000 +0200
-+++ ./Makefile.in 2013-04-21 20:29:39.708633804 +0200
-@@ -149,8 +149,8 @@
+--- Makefile.in.orig 2015-12-31 00:25:51 UTC
++++ Makefile.in
+@@ -146,8 +146,8 @@ install: all
@echo "Installing xmp.h..."
@$(INSTALL) -m644 include/xmp.h $(DESTDIR)$(INCLUDEDIR)
@echo "Installing libxmp.pc..."
@@ -9,5 +9,5 @@
+ @mkdir -p $(DESTDIR)$(PREFIX)/libdata/pkgconfig
+ @$(INSTALL) -m644 libxmp.pc $(DESTDIR)$(PREFIX)/libdata/pkgconfig/
- depend: test/all_tests.c
+ depend:
@echo Building dependencies...