svn commit: r392689 - head/audio/tomahawk

Tilman Keskinoz arved at FreeBSD.org
Wed Jul 22 19:01:56 UTC 2015


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 at FreeBSD.org
+MAINTAINER=	port at 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 \


More information about the svn-ports-all mailing list