diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2018-08-31 12:51:33 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2018-08-31 12:51:33 +0000 |
commit | d346e95ffe7f353cab8b81144557eca6a3b25abf (patch) | |
tree | b4ca10e6a1c8f0193a04491c7b5cff7d85e446e9 /net-p2p/retroshare | |
parent | - Update to 1.4 (diff) |
Fix build with Qt 5.11
USE_GNOME requires USES=gnome
PR: 230884
Obtained from: upstream
Notes
Notes:
svn path=/head/; revision=478554
Diffstat (limited to 'net-p2p/retroshare')
-rw-r--r-- | net-p2p/retroshare/Makefile | 6 | ||||
-rw-r--r-- | net-p2p/retroshare/distinfo | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-p2p/retroshare/Makefile b/net-p2p/retroshare/Makefile index 83fd615852a8..77f98a3ba277 100644 --- a/net-p2p/retroshare/Makefile +++ b/net-p2p/retroshare/Makefile @@ -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 diff --git a/net-p2p/retroshare/distinfo b/net-p2p/retroshare/distinfo index b72ed0b99c0f..59c0db4b6272 100644 --- a/net-p2p/retroshare/distinfo +++ b/net-p2p/retroshare/distinfo @@ -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 |