Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Aug 2015 16:43:36 +0000 (UTC)
From:      Veniamin Gvozdikov <vg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394332 - head/security/kqoauth
Message-ID:  <201508151643.t7FGhaTt059159@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vg
Date: Sat Aug 15 16:43:35 2015
New Revision: 394332
URL: https://svnweb.freebsd.org/changeset/ports/394332

Log:
  - Remove qt4-linguist dependency; add qt4-network instead.
  - qt4-testlib is not used outside tests directory; remove it
  from run-time dependencies.
  - Sort USES.
  - Fix a typo in COMMENT.
  - Bump PORTREVISION.
  
  PR:		ports/202046
  Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>

Modified:
  head/security/kqoauth/Makefile

Modified: head/security/kqoauth/Makefile
==============================================================================
--- head/security/kqoauth/Makefile	Sat Aug 15 16:40:31 2015	(r394331)
+++ head/security/kqoauth/Makefile	Sat Aug 15 16:43:35 2015	(r394332)
@@ -6,13 +6,14 @@ PORTVERSION=	0.98
 CATEGORIES=	security
 
 MAINTAINER=	vg@FreeBSD.org
-COMMENT=	Implimentation of OAuth 1.0 in C++ for Qt
+COMMENT=	Implementation of OAuth 1.0 in C++ for Qt
 
 LICENSE=	LGPL21
 
-USES=		qmake pkgconfig
-USE_QT4=	corelib gui linguist_build moc_build qtestlib
+USES=		pkgconfig qmake
+USE_QT4=	corelib network gui moc_build qtestlib_build
 USE_LDCONFIG=	yes
+MAKE_JOBS_UNSAFE=yes
 QMAKE_SOURCE_PATH=	${PORTNAME}.pro
 
 USE_GITHUB=	yes



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