svn commit: r361474 - in head/net-p2p: libtorrent rtorrent
Guido Falsi
madpilot at FreeBSD.org
Thu Jul 10 16:34:19 UTC 2014
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
More information about the svn-ports-head
mailing list