From owner-svn-ports-all@FreeBSD.ORG Wed Feb 11 10:06:39 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69730A41; Wed, 11 Feb 2015 10:06:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 3A6C786B; Wed, 11 Feb 2015 10:06:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1BA6ddN094204; Wed, 11 Feb 2015 10:06:39 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1BA6c8I094198; Wed, 11 Feb 2015 10:06:38 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201502111006.t1BA6c8I094198@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Wed, 11 Feb 2015 10:06:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378827 - head/audio/libechonest X-SVN-Group: ports-head 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.18-1 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: Wed, 11 Feb 2015 10:06:39 -0000 Author: nivit Date: Wed Feb 11 10:06:37 2015 New Revision: 378827 URL: https://svnweb.freebsd.org/changeset/ports/378827 QAT: https://qat.redports.org/buildarchive/r378827/ Log: - Update to 2.3.1 - Add option TEST (default OFF) - Remove textproc/qt4-xml from dependencies Modified: head/audio/libechonest/Makefile head/audio/libechonest/distinfo head/audio/libechonest/pkg-plist Modified: head/audio/libechonest/Makefile ============================================================================== --- head/audio/libechonest/Makefile Wed Feb 11 09:42:36 2015 (r378826) +++ head/audio/libechonest/Makefile Wed Feb 11 10:06:37 2015 (r378827) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libechonest -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 #PORTREVISION= 0 CATEGORIES= audio @@ -15,15 +15,18 @@ LIB_DEPENDS= libqjson.so:${PORTSDIR}/dev GH_ACCOUNT= lfranchi GH_PROJECT= ${PORTNAME} -GH_COMMIT= 248354f +GH_COMMIT= c8e87da + +OPTIONS_DEFINE= TEST PLIST_SUB= PORTVERSION=${PORTVERSION} +TEST_CMAKE_OFF= -DECHONEST_BUILD_TESTS:BOOL=OFF +TEST_USE= qt4=qtestlib_build + USES= cmake pkgconfig USE_GITHUB= yes USE_LDCONFIG= yes -CMAKE_ARGS= -DECHONEST_BUILD_TESTS=NO - -USE_QT4= qmake_build moc_build network qtestlib rcc_build xml +USE_QT4= qmake_build moc_build network rcc_build .include Modified: head/audio/libechonest/distinfo ============================================================================== --- head/audio/libechonest/distinfo Wed Feb 11 09:42:36 2015 (r378826) +++ head/audio/libechonest/distinfo Wed Feb 11 10:06:37 2015 (r378827) @@ -1,2 +1,2 @@ -SHA256 (libechonest-2.3.0.tar.gz) = 46e66611b4fbf7b02f927bd308e83c14313e8b24710314855224d1da078f7188 -SIZE (libechonest-2.3.0.tar.gz) = 12084256 +SHA256 (libechonest-2.3.1.tar.gz) = 9b052a836c0167cc0281e4d092ab46c0d38ef93005952e25f838c44faed44762 +SIZE (libechonest-2.3.1.tar.gz) = 12084942 Modified: head/audio/libechonest/pkg-plist ============================================================================== --- head/audio/libechonest/pkg-plist Wed Feb 11 09:42:36 2015 (r378826) +++ head/audio/libechonest/pkg-plist Wed Feb 11 10:06:37 2015 (r378827) @@ -6,8 +6,8 @@ include/echonest/CatalogArtist.h include/echonest/CatalogItem.h include/echonest/CatalogSong.h include/echonest/CatalogUpdateEntry.h -include/echonest/Config.h include/echonest/CommonTypes.h +include/echonest/Config.h include/echonest/Genre.h include/echonest/Playlist.h include/echonest/Song.h