diff options
author | novel <novel@FreeBSD.org> | 2013-03-02 13:30:16 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2013-03-02 13:30:16 +0800 |
commit | ec475dbe524f380e30de346a870f32dd0afe4318 (patch) | |
tree | 7f56f30e658f37d7000b2c7fe27765e4163afe0e /audio/mpg123 | |
parent | 35ef79509e3ba0200513a4345d61c6dc106e9828 (diff) | |
download | freebsd-ports-gnome-ec475dbe524f380e30de346a870f32dd0afe4318.tar.gz freebsd-ports-gnome-ec475dbe524f380e30de346a870f32dd0afe4318.tar.zst freebsd-ports-gnome-ec475dbe524f380e30de346a870f32dd0afe4318.zip |
- Update to 1.15.1
- Drop GCC dependency as it now doesn't crash when compiled
with clang
Diffstat (limited to 'audio/mpg123')
-rw-r--r-- | audio/mpg123/Makefile | 3 | ||||
-rw-r--r-- | audio/mpg123/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile index 4c56da461706..9c71179f0e76 100644 --- a/audio/mpg123/Makefile +++ b/audio/mpg123/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mpg123 -PORTVERSION= 1.14.4 +PORTVERSION= 1.15.1 CATEGORIES= audio ipv6 MASTER_SITES= SF \ http://www.mpg123.de/download/ @@ -16,7 +16,6 @@ USE_BZIP2= yes USE_AUTOTOOLS= libtool libltdl USE_GNOME= gnomehack ltverhack USE_LDCONFIG= yes -USE_GCC= any # dumps core on amd64 if built with clang GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-optimization=0 \ diff --git a/audio/mpg123/distinfo b/audio/mpg123/distinfo index 2c0d81c27b69..5c3e2e35dfd5 100644 --- a/audio/mpg123/distinfo +++ b/audio/mpg123/distinfo @@ -1,2 +1,2 @@ -SHA256 (mpg123-1.14.4.tar.bz2) = 9ca189f24eb4ec6b5046b64d72c3c8439fd9ea300ce1b8b91a05cd6a9d3e5c12 -SIZE (mpg123-1.14.4.tar.bz2) = 797694 +SHA256 (mpg123-1.15.1.tar.bz2) = c6ea4f4db28a66a7ad9f22f890ce10aa796f73ae03f864f3272070c46c088355 +SIZE (mpg123-1.15.1.tar.bz2) = 800907 |