Date: Sat, 30 Sep 2017 13:20:56 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450992 - head/multimedia/audacious-plugins Message-ID: <201709301320.v8UDKu28055688@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sat Sep 30 13:20:55 2017 New Revision: 450992 URL: https://svnweb.freebsd.org/changeset/ports/450992 Log: Update to upstream version 3.9 PR: 222604 Submitted by: duchateau.olivier@gmail.com Modified: head/multimedia/audacious-plugins/Makefile head/multimedia/audacious-plugins/distinfo Modified: head/multimedia/audacious-plugins/Makefile ============================================================================== --- head/multimedia/audacious-plugins/Makefile Sat Sep 30 13:20:19 2017 (r450991) +++ head/multimedia/audacious-plugins/Makefile Sat Sep 30 13:20:55 2017 (r450992) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= audacious-plugins -PORTVERSION= 3.8.2 -PORTREVISION= 5 +PORTVERSION= 3.9 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ @@ -21,9 +20,9 @@ RUN_DEPENDS= audacious:multimedia/audacious CONFLICTS_INSTALL= audacious-plugins-gtk3-3.* -GNU_CONFIGURE= yes USES= compiler:c++11-lib gettext-tools gmake iconv \ localbase pkgconfig tar:bzip2 +GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME= gtk20 glib20 libxml2 cairo gdkpixbuf2 USE_XORG= x11 @@ -37,7 +36,7 @@ OPTIONS_DEFINE= AAC ALSA AMIDI AOSD BS2B CDDA CUE FFMP OPENGL OSS PULSEAUDIO SAMPLERATE SCROBBLER SDL SID SNDFILE \ SPEEDPITCH VORBIS WAVPACK OPTIONS_DEFAULT= AAC AOSD CDDA CUE FFMPEG FLAC MP3 \ - MMS NEON NLS NOTIFY OSS SCROBBLER VORBIS WAVPACK + MMS MPRIS NEON NLS NOTIFY OSS SCROBBLER VORBIS WAVPACK AAC_LIB_DEPENDS= libfaad.so:audio/faad AAC_CONFIGURE_OFF= --disable-aac @@ -120,6 +119,8 @@ MPRIS_DESC= NPRIS plugin post-patch: ${REINPLACE_CMD} -e 's| $${MFLAGS}||g' \ ${WRKSRC}/buildsys.mk.in + ${FIND} ${WRKSRC} -type f -name 'Makefile' \ + | ${XARGS} ${REINPLACE_CMD} -e 's| -Wno-bool-operation||' post-install: @${FIND} ${STAGEDIR}${PREFIX}/lib/audacious/ -name "*.so" \ Modified: head/multimedia/audacious-plugins/distinfo ============================================================================== --- head/multimedia/audacious-plugins/distinfo Sat Sep 30 13:20:19 2017 (r450991) +++ head/multimedia/audacious-plugins/distinfo Sat Sep 30 13:20:55 2017 (r450992) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485798334 -SHA256 (audacious-plugins-3.8.2.tar.bz2) = d7cefca7a0e32bf4e58bb6e84df157268b5e9a6771a0e8c2da98b03f92a5fdd4 -SIZE (audacious-plugins-3.8.2.tar.bz2) = 1821558 +TIMESTAMP = 1506363579 +SHA256 (audacious-plugins-3.9.tar.bz2) = 8bf7f21089cb3406968cc9c71307774aee7100ec4607f28f63cf5690d5c927b8 +SIZE (audacious-plugins-3.9.tar.bz2) = 1843084
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709301320.v8UDKu28055688>