aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/libxmp/Makefile2
-rw-r--r--audio/libxmp/distinfo4
-rw-r--r--audio/libxmp/files/patch-src__common.h17
3 files changed, 3 insertions, 20 deletions
diff --git a/audio/libxmp/Makefile b/audio/libxmp/Makefile
index 78e08d25c2bc..2d2a7ea5fbe1 100644
--- a/audio/libxmp/Makefile
+++ b/audio/libxmp/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libxmp
-PORTVERSION= 4.1.0
+PORTVERSION= 4.1.1
CATEGORIES= audio
MASTER_SITES= SF/xmp/${PORTNAME}/${PORTVERSION}
diff --git a/audio/libxmp/distinfo b/audio/libxmp/distinfo
index fadb842e8ff9..13a5a6584835 100644
--- a/audio/libxmp/distinfo
+++ b/audio/libxmp/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libxmp-4.1.0.tar.gz) = 23b932edcfc43ba6f0200e626fb5448572a0d525fc8c3122b2a099d5f987be7d
-SIZE (libxmp-4.1.0.tar.gz) = 1172406
+SHA256 (libxmp-4.1.1.tar.gz) = 1509d7c04fcb3ae873aad35c9f84056049a6d63b19936af38cf93ecb794c33b1
+SIZE (libxmp-4.1.1.tar.gz) = 1173308
diff --git a/audio/libxmp/files/patch-src__common.h b/audio/libxmp/files/patch-src__common.h
deleted file mode 100644
index 131e4909f8cb..000000000000
--- a/audio/libxmp/files/patch-src__common.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- ./src/common.h.orig 2013-04-21 20:30:02.110649091 +0200
-+++ ./src/common.h 2013-04-21 20:30:22.957668244 +0200
-@@ -124,14 +124,6 @@
-
- #endif /* !_MSC_VER */
-
--#ifdef HAVE_STRLCPY
--#define strncpy strlcpy
--#endif
--
--#ifdef HAVE_STRLCAT
--#define strncpy strlcat
--#endif
--
- /* Quirks */
- #define QUIRK_S3MLOOP (1 << 0) /* S3M loop mode */
- #define QUIRK_ENVFADE (1 << 1) /* Fade at end of envelope */