From owner-svn-ports-all@freebsd.org Fri Aug 31 12:51:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 218E8F7FC5D; Fri, 31 Aug 2018 12:51:35 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C216A7136D; Fri, 31 Aug 2018 12:51:34 +0000 (UTC) (envelope-from jhale@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A38371B83E; Fri, 31 Aug 2018 12:51:34 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7VCpYR6074168; Fri, 31 Aug 2018 12:51:34 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7VCpYQ1074166; Fri, 31 Aug 2018 12:51:34 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201808311251.w7VCpYQ1074166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 31 Aug 2018 12:51:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478554 - head/net-p2p/retroshare X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/net-p2p/retroshare X-SVN-Commit-Revision: 478554 X-SVN-Commit-Repository: ports 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.27 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, 31 Aug 2018 12:51:35 -0000 Author: jhale Date: Fri Aug 31 12:51:33 2018 New Revision: 478554 URL: https://svnweb.freebsd.org/changeset/ports/478554 Log: Fix build with Qt 5.11 USE_GNOME requires USES=gnome PR: 230884 Obtained from: upstream Modified: head/net-p2p/retroshare/Makefile head/net-p2p/retroshare/distinfo Modified: head/net-p2p/retroshare/Makefile ============================================================================== --- head/net-p2p/retroshare/Makefile Fri Aug 31 12:28:56 2018 (r478553) +++ head/net-p2p/retroshare/Makefile Fri Aug 31 12:51:33 2018 (r478554) @@ -6,6 +6,9 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.6.4 CATEGORIES= net-p2p +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 428b331d8efe.patch:-p1 + MAINTAINER= peter@netkey.at COMMENT= Private and secure decentralised communication platform @@ -24,7 +27,8 @@ LIB_DEPENDS= libsqlcipher.so:databases/sqlcipher \ libcurl.so:ftp/curl \ libmicrohttpd.so:www/libmicrohttpd -USES= compiler:features desktop-file-utils dos2unix pkgconfig qmake qt:5 ssl +USES= compiler:features desktop-file-utils dos2unix \ + gnome pkgconfig qmake qt:5 ssl USE_GITHUB= yes GH_ACCOUNT= RetroShare GH_PROJECT= RetroShare Modified: head/net-p2p/retroshare/distinfo ============================================================================== --- head/net-p2p/retroshare/distinfo Fri Aug 31 12:28:56 2018 (r478553) +++ head/net-p2p/retroshare/distinfo Fri Aug 31 12:51:33 2018 (r478554) @@ -1,3 +1,5 @@ -TIMESTAMP = 1530050837 +TIMESTAMP = 1535718515 SHA256 (RetroShare-RetroShare-v0.6.4_GH0.tar.gz) = 84355c0f3be5ec1dfa7253e327ea1254f76f47739c233cfb8d0983ebd1a61f4a SIZE (RetroShare-RetroShare-v0.6.4_GH0.tar.gz) = 20018361 +SHA256 (428b331d8efe.patch) = eb2586311e56f2cf3ce42eccc3b1647e4a06cba8042e867f379e7d4601ab5172 +SIZE (428b331d8efe.patch) = 2365