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 /multimedia/miro | |
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 'multimedia/miro')
-rw-r--r-- | multimedia/miro/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/miro/Makefile b/multimedia/miro/Makefile index cd39f2d48d61..a7b2f7536ba8 100644 --- a/multimedia/miro/Makefile +++ b/multimedia/miro/Makefile @@ -3,7 +3,7 @@ PORTNAME= miro PORTVERSION= 6.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.osuosl.org/pub/pculture.org/miro/src/ \ http://ftp.osuosl.org/pub/pculture.org/miro/src/ |