diff options
author | yuri <yuri@FreeBSD.org> | 2018-10-07 04:13:20 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-10-07 04:13:20 +0800 |
commit | 243a2450026d6e6fa75a30b57626d743a506e15c (patch) | |
tree | 5ad24720cb3ba2e1022973885ae56a026c0938d4 /x11 | |
parent | 99cc2aed53e8664a767faa0e8e63bc34353fd17c (diff) | |
download | freebsd-ports-gnome-243a2450026d6e6fa75a30b57626d743a506e15c.tar.gz freebsd-ports-gnome-243a2450026d6e6fa75a30b57626d743a506e15c.tar.zst freebsd-ports-gnome-243a2450026d6e6fa75a30b57626d743a506e15c.zip |
net-p2p/libtorrent-rasterbar and net-p2p/libtorrent-rasterbar-python: Update 1.1.9 -> 1.1.10
Port changes for net-p2p/libtorrent-rasterbar:
* Change to cmake
* Add LICENSE_FILE
* Add USES=compiler:c++14-lang
* Remove the TEST option, add the cmake-based do-test target, but it is broken upstream
Port changes for net-p2p/libtorrent-rasterbar-python:
* Complete redesign, made it an individual port instead of a slave
Bump 5 dependencies.
Reported by: TJ <tj@mrsk.me>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/leechcraft/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/leechcraft/Makefile b/x11/leechcraft/Makefile index 6c0308311829..f2efd60ea5cd 100644 --- a/x11/leechcraft/Makefile +++ b/x11/leechcraft/Makefile @@ -3,7 +3,7 @@ PORTNAME= leechcraft PORTVERSION= 0.6.70 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= x11 MASTER_SITES= http://dist.leechcraft.org/LeechCraft/0.6.70/ @@ -78,6 +78,7 @@ BITTORRENT_DESC= Full-featured BitTorrent client plugin BITTORRENT_CMAKE_ON= -DENABLE_TORRENT:BOOL=true BITTORRENT_CMAKE_OFF= -DENABLE_TORRENT:BOOL=false BITTORRENT_LIB_DEPENDS= libtorrent-rasterbar.so:net-p2p/libtorrent-rasterbar +BITTORRENT_BROKEN= see https://dev.leechcraft.org/issues/2062 BLASQ_DESC= Cloud image storage services client (like Flickr or Picasa) BLASQ_CMAKE_ON= -DENABLE_BLASQ:BOOL=true |