From owner-svn-ports-head@freebsd.org Wed Jul 22 19:01:56 2015 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 19C6C9A8354; Wed, 22 Jul 2015 19:01:56 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org (repo.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 0698A1B11; Wed, 22 Jul 2015 19:01:56 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MJ1tHq094174; Wed, 22 Jul 2015 19:01:55 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MJ1tZZ094173; Wed, 22 Jul 2015 19:01:55 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201507221901.t6MJ1tZZ094173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Wed, 22 Jul 2015 19:01:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392689 - head/audio/tomahawk 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: Wed, 22 Jul 2015 19:01:56 -0000 Author: arved Date: Wed Jul 22 19:01:55 2015 New Revision: 392689 URL: https://svnweb.freebsd.org/changeset/ports/392689 Log: Another port, that requires a C++11 compiler Drop maintainership Reported by: pkg-fallout Modified: head/audio/tomahawk/Makefile Modified: head/audio/tomahawk/Makefile ============================================================================== --- head/audio/tomahawk/Makefile Wed Jul 22 18:57:16 2015 (r392688) +++ head/audio/tomahawk/Makefile Wed Jul 22 19:01:55 2015 (r392689) @@ -5,7 +5,7 @@ PORTNAME= tomahawk PORTVERSION= 0.8.4 CATEGORIES= audio -MAINTAINER= arved@FreeBSD.org +MAINTAINER= port@FreeBSD.org COMMENT= Multi-source, social, and smart music player LICENSE= GPLv3 @@ -44,7 +44,7 @@ OPTIONS_SUB= yes PLIST_SUB+= DESKTOPDIR=${DESKTOPDIR:S,^${PREFIX}/,,} \ PORTVERSION=${PORTVERSION} -USES= cmake desktop-file-utils pkgconfig +USES= cmake compiler:c++11-lib desktop-file-utils pkgconfig USE_GITHUB= yes USE_LDCONFIG= yes USE_QT4= dbus designer gui linguist_build moc_build \