From owner-svn-ports-head@FreeBSD.ORG Tue Sep 2 11:18:15 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3108D711; Tue, 2 Sep 2014 11:18:15 +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 024D51127; Tue, 2 Sep 2014 11:18:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s82BIEeU071393; Tue, 2 Sep 2014 11:18:14 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s82BIEeU071388; Tue, 2 Sep 2014 11:18:14 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201409021118.s82BIEeU071388@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Tue, 2 Sep 2014 11:18:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366986 - 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.18-1 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: Tue, 02 Sep 2014 11:18:15 -0000 Author: jhale Date: Tue Sep 2 11:18:14 2014 New Revision: 366986 URL: http://svnweb.freebsd.org/changeset/ports/366986 QAT: https://qat.redports.org/buildarchive/r366986/ Log: - Update to 1.0.8 - Take maintainership Modified: head/audio/liblastfm/Makefile head/audio/liblastfm/distinfo head/audio/liblastfm/pkg-plist Modified: head/audio/liblastfm/Makefile ============================================================================== --- head/audio/liblastfm/Makefile Tue Sep 2 11:04:40 2014 (r366985) +++ head/audio/liblastfm/Makefile Tue Sep 2 11:18:14 2014 (r366986) @@ -2,27 +2,29 @@ # $FreeBSD$ PORTNAME= liblastfm -PORTVERSION= 1.0.6 -PORTREVISION= 1 +PORTVERSION= 1.0.8 CATEGORIES= audio -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jhale@FreeBSD.org COMMENT= Qt C++ library for the Last.fm webservices LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ libfftw3f.so:${PORTSDIR}/math/fftw3-float \ libsamplerate.so:${PORTSDIR}/audio/libsamplerate GH_ACCOUNT= lastfm -GH_COMMIT= 5826fe6 +GH_COMMIT= a2416ca USES= cmake pkgconfig USE_GITHUB= yes USE_LDCONFIG= yes USE_QT4= dbus moc_build rcc_build network qmake_build qtestlib sql xml +CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=ON + OPTIONS_DEFINE= FINGERPRINT TESTS OPTIONS_DEFAULT= FINGERPRINT OPTIONS_SUB= yes Modified: head/audio/liblastfm/distinfo ============================================================================== --- head/audio/liblastfm/distinfo Tue Sep 2 11:04:40 2014 (r366985) +++ head/audio/liblastfm/distinfo Tue Sep 2 11:18:14 2014 (r366986) @@ -1,2 +1,2 @@ -SHA256 (liblastfm-1.0.6.tar.gz) = 3b7c92338b956573fa0832cb980a24762156f39406e2efeceb4af702137ab98e -SIZE (liblastfm-1.0.6.tar.gz) = 119595 +SHA256 (liblastfm-1.0.8.tar.gz) = c3caa148b9b0e2954db7b7c7f2ec0d1e67ff7bb51a330e6202f067be9e86529e +SIZE (liblastfm-1.0.8.tar.gz) = 119203 Modified: head/audio/liblastfm/pkg-plist ============================================================================== --- head/audio/liblastfm/pkg-plist Tue Sep 2 11:04:40 2014 (r366985) +++ head/audio/liblastfm/pkg-plist Tue Sep 2 11:18:14 2014 (r366986) @@ -20,6 +20,7 @@ include/lastfm/ScrobblePoint.h include/lastfm/Tag.h include/lastfm/Tasteometer.h include/lastfm/Track.h +include/lastfm/Url.h include/lastfm/UrlBuilder.h include/lastfm/User.h include/lastfm/XmlQuery.h @@ -29,8 +30,8 @@ include/lastfm/misc.h include/lastfm/ws.h lib/liblastfm.so lib/liblastfm.so.1 -lib/liblastfm.so.1.0.6 +lib/liblastfm.so.1.0.8 %%FINGERPRINT%%lib/liblastfm_fingerprint.so %%FINGERPRINT%%lib/liblastfm_fingerprint.so.1 -%%FINGERPRINT%%lib/liblastfm_fingerprint.so.1.0.6 +%%FINGERPRINT%%lib/liblastfm_fingerprint.so.1.0.8 @dirrm include/lastfm