svn commit: r449431 - head/net-p2p/libtorrent-rasterbar

Jan Beich jbeich at FreeBSD.org
Thu Sep 7 23:07:36 UTC 2017


Author: jbeich
Date: Thu Sep  7 23:07:34 2017
New Revision: 449431
URL: https://svnweb.freebsd.org/changeset/ports/449431

Log:
  net-p2p/libtorrent-rasterbar: unbreak with boost 1.65
  
  PR:		220717
  Obtained from:	upstream
  Approved by:	portmgr blanket

Modified:
  head/net-p2p/libtorrent-rasterbar/Makefile   (contents, props changed)
  head/net-p2p/libtorrent-rasterbar/distinfo   (contents, props changed)

Modified: head/net-p2p/libtorrent-rasterbar/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar/Makefile	Thu Sep  7 21:23:00 2017	(r449430)
+++ head/net-p2p/libtorrent-rasterbar/Makefile	Thu Sep  7 23:07:34 2017	(r449431)
@@ -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 at FreeBSD.org
 COMMENT?=	C++ library implementing a BitTorrent client
 

Modified: head/net-p2p/libtorrent-rasterbar/distinfo
==============================================================================
--- head/net-p2p/libtorrent-rasterbar/distinfo	Thu Sep  7 21:23:00 2017	(r449430)
+++ head/net-p2p/libtorrent-rasterbar/distinfo	Thu Sep  7 23:07:34 2017	(r449431)
@@ -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


More information about the svn-ports-all mailing list