svn commit: r478554 - head/net-p2p/retroshare

Jason E. Hale jhale at FreeBSD.org
Fri Aug 31 12:51:35 UTC 2018


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 at 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


More information about the svn-ports-head mailing list