svn commit: r490109 - head/net-im/telegramqml

Mark Linimon linimon at FreeBSD.org
Sun Jan 13 02:42:15 UTC 2019


Author: linimon
Date: Sun Jan 13 02:42:14 2019
New Revision: 490109
URL: https://svnweb.freebsd.org/changeset/ports/490109

Log:
  This port requires USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  While here, pet portlint.
  
  PR:		234723
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/net-im/telegramqml/Makefile

Modified: head/net-im/telegramqml/Makefile
==============================================================================
--- head/net-im/telegramqml/Makefile	Sun Jan 13 02:34:32 2019	(r490108)
+++ head/net-im/telegramqml/Makefile	Sun Jan 13 02:42:14 2019	(r490109)
@@ -3,8 +3,8 @@
 
 PORTNAME=	telegramqml
 PORTVERSION=	0.9.2
-PORTREVISION=	2
 DISTVERSIONPREFIX=	v
+PORTREVISION=	2
 CATEGORIES=	net-im
 
 MAINTAINER=	henry.hu.sh at gmail.com
@@ -19,7 +19,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	Aseman-Land
 GH_PROJECT=	TelegramQML
 
-USES=		qmake:outsource qt:5 ssl
+USES=		compiler:c++11-lang qmake:outsource qt:5 ssl
 USE_QT=		qmake_build buildtools_build core declarative sql xml multimedia
 USE_LDCONFIG=	yes
 QMAKE_ARGS=	BUILD_MODE+=lib \


More information about the svn-ports-head mailing list