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 /net-p2p/deluge-cli | |
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 'net-p2p/deluge-cli')
-rw-r--r-- | net-p2p/deluge-cli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/deluge-cli/Makefile b/net-p2p/deluge-cli/Makefile index f103bb6c97f1..8f19b6cb4a95 100644 --- a/net-p2p/deluge-cli/Makefile +++ b/net-p2p/deluge-cli/Makefile @@ -3,7 +3,7 @@ PORTNAME= deluge DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 1.3.15 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-p2p python PKGNAMESUFFIX= -cli |