aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2016-02-05 01:05:37 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2016-02-05 01:05:37 +0000
commit64668940fff91352754d45eec3331a8daa0d6e46 (patch)
tree73967ccad27b32e995d5cb9310af67ac25f4dd1b /audio
parentb562f6487f44d89ef94b7e92eb3a79464dd913e9 (diff)
downloadports-64668940fff91352754d45eec3331a8daa0d6e46.tar.gz
ports-64668940fff91352754d45eec3331a8daa0d6e46.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/easytag/Makefile2
-rw-r--r--audio/easytag/distinfo4
-rw-r--r--audio/easytag/files/patch-src-log.c14
3 files changed, 3 insertions, 17 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile
index 1e986af61142..96da8fa41143 100644
--- a/audio/easytag/Makefile
+++ b/audio/easytag/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= easytag
-PORTVERSION= 2.4.0
+PORTVERSION= 2.4.1
CATEGORIES= audio
MASTER_SITES= GNOME
diff --git a/audio/easytag/distinfo b/audio/easytag/distinfo
index 96fbcfca2e15..6ad969fec0ec 100644
--- a/audio/easytag/distinfo
+++ b/audio/easytag/distinfo
@@ -1,2 +1,2 @@
-SHA256 (easytag-2.4.0.tar.xz) = b8d882bc168abca96b1b369b10e5b97fa29a7a43f7b33f34489768d111610c3d
-SIZE (easytag-2.4.0.tar.xz) = 1342852
+SHA256 (easytag-2.4.1.tar.xz) = b9ef5f47572f44985922230f94b5ac908d4c7a12430dac662fdf1b48c7e577d5
+SIZE (easytag-2.4.1.tar.xz) = 1360284
diff --git a/audio/easytag/files/patch-src-log.c b/audio/easytag/files/patch-src-log.c
deleted file mode 100644
index 347502f700a1..000000000000
--- a/audio/easytag/files/patch-src-log.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/log.c.orig 2013-02-05 23:42:37.000000000 +0100
-+++ src/log.c 2013-08-07 10:52:19.934047139 +0200
-@@ -39,6 +39,11 @@
- #include "win32/win32dep.h"
- #endif /* G_OS_WIN32 */
-
-+/* Disable -Wformat-nonliteral warning for this source file, since
-+** all calls have safe format strings coming. */
-+#ifdef __clang__
-+#pragma clang diagnostic ignored "-Wformat-nonliteral"
-+#endif
-
- /****************
- * Declarations *