From owner-svn-ports-all@freebsd.org Mon Mar 6 23:53:26 2017 Return-Path: Delivered-To: svn-ports-all@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 6A5CBD006FD; Mon, 6 Mar 2017 23:53:26 +0000 (UTC) (envelope-from jhale@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 2EFC519F2; Mon, 6 Mar 2017 23:53:26 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v26NrPfg030878; Mon, 6 Mar 2017 23:53:25 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v26NrP6E030877; Mon, 6 Mar 2017 23:53:25 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201703062353.v26NrP6E030877@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Mon, 6 Mar 2017 23:53:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r435574 - branches/2017Q1/audio/libechonest X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2017 23:53:26 -0000 Author: jhale Date: Mon Mar 6 23:53:25 2017 New Revision: 435574 URL: https://svnweb.freebsd.org/changeset/ports/435574 Log: MFH: r435573 Add missing Qt4 xml dependency to fix build failure when TEST option is ON Register Qt4 corelib dependency Fix LICENSE and add LICENSE_FILE Approved by: portmgr (blanket) Approved by: ports-secteam (blanket) Modified: branches/2017Q1/audio/libechonest/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/audio/libechonest/Makefile ============================================================================== --- branches/2017Q1/audio/libechonest/Makefile Mon Mar 6 23:50:09 2017 (r435573) +++ branches/2017Q1/audio/libechonest/Makefile Mon Mar 6 23:53:25 2017 (r435574) @@ -3,13 +3,14 @@ PORTNAME= libechonest PORTVERSION= 2.3.1 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= nivit@FreeBSD.org COMMENT= Collection of C++/Qt classes designed to use the APIs of The Echo Nest -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libqjson.so:devel/qjson @@ -19,12 +20,12 @@ OPTIONS_DEFINE= TEST PLIST_SUB= PORTVERSION=${PORTVERSION} -TEST_CMAKE_OFF= -DECHONEST_BUILD_TESTS:BOOL=OFF -TEST_USE= qt4=qtestlib_build +TEST_CMAKE_BOOL=ECHONEST_BUILD_TESTS +TEST_USE= qt4=qtestlib_build,xml_build USES= cmake pkgconfig USE_GITHUB= yes USE_LDCONFIG= yes -USE_QT4= qmake_build moc_build network rcc_build +USE_QT4= corelib qmake_build moc_build network rcc_build .include