svn commit: r394332 - head/security/kqoauth

Veniamin Gvozdikov vg at FreeBSD.org
Sat Aug 15 16:43:36 UTC 2015


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 at 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 at 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


More information about the svn-ports-all mailing list