Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2014 11:11:00 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349127 - head/net-p2p/libtorrent-rasterbar
Message-ID:  <201403251111.s2PBB0Rx044885@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Tue Mar 25 11:10:59 2014
New Revision: 349127
URL: http://svnweb.freebsd.org/changeset/ports/349127
QAT: https://qat.redports.org/buildarchive/r349127/

Log:
  - 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

Modified:
  head/net-p2p/libtorrent-rasterbar/Makefile
  head/net-p2p/libtorrent-rasterbar/distinfo

Modified: head/net-p2p/libtorrent-rasterbar/Makefile
==============================================================================
--- head/net-p2p/libtorrent-rasterbar/Makefile	Tue Mar 25 11:10:39 2014	(r349126)
+++ head/net-p2p/libtorrent-rasterbar/Makefile	Tue Mar 25 11:10:59 2014	(r349127)
@@ -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>

Modified: head/net-p2p/libtorrent-rasterbar/distinfo
==============================================================================
--- head/net-p2p/libtorrent-rasterbar/distinfo	Tue Mar 25 11:10:39 2014	(r349126)
+++ head/net-p2p/libtorrent-rasterbar/distinfo	Tue Mar 25 11:10:59 2014	(r349127)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403251111.s2PBB0Rx044885>