svn commit: r446691 - head/audio/cmus

Tobias Kortkamp tobik at FreeBSD.org
Wed Jul 26 18:46:58 UTC 2017


Author: tobik
Date: Wed Jul 26 18:46:56 2017
New Revision: 446691
URL: https://svnweb.freebsd.org/changeset/ports/446691

Log:
  audio/cmus: Enable MODPLUG by default

Modified:
  head/audio/cmus/Makefile

Modified: head/audio/cmus/Makefile
==============================================================================
--- head/audio/cmus/Makefile	Wed Jul 26 18:26:50 2017	(r446690)
+++ head/audio/cmus/Makefile	Wed Jul 26 18:46:56 2017	(r446691)
@@ -4,7 +4,7 @@
 PORTNAME=	cmus
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.8.0-rc0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 DIST_SUBDIR=	cmus
 
@@ -46,7 +46,7 @@ _CMUS_CONFIGURE_OPTS=	AAC ALSA AO ARTS CDDB CDIO COREA
 CONFIGURE_ARGS+=	CONFIG_${opt}=n
 .endfor
 
-OPTIONS_DEFAULT=	AAC FFMPEG FLAC MAD MP4 OPUS OSS SNDIO VORBIS WAV
+OPTIONS_DEFAULT=	AAC FFMPEG FLAC MAD MODPLUG MP4 OPUS OSS SNDIO VORBIS WAV
 OPTIONS_SUB=	yes
 
 OPTIONS_GROUP=	OUT IN


More information about the svn-ports-all mailing list