From owner-svn-ports-all@freebsd.org Fri Jan 20 13:05:05 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BBC5CB7959; Fri, 20 Jan 2017 13:05:05 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4962B142F; Fri, 20 Jan 2017 13:05:05 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0KD54xT036307; Fri, 20 Jan 2017 13:05:04 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0KD54l8036306; Fri, 20 Jan 2017 13:05:04 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201701201305.v0KD54l8036306@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 20 Jan 2017 13:05:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r431955 - branches/2017Q1/devel/cmake-gui X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jan 2017 13:05:05 -0000 Author: tcberner Date: Fri Jan 20 13:05:04 2017 New Revision: 431955 URL: https://svnweb.freebsd.org/changeset/ports/431955 Log: MFH: r431769 r431772 Add missing LIB_DEPENDS to devel/libuv (stage-qa). Approved by: rakuco (mentor) The change in r431769 requires a PORTREVISION bump. *puts on idiot hat* Approved by: rakuco (mentor) Approved by: ports-secteam (junovitch), rakuco (mentor) Modified: branches/2017Q1/devel/cmake-gui/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/devel/cmake-gui/Makefile ============================================================================== --- branches/2017Q1/devel/cmake-gui/Makefile Fri Jan 20 13:02:33 2017 (r431954) +++ branches/2017Q1/devel/cmake-gui/Makefile Fri Jan 20 13:05:04 2017 (r431955) @@ -2,6 +2,7 @@ PORTNAME= cmake PORTVERSION= 3.7.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/ PKGNAMESUFFIX= -gui @@ -15,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/Copyright.txt BUILD_DEPENDS= sphinx-build:textproc/py-sphinx LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ - libjsoncpp.so:devel/jsoncpp + libjsoncpp.so:devel/jsoncpp \ + libuv.so:devel/libuv USE_QT5= core gui widgets buildtools_build qmake_build USES= cmake:run desktop-file-utils execinfo libarchive \