mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Update net-p2p/libtorrent-devel to 0.12.4.
This commit is contained in:
parent
2df5b1baf2
commit
9242041ae8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224030
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= libtorrent-devel
|
||||
PORTVERSION= 0.12.3
|
||||
PORTVERSION= 0.12.4
|
||||
PORTREVISION= 0
|
||||
DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION}
|
||||
|
||||
@ -14,16 +14,14 @@ MAINTAINER= flz@FreeBSD.org
|
||||
COMMENT= BitTorrent Library written in C++ (development version)
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../libtorrent
|
||||
PATCHDIR= ${.CURDIR}/files/
|
||||
MD5_FILE= ${.CURDIR}/distinfo
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
DESCR= ${MASTERDIR}/pkg-descr
|
||||
|
||||
|
||||
CONFLICTS= libtorrent-[0-9]* \
|
||||
rblibtorrent-[0-9]* \
|
||||
rblibtorrent-devel-[0-9]*
|
||||
|
||||
.if exists(${.CURDIR}/files/devel-*)
|
||||
EXTRA_PATCHES= ${.CURDIR}/files/devel-*
|
||||
.endif
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libtorrent-0.12.3.tar.gz) = db7c7a2236c2f6af5e02cf3e9384eb67
|
||||
SHA256 (libtorrent-0.12.3.tar.gz) = 6044618e37c2925615a08517e8b69ef84147ef5287a222fc451968b36a0a9be7
|
||||
SIZE (libtorrent-0.12.3.tar.gz) = 598178
|
||||
MD5 (libtorrent-0.12.4.tar.gz) = 7e4b4c29a69c86c38e3e60ec11fc2255
|
||||
SHA256 (libtorrent-0.12.4.tar.gz) = a48c307fdcc77a28ee3a2ba0b68501a42e3709bf693c52df4831b87c71c8c359
|
||||
SIZE (libtorrent-0.12.4.tar.gz) = 600778
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- src/torrent/poll_kqueue.cc.orig 2008-12-09 10:47:34.000000000 +0000
|
||||
+++ src/torrent/poll_kqueue.cc 2008-12-09 10:48:10.000000000 +0000
|
||||
@@ -52,6 +52,8 @@
|
||||
#include <sys/event.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/time.h>
|
||||
+
|
||||
+#include <assert.h>
|
||||
#endif
|
||||
|
||||
namespace torrent {
|
Loading…
Reference in New Issue
Block a user