Date: Sat, 2 Mar 2013 05:30:16 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r313187 - head/audio/mpg123 Message-ID: <201303020530.r225UGa2050362@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Sat Mar 2 05:30:16 2013 New Revision: 313187 URL: http://svnweb.freebsd.org/changeset/ports/313187 Log: - Update to 1.15.1 - Drop GCC dependency as it now doesn't crash when compiled with clang Modified: head/audio/mpg123/Makefile head/audio/mpg123/distinfo Modified: head/audio/mpg123/Makefile ============================================================================== --- head/audio/mpg123/Makefile Sat Mar 2 05:00:04 2013 (r313186) +++ head/audio/mpg123/Makefile Sat Mar 2 05:30:16 2013 (r313187) @@ -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 \ Modified: head/audio/mpg123/distinfo ============================================================================== --- head/audio/mpg123/distinfo Sat Mar 2 05:00:04 2013 (r313186) +++ head/audio/mpg123/distinfo Sat Mar 2 05:30:16 2013 (r313187) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303020530.r225UGa2050362>