svn commit: r411253 - head/multimedia/audacious-plugins

Olivier Duchateau olivierd at FreeBSD.org
Thu Mar 17 04:38:53 UTC 2016


Author: olivierd
Date: Thu Mar 17 04:38:51 2016
New Revision: 411253
URL: https://svnweb.freebsd.org/changeset/ports/411253

Log:
  - Add CUE option in default build package
  - Bump PORTREVISION
  
  Requested by:	glebius@

Modified:
  head/multimedia/audacious-plugins/Makefile

Modified: head/multimedia/audacious-plugins/Makefile
==============================================================================
--- head/multimedia/audacious-plugins/Makefile	Thu Mar 17 02:45:53 2016	(r411252)
+++ head/multimedia/audacious-plugins/Makefile	Thu Mar 17 04:38:51 2016	(r411253)
@@ -3,6 +3,7 @@
 
 PORTNAME=	audacious-plugins
 PORTVERSION=	3.7.1
+PORTREVISION=	1
 CATEGORIES=	multimedia audio
 MASTER_SITES=	http://distfiles.audacious-media-player.org/
 
@@ -28,8 +29,8 @@ OPTIONS_DEFINE=	AAC ALSA AMIDI AOSD AOSD
 		FLAC JACK LAME LIRC MP3 MMS MODPLUG MPRIS NEON NLS NOTIFY \
 		OPENGL OSS PULSEAUDIO SAMPLERATE SCROBBLER SDL SID SNDFILE \
 		SPEEDPITCH VORBIS WAVPACK
-OPTIONS_DEFAULT=	AAC AOSD AOSDXCOMP CDDA DBUS FFMPEG FLAC GTK2 MP3 \
-		MMS NEON NLS NOTIFY OSS SCROBBLER VORBIS WAVPACK
+OPTIONS_DEFAULT=	AAC AOSD AOSDXCOMP CDDA CUE DBUS FFMPEG FLAC GTK2 \
+		MP3 MMS NEON NLS NOTIFY OSS SCROBBLER VORBIS WAVPACK
 
 AAC_LIB_DEPENDS=	libfaad.so:${PORTSDIR}/audio/faad
 AAC_CONFIGURE_OFF=	--disable-aac


More information about the svn-ports-all mailing list