From owner-svn-ports-head@freebsd.org Mon May 9 17:18:48 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 5EFBCB34905; Mon, 9 May 2016 17:18:48 +0000 (UTC) (envelope-from olivierd@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 0FE6D12C3; Mon, 9 May 2016 17:18:47 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u49HIlf2053297; Mon, 9 May 2016 17:18:47 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u49HIlgn053295; Mon, 9 May 2016 17:18:47 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201605091718.u49HIlgn053295@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 9 May 2016 17:18:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414870 - head/multimedia/qmmp-plugin-pack 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.22 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: Mon, 09 May 2016 17:18:48 -0000 Author: olivierd Date: Mon May 9 17:18:46 2016 New Revision: 414870 URL: https://svnweb.freebsd.org/changeset/ports/414870 Log: - Update to 0.9.4 [2] - Replace CFLAGS, and LDFLAGS by USES= localbase [2] - Adjust dependencies [1] PR: 209246 Submitted by: (maintainer) [1], myself [2] Modified: head/multimedia/qmmp-plugin-pack/Makefile head/multimedia/qmmp-plugin-pack/distinfo Modified: head/multimedia/qmmp-plugin-pack/Makefile ============================================================================== --- head/multimedia/qmmp-plugin-pack/Makefile Mon May 9 17:10:53 2016 (r414869) +++ head/multimedia/qmmp-plugin-pack/Makefile Mon May 9 17:18:46 2016 (r414870) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= qmmp-plugin-pack -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.4 CATEGORIES= multimedia MASTER_SITES= http://qmmp.ylsoftware.com/files/plugins/ \ SF/qmmp-dev/${PORTNAME}/ @@ -16,8 +16,8 @@ CONFLICTS= ${PORTNAME}-qt5-1.* LIB_DEPENDS= libqmmpui.so:multimedia/qmmp BUILD_DEPENDS= qmmp>=0.9.0:multimedia/qmmp -USES= cmake:outsource pkgconfig tar:bzip2 -USE_QT4= corelib gui qmake_build rcc_build moc_build linguist_build +USES= cmake:outsource localbase pkgconfig tar:bzip2 +USE_QT4= corelib gui linguisttools_build moc_build qmake_build rcc_build USE_LDCONFIG= yes OPTIONS_SUB= yes @@ -40,7 +40,8 @@ FFAPASM_BUILD_DEPENDS= yasm:devel/yasm FFAPASM_CMAKE_ON= -DUSE_ASM:BOOL=TRUE FFAPASM_CMAKE_OFF= -DUSE_ASM:BOOL=FALSE -MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 +MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 \ + libtag.so:audio/taglib MPG123_USE= QT4=uic_build MPG123_CMAKE_ON= -DUSE_MPG123:BOOL=TRUE MPG123_CMAKE_OFF= -DUSE_MPG123:BOOL=FALSE @@ -51,8 +52,6 @@ XMP_CMAKE_ON= -DUSE_XMP:BOOL=TRUE XMP_CMAKE_OFF= -DUSE_XMP:BOOL=FALSE CMAKE_ARGS+= -DCMAKE_REQUIRED_INCLUDES:PATH=${LOCALBASE}/include -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib pre-configure: @${RM} -f ${BUILD_WRKSRC}/CMakeCache.txt Modified: head/multimedia/qmmp-plugin-pack/distinfo ============================================================================== --- head/multimedia/qmmp-plugin-pack/distinfo Mon May 9 17:10:53 2016 (r414869) +++ head/multimedia/qmmp-plugin-pack/distinfo Mon May 9 17:18:46 2016 (r414870) @@ -1,2 +1,2 @@ -SHA256 (qmmp-plugin-pack-0.9.3.tar.bz2) = 4c65cf6b917574858248b81f7c357b128af21908e7a437f1e1cb89f1501020ec -SIZE (qmmp-plugin-pack-0.9.3.tar.bz2) = 76668 +SHA256 (qmmp-plugin-pack-0.9.4.tar.bz2) = b817b766854d6ac641d875b8f8f901356f942e7b5d982c16a31a3d4771d43527 +SIZE (qmmp-plugin-pack-0.9.4.tar.bz2) = 78007