Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2015 19:01:55 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392689 - head/audio/tomahawk
Message-ID:  <201507221901.t6MJ1tZZ094173@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507221901.t6MJ1tZZ094173>