Date: Fri, 20 Jan 2017 13:05:04 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r431955 - branches/2017Q1/devel/cmake-gui Message-ID: <201701201305.v0KD54l8036306@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701201305.v0KD54l8036306>