diff options
author | madpilot <madpilot@FreeBSD.org> | 2016-03-19 21:24:32 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2016-03-19 21:24:32 +0800 |
commit | f128a8ff7b007b802797b0a3d9c52d12842cbcf0 (patch) | |
tree | 59e17b5f8b4f800c593ba6198692c49a1337a319 | |
parent | 42ca69f82e9f3c802cf7867d0a5f51fa115055d0 (diff) | |
download | freebsd-ports-gnome-f128a8ff7b007b802797b0a3d9c52d12842cbcf0.tar.gz freebsd-ports-gnome-f128a8ff7b007b802797b0a3d9c52d12842cbcf0.tar.zst freebsd-ports-gnome-f128a8ff7b007b802797b0a3d9c52d12842cbcf0.zip |
- Update to 1.0.9
- Remove outdated comment from pkg-descr
PR: 208042
Submitted by: matthew at reztek.cz
-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 |