diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-03-25 19:10:59 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-03-25 19:10:59 +0800 |
commit | 5db87396c1d51fd7b6473d0538f14a510e36b3f8 (patch) | |
tree | 7e2f4ef3b81627e76d3b38d8e4523612b851eb86 /net-p2p | |
parent | fd58c83715b6cbd88ac09be3d5abf1e05d76bdd1 (diff) | |
download | freebsd-ports-gnome-5db87396c1d51fd7b6473d0538f14a510e36b3f8.tar.gz freebsd-ports-gnome-5db87396c1d51fd7b6473d0538f14a510e36b3f8.tar.zst freebsd-ports-gnome-5db87396c1d51fd7b6473d0538f14a510e36b3f8.zip |
- Update to 0.16.16, Announce message:
* add missing add_files overload to the python bindings
* improve error handling in http gunzip
* fix debug logging for banning web seeds
* improve support for de-selected files in full allocation mode
* fix dht_bootstrap_alert being posted
* SetFileValidData fix on windows (prevents zero-fill)
* fix minor lock_files issue on unix
- Add ChangeLog to DOCS
- Simplify DOCS installation handling
- Use .if for DOCS and EXAMPLES due to large number of files installed
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-rasterbar/Makefile | 13 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar/distinfo | 4 |
2 files changed, 10 insertions, 7 deletions
diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile index 12938032e359..81d2aaeba011 100644 --- a/net-p2p/libtorrent-rasterbar/Makefile +++ b/net-p2p/libtorrent-rasterbar/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libtorrent-rasterbar -PORTVERSION= 0.16.15 +PORTVERSION= 0.16.16 CATEGORIES?= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME:S/-rasterbar//}/${PORTNAME:S/-rasterbar//}/ @@ -39,11 +39,11 @@ SUB_FILES= pkg-message PORTDOCS= * DOCSRCDIR1= ${WRKSRC} -DOC_FILES1= AUTHORS README +DOC_FILES1= AUTHORS ChangeLog README DOCSRCDIR2= ${WRKSRC}/docs DOCSDIR2= ${DOCSDIR}/docs -DOC_FILES2= *.png *.jpg *.gif *.html *.rst *.css +DOC_FILES2= * PORTEXAMPLES= *.cpp @@ -74,13 +74,16 @@ post-install: ${STAGEDIR}${PREFIX}/lib/${PYTHON_VERSION}/site-packages/libtorrent.so .endif - @${MKDIR} ${STAGEDIR}${DOCSDIR} +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DOCSDIR2} ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} - @${MKDIR} ${STAGEDIR}${DOCSDIR2} ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2} +.endif +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/examples/|} \ ${STAGEDIR}${EXAMPLESDIR} +.endif .include <bsd.port.mk> diff --git a/net-p2p/libtorrent-rasterbar/distinfo b/net-p2p/libtorrent-rasterbar/distinfo index 798e84b94495..4a8696d08cbe 100644 --- a/net-p2p/libtorrent-rasterbar/distinfo +++ b/net-p2p/libtorrent-rasterbar/distinfo @@ -1,2 +1,2 @@ -SHA256 (libtorrent-rasterbar-0.16.15.tar.gz) = 820fdfeca3f45a58ec2fc5de138887e890637b3d62fe5717eb8dcd072f249f75 -SIZE (libtorrent-rasterbar-0.16.15.tar.gz) = 3014808 +SHA256 (libtorrent-rasterbar-0.16.16.tar.gz) = c74580f0861281568f58009519cddaaa4aa44056fb3a663acf6061a225ef7ea8 +SIZE (libtorrent-rasterbar-0.16.16.tar.gz) = 3016861 |