From owner-svn-ports-all@freebsd.org Tue Jan 17 18:26:59 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 3129BCB4D85 for ; Tue, 17 Jan 2017 18:26:59 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-ot0-x241.google.com (mail-ot0-x241.google.com [IPv6:2607:f8b0:4003:c0f::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E2DDD1628 for ; Tue, 17 Jan 2017 18:26:58 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-ot0-x241.google.com with SMTP id 65so9897581otq.2 for ; Tue, 17 Jan 2017 10:26:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=UZC4zG54iNScxArvysm/tWM/6tKJhvoaUm3ltM2cmh8=; b=TM1E6Hv9Fffcggs4jWjXxcSD9ekVFPqoMgvzqI/3lLKvybHM2MImS0+wP4aPD8Ugaj RxHtP7fhIdK2tlF+qUrroWpl3LKNj2kfs4GdrZYe6Q8qHw6NUv0PUmkm3TzT+UvgjzO3 KXVw29UVnzLNyccd+q/VW1W9+vx0STCkC8jWQETc5tZQALRbVbRp9eUxUMVgnYwl5AhF nch4VqhjVNncSgzhxqq1/4cDrE9XYnpWjfPe3Qi3XDjAyBqrw34RomMkYnuesJOEtSGB jqEcrdowmYVZT6/EcxYBeeFdoApNaNO3IJqGcGTnkjlszHLLZvv0oYJW5IiZLfjE2UfP Fc3g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=UZC4zG54iNScxArvysm/tWM/6tKJhvoaUm3ltM2cmh8=; b=g6FjESZv2md9rIySyzyioVjt8m75WMevFfZjeu/tYOte6li/GxLKaFhs4rx7EyZyH/ i7lumz+vnpq9p7VLxCxQmC+KrtMl//c9HCWcrbzrAoyf8tMNHMqj2e9Umdyy0GrUKoAU ls/nrmMjc6wtQQjPOLCl5fRUzxyO1lEBWZuN9siiU8a4vL06i4P/mwCUYfkCy0ggTFBA eu8bwarA456qdfT1VmNr4EXBqLQHtR/714AW4K+39Zs2LGlPphTQbywYyRu9334Ku+ww zvNI62f22GJL3RJZWkNXiYSJJ1rdAwqY22DA7Z+7rLwjm7ZDpgepa+lpItYRT/CopuEQ fKsw== X-Gm-Message-State: AIkVDXIzLVOLng5rx+On/hS8B0eDN2VbT2zm/WxVDI+2HdQwrKQc6DsCVHrAPyUIef0gA4f1FyDe/aMTirpGhQ== X-Received: by 10.157.30.194 with SMTP id n60mr21278232otn.148.1484677618192; Tue, 17 Jan 2017 10:26:58 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.157.12.134 with HTTP; Tue, 17 Jan 2017 10:26:17 -0800 (PST) In-Reply-To: <201701171820.v0HIKTl7078251@repo.freebsd.org> References: <201701171820.v0HIKTl7078251@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Jan 2017 02:26:17 +0800 X-Google-Sender-Auth: 6v4j6dvaucsOIFsTxd6aCSeaeng Message-ID: Subject: Re: svn commit: r431769 - head/devel/cmake-gui To: "Tobias C. Berner" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 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: Tue, 17 Jan 2017 18:26:59 -0000 On Wed, Jan 18, 2017 at 2:20 AM, Tobias C. Berner wrote: > Author: tcberner > Date: Tue Jan 17 18:20:28 2017 > New Revision: 431769 > URL: https://svnweb.freebsd.org/changeset/ports/431769 > > Log: > Add missing LIB_DEPENDS to devel/libuv (stage-qa). > Hello, Just a reminder. Please bump PORTREVISION for dependency change. Regards, sunpoet > > Approved by: rakuco (mentor) > MFH: 2017Q1 > > Modified: > head/devel/cmake-gui/Makefile > > Modified: head/devel/cmake-gui/Makefile > ============================================================ > ================== > --- head/devel/cmake-gui/Makefile Tue Jan 17 18:01:22 2017 > (r431768) > +++ head/devel/cmake-gui/Makefile Tue Jan 17 18:20:28 2017 > (r431769) > @@ -15,7 +15,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 \ > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"