summaryrefslogtreecommitdiff
path: root/audio/mpg123
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2013-03-24 05:55:00 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2013-03-24 05:55:00 +0000
commit3fbfe429b6105b01828d19f4aacf4c9fa39e57d0 (patch)
tree6b92ed00da0567854fea3736faf0deba3b33f274 /audio/mpg123
parent- Update to 0.6 (diff)
Update to 1.15.2.
Notes
Notes: svn path=/head/; revision=315102
Diffstat (limited to 'audio/mpg123')
-rw-r--r--audio/mpg123/Makefile2
-rw-r--r--audio/mpg123/distinfo4
-rw-r--r--audio/mpg123/files/patch-configure29
3 files changed, 3 insertions, 32 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index 9c71179f0e76..871e0df3db15 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mpg123
-PORTVERSION= 1.15.1
+PORTVERSION= 1.15.2
CATEGORIES= audio ipv6
MASTER_SITES= SF \
http://www.mpg123.de/download/
diff --git a/audio/mpg123/distinfo b/audio/mpg123/distinfo
index 5c3e2e35dfd5..7d607141cadc 100644
--- a/audio/mpg123/distinfo
+++ b/audio/mpg123/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mpg123-1.15.1.tar.bz2) = c6ea4f4db28a66a7ad9f22f890ce10aa796f73ae03f864f3272070c46c088355
-SIZE (mpg123-1.15.1.tar.bz2) = 800907
+SHA256 (mpg123-1.15.2.tar.bz2) = b102b505478d35431900470df2022bf348a7343cfb13dc5c5d4af3c5be89d864
+SIZE (mpg123-1.15.2.tar.bz2) = 800256
diff --git a/audio/mpg123/files/patch-configure b/audio/mpg123/files/patch-configure
deleted file mode 100644
index d286a3b4de2e..000000000000
--- a/audio/mpg123/files/patch-configure
+++ /dev/null
@@ -1,29 +0,0 @@
---- configure.orig 2013-02-23 21:58:36.000000000 +0100
-+++ configure 2013-03-11 15:39:07.000000000 +0100
-@@ -15895,7 +15895,7 @@
- # Is local not POSIX sh?
- for given_word in "$@"
- do
-- if test "x$word" == "x$given_word"; then
-+ if test "x$word" = "x$given_word"; then
- return 0
- fi
- done
-@@ -16097,7 +16097,7 @@
- # QSA and ALSA are not distinguishable in these tests, need to block
- # each other and play with test order depending on platform.
- alsa)
-- if test "x$HAVE_QSA" == xyes; then
-+ if test "x$HAVE_QSA" = xyes; then
- HAVE_ALSA=no
- else
-
-@@ -16160,7 +16160,7 @@
- fi # HAVE_QSA
- ;;
- qsa)
-- if test "x$HAVE_ALSA" == xyes; then
-+ if test "x$HAVE_ALSA" = xyes; then
- HAVE_QSA=no
- else
-