Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Oct 2016 22:20:58 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r424221 - branches/2016Q4/audio/libmp3splt
Message-ID:  <201610182220.u9IMKwfZ010794@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Tue Oct 18 22:20:58 2016
New Revision: 424221
URL: https://svnweb.freebsd.org/changeset/ports/424221

Log:
  MFH: r423972
  
  - Fix ID3 option selection
  
  PR:		213469
  Submitted by:	Anton Yuzhaninov <citrin+pr@citrin.ru>
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q4/audio/libmp3splt/Makefile
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/audio/libmp3splt/Makefile
==============================================================================
--- branches/2016Q4/audio/libmp3splt/Makefile	Tue Oct 18 21:36:44 2016	(r424220)
+++ branches/2016Q4/audio/libmp3splt/Makefile	Tue Oct 18 22:20:58 2016	(r424221)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libmp3splt
 PORTVERSION=	0.9.2
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	SF/mp3splt/${PORTNAME}/${PORTVERSION}
 
@@ -43,8 +44,8 @@ VORBIS_LIB_DEPENDS=	libogg.so:audio/libo
 PCRE_CONFIGURE_ENABLE=	pcre
 PCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
 
-MID3_LIB_DEPENDS=	libid3tag.so:audio/libid3tag
-MID3_CONFIGURE_ENABLE=	id3tag
+ID3_LIB_DEPENDS=	libid3tag.so:audio/libid3tag
+ID3_CONFIGURE_ENABLE=	id3tag
 
 NLS_USES=		gettext
 NLS_CONFIGURE_ENABLE=	nls



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610182220.u9IMKwfZ010794>