svn commit: r431955 - branches/2017Q1/devel/cmake-gui

Tobias C. Berner tcberner at FreeBSD.org
Fri Jan 20 13:05:05 UTC 2017


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 \


More information about the svn-ports-all mailing list