From owner-svn-ports-head@FreeBSD.ORG Sat May 9 12:13:37 2015 Return-Path: Delivered-To: svn-ports-head@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 50B162C8; Sat, 9 May 2015 12:13:37 +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 2510E1F0C; Sat, 9 May 2015 12:13:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t49CDbHZ056516; Sat, 9 May 2015 12:13:37 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t49CDamE056511; Sat, 9 May 2015 12:13:36 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201505091213.t49CDamE056511@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 9 May 2015 12:13:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385883 - head/audio/liblastfm 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.20 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: Sat, 09 May 2015 12:13:37 -0000 Author: jhale Date: Sat May 9 12:13:35 2015 New Revision: 385883 URL: https://svnweb.freebsd.org/changeset/ports/385883 Log: Update to 1.0.9 Rename TESTS option to the more standard TEST Modified: head/audio/liblastfm/Makefile head/audio/liblastfm/distinfo head/audio/liblastfm/pkg-plist Modified: head/audio/liblastfm/Makefile ============================================================================== --- head/audio/liblastfm/Makefile Sat May 9 11:59:57 2015 (r385882) +++ head/audio/liblastfm/Makefile Sat May 9 12:13:35 2015 (r385883) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= liblastfm -PORTVERSION= 1.0.8 -PORTREVISION= 1 +PORTVERSION= 1.0.9 CATEGORIES= audio MAINTAINER= jhale@FreeBSD.org @@ -21,18 +20,18 @@ GH_ACCOUNT= lastfm USES= cmake pkgconfig USE_GITHUB= yes USE_LDCONFIG= yes -USE_QT4= dbus moc_build rcc_build network qmake_build qtestlib sql xml +USE_QT4= dbus network qtestlib sql xml \ + moc_build qmake_build rcc_build CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=ON -OPTIONS_DEFINE= FINGERPRINT TESTS +OPTIONS_DEFINE= FINGERPRINT TEST OPTIONS_DEFAULT= FINGERPRINT OPTIONS_SUB= yes FINGERPRINT_DESC= Build the lastfm-fingerprint library FINGERPRINT_CMAKE_ON= -DBUILD_FINGERPRINT:BOOL=ON FINGERPRINT_CMAKE_OFF= -DBUILD_FINGERPRINT:BOOL=OFF -TESTS_DESC= Build liblastfm tests -TESTS_CMAKE_ON= -DBUILD_TESTS:BOOL=ON -TESTS_CMAKE_OFF= -DBUILD_TESTS:BOOL=OFF +TEST_CMAKE_ON= -DBUILD_TESTS:BOOL=ON +TEST_CMAKE_OFF= -DBUILD_TESTS:BOOL=OFF .include Modified: head/audio/liblastfm/distinfo ============================================================================== --- head/audio/liblastfm/distinfo Sat May 9 11:59:57 2015 (r385882) +++ head/audio/liblastfm/distinfo Sat May 9 12:13:35 2015 (r385883) @@ -1,2 +1,2 @@ -SHA256 (lastfm-liblastfm-1.0.8_GH0.tar.gz) = e36f4f83428ede7021187fe6042db5a1919a579b071a75420364ef7115434607 -SIZE (lastfm-liblastfm-1.0.8_GH0.tar.gz) = 119186 +SHA256 (lastfm-liblastfm-1.0.9_GH0.tar.gz) = 5276b5fe00932479ce6fe370ba3213f3ab842d70a7d55e4bead6e26738425f7b +SIZE (lastfm-liblastfm-1.0.9_GH0.tar.gz) = 119320 Modified: head/audio/liblastfm/pkg-plist ============================================================================== --- head/audio/liblastfm/pkg-plist Sat May 9 11:59:57 2015 (r385882) +++ head/audio/liblastfm/pkg-plist Sat May 9 12:13:35 2015 (r385883) @@ -30,7 +30,7 @@ include/lastfm/misc.h include/lastfm/ws.h lib/liblastfm.so lib/liblastfm.so.1 -lib/liblastfm.so.1.0.8 +lib/liblastfm.so.1.0.9 %%FINGERPRINT%%lib/liblastfm_fingerprint.so %%FINGERPRINT%%lib/liblastfm_fingerprint.so.1 -%%FINGERPRINT%%lib/liblastfm_fingerprint.so.1.0.8 +%%FINGERPRINT%%lib/liblastfm_fingerprint.so.1.0.9