From owner-svn-ports-head@freebsd.org Fri Oct 14 14:34:43 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E821EC1185D; Fri, 14 Oct 2016 14:34:43 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6D0D787; Fri, 14 Oct 2016 14:34:43 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EEYgLm031149; Fri, 14 Oct 2016 14:34:42 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EEYgGe031148; Fri, 14 Oct 2016 14:34:42 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201610141434.u9EEYgGe031148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Fri, 14 Oct 2016 14:34:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423972 - head/audio/libmp3splt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2016 14:34:44 -0000 Author: danilo Date: Fri Oct 14 14:34:42 2016 New Revision: 423972 URL: https://svnweb.freebsd.org/changeset/ports/423972 Log: - Fix ID3 option selection PR: 213469 Submitted by: Anton Yuzhaninov MFH: 2016Q4 Modified: head/audio/libmp3splt/Makefile Modified: head/audio/libmp3splt/Makefile ============================================================================== --- head/audio/libmp3splt/Makefile Fri Oct 14 14:26:34 2016 (r423971) +++ head/audio/libmp3splt/Makefile Fri Oct 14 14:34:42 2016 (r423972) @@ -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