diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-09-08 07:07:34 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-09-08 07:07:34 +0800 |
commit | f87c6f38fd1a2a370f37444b22a053ab1544cb2b (patch) | |
tree | 5216ebd2ff12856fb6c601e0a136807c765a87cc /net-p2p | |
parent | cc71b9ebb7463c2cb4ca75ebf10b2d35f3621a38 (diff) | |
download | freebsd-ports-gnome-f87c6f38fd1a2a370f37444b22a053ab1544cb2b.tar.gz freebsd-ports-gnome-f87c6f38fd1a2a370f37444b22a053ab1544cb2b.tar.zst freebsd-ports-gnome-f87c6f38fd1a2a370f37444b22a053ab1544cb2b.zip |
net-p2p/libtorrent-rasterbar: unbreak with boost 1.65
PR: 220717
Obtained from: upstream
Approved by: portmgr blanket
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-rasterbar/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar/distinfo | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile index 3ef7fb79ae88..c712a718c5b5 100644 --- a/net-p2p/libtorrent-rasterbar/Makefile +++ b/net-p2p/libtorrent-rasterbar/Makefile @@ -7,6 +7,9 @@ PORTREVISION= 1 CATEGORIES?= net-p2p ipv6 MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/ +PATCH_SITES= https://github.com/arvidn/libtorrent/commit/ +PATCHFILES= 7eb3cf6bc6db.patch:-p1 + MAINTAINER= rezny@FreeBSD.org COMMENT?= C++ library implementing a BitTorrent client diff --git a/net-p2p/libtorrent-rasterbar/distinfo b/net-p2p/libtorrent-rasterbar/distinfo index 5eb721d361da..6b9ecf62eedd 100644 --- a/net-p2p/libtorrent-rasterbar/distinfo +++ b/net-p2p/libtorrent-rasterbar/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1492892114 SHA256 (libtorrent-rasterbar-1.1.3.tar.gz) = 44196a89932c26528f5db19289d0f0f4130730a61dccc61c9f1eac9ad3e881d8 SIZE (libtorrent-rasterbar-1.1.3.tar.gz) = 3912760 +SHA256 (7eb3cf6bc6db.patch) = d343654786f02112b0787d999f3c569bcb9bb31dfc2be52aa26007b5f5e3ca0b +SIZE (7eb3cf6bc6db.patch) = 1180 |