svn commit: r361474 - in head/net-p2p: libtorrent rtorrent

Steve Wills swills at freebsd.org
Thu Jul 10 20:28:54 UTC 2014


Hi,

FYI:

https://jenkins.freebsd.org/pci/head-amd64/poudriere/data/headamd64-default/658/logs/errors/py27-libtorrent-rasterbar-0.16.17.log
https://jenkins.freebsd.org/pci/head-i386/poudriere/data/headi386-default/658/logs/errors/py27-libtorrent-rasterbar-0.16.17.log

===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%PYTHON_SITELIBDIR%%/python_libtorrent-0.16.1%%SHLIB_VER%%-py2.%%SHLIB_VER%%.egg-info/PKG-INFO
Error: Orphaned: %%PYTHON_SITELIBDIR%%/python_libtorrent-0.16.1%%SHLIB_VER%%-py2.%%SHLIB_VER%%.egg-info/SOURCES.txt
Error: Orphaned: %%PYTHON_SITELIBDIR%%/python_libtorrent-0.16.1%%SHLIB_VER%%-py2.%%SHLIB_VER%%.egg-info/dependency_links.txt
Error: Orphaned: %%PYTHON_SITELIBDIR%%/python_libtorrent-0.16.1%%SHLIB_VER%%-py2.%%SHLIB_VER%%.egg-info/top_level.txt
Error: Orphaned: @dirrmtry %%PYTHON_SITELIBDIR%%/python_libtorrent-0.16.1%%SHLIB_VER%%-py2.%%SHLIB_VER%%.egg-info

Maybe you don't want to install those though. If not, try @comment for them.

Steve

On Thu, Jul 10, 2014 at 04:34:18PM +0000, Guido Falsi wrote:
> Author: madpilot
> Date: Thu Jul 10 16:34:18 2014
> New Revision: 361474
> URL: http://svnweb.freebsd.org/changeset/ports/361474
> QAT: https://qat.redports.org/buildarchive/r361474/
> 
> Log:
>   - Remove uneeded dependency from libtorrent [1]
>   - Update dependency lines in rtorrent
>   
>   PR:		191621
>   Submitted by:	Colin <anonymous.bug.report at gmail.com> (original submitter)
>   Reported By:	Andre <a.heider at gmail.com> [1] (as followup comment)
> 
> Modified:
>   head/net-p2p/libtorrent/Makefile
>   head/net-p2p/rtorrent/Makefile
> 
> Modified: head/net-p2p/libtorrent/Makefile
> ==============================================================================
> --- head/net-p2p/libtorrent/Makefile	Thu Jul 10 16:16:32 2014	(r361473)
> +++ head/net-p2p/libtorrent/Makefile	Thu Jul 10 16:34:18 2014	(r361474)
> @@ -2,14 +2,13 @@
>  
>  PORTNAME=	libtorrent
>  PORTVERSION=	0.13.4
> +PORTREVISION=	1
>  CATEGORIES=	net-p2p
>  MASTER_SITES=	http://libtorrent.rakshasa.no/downloads/
>  
>  MAINTAINER=	ports at FreeBSD.org
>  COMMENT=	BitTorrent Library written in C++
>  
> -LIB_DEPENDS=	libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20
> -
>  CONFLICTS=	rblibtorrent-[0-9]* \
>  		rblibtorrent-devel-[0-9]*
>  
> 
> Modified: head/net-p2p/rtorrent/Makefile
> ==============================================================================
> --- head/net-p2p/rtorrent/Makefile	Thu Jul 10 16:16:32 2014	(r361473)
> +++ head/net-p2p/rtorrent/Makefile	Thu Jul 10 16:34:18 2014	(r361474)
> @@ -2,14 +2,15 @@
>  
>  PORTNAME=	rtorrent
>  PORTVERSION=	0.9.4
> +PORTREVISION=	1
>  CATEGORIES=	net-p2p
>  MASTER_SITES=	http://libtorrent.rakshasa.no/downloads/
>  
>  MAINTAINER=	ports at FreeBSD.org
>  COMMENT=	BitTorrent Client written in C++
>  
> -BUILD_DEPENDS=	libtorrent=0.13.4:${PORTSDIR}/net-p2p/libtorrent
> -RUN_DEPENDS=	libtorrent=0.13.4:${PORTSDIR}/net-p2p/libtorrent
> +BUILD_DEPENDS=	libtorrent=0.13.4_1:${PORTSDIR}/net-p2p/libtorrent
> +RUN_DEPENDS=	libtorrent=0.13.4_1:${PORTSDIR}/net-p2p/libtorrent
>  LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
>  
>  GNU_CONFIGURE=	yes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20140710/8668f205/attachment.sig>


More information about the svn-ports-head mailing list