diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2016-03-19 13:24:32 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2016-03-19 13:24:32 +0000 |
commit | 844501a32c410ed2f1d79a205b5519c80edf8f3a (patch) | |
tree | 59e17b5f8b4f800c593ba6198692c49a1337a319 /net-p2p | |
parent | 9c77b85cfae1bb5f61b578f659d854315d827f54 (diff) |
- Update to 1.0.9
- Remove outdated comment from pkg-descr
PR: 208042
Submitted by: matthew at reztek.cz
Notes
Notes:
svn path=/head/; revision=411394
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-rasterbar/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar/distinfo | 4 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar/pkg-descr | 2 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar/pkg-plist | 1 |
4 files changed, 4 insertions, 7 deletions
diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile index 214966e98d65..01d2bc3df747 100644 --- a/net-p2p/libtorrent-rasterbar/Makefile +++ b/net-p2p/libtorrent-rasterbar/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libtorrent-rasterbar -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.9 CATEGORIES?= net-p2p ipv6 MASTER_SITES= https://github.com/arvidn/libtorrent/releases/download/libtorrent-${PORTVERSION:S/./_/g}/ @@ -35,7 +35,7 @@ SHLIB_VER= 8 PLIST_SUB+= SHLIB_VER="${SHLIB_VER}" DOCSRCDIR1= ${WRKSRC} -DOC_FILES1= AUTHORS ChangeLog README +DOC_FILES1= AUTHORS ChangeLog DOCSRCDIR2= ${WRKSRC}/docs DOCSDIR2= ${DOCSDIR}/docs diff --git a/net-p2p/libtorrent-rasterbar/distinfo b/net-p2p/libtorrent-rasterbar/distinfo index 002a80ea0d62..35f64b90e501 100644 --- a/net-p2p/libtorrent-rasterbar/distinfo +++ b/net-p2p/libtorrent-rasterbar/distinfo @@ -1,2 +1,2 @@ -SHA256 (libtorrent-rasterbar-1.0.6.tar.gz) = c97de804b77f44591801631aca3869567671df2d3e2afe7f5453d8db2478fd61 -SIZE (libtorrent-rasterbar-1.0.6.tar.gz) = 3307491 +SHA256 (libtorrent-rasterbar-1.0.9.tar.gz) = 11a93125ed49f796fca83da925ab7dc29e91d88b915f078caaddaaf559d63db6 +SIZE (libtorrent-rasterbar-1.0.9.tar.gz) = 3292886 diff --git a/net-p2p/libtorrent-rasterbar/pkg-descr b/net-p2p/libtorrent-rasterbar/pkg-descr index 7d77d3d54b63..0507e0a054a6 100644 --- a/net-p2p/libtorrent-rasterbar/pkg-descr +++ b/net-p2p/libtorrent-rasterbar/pkg-descr @@ -5,8 +5,6 @@ featured client, although it comes with a working example client. The main goals of libtorrent are to be cpu efficient, memory efficient and very easy to use. -The 0.16 branch adds uTP support. - Note that this is NOT the same library as the libtorrent port! WWW: http://www.rasterbar.com/products/libtorrent/ diff --git a/net-p2p/libtorrent-rasterbar/pkg-plist b/net-p2p/libtorrent-rasterbar/pkg-plist index db3dec7173d4..e60f7315bb14 100644 --- a/net-p2p/libtorrent-rasterbar/pkg-plist +++ b/net-p2p/libtorrent-rasterbar/pkg-plist @@ -146,7 +146,6 @@ lib/libtorrent-rasterbar.so.%%SHLIB_VER%%.0.0 libdata/pkgconfig/libtorrent-rasterbar.pc %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/docs/building.html %%PORTDOCS%%%%DOCSDIR%%/docs/building.rst %%PORTDOCS%%%%DOCSDIR%%/docs/client_test.html |