diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-07-17 11:03:00 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-07-17 11:03:00 +0000 |
commit | d05a17a69d86017dbb2fedf0624bcd02ddc5d20a (patch) | |
tree | 5bd16f4a0f118b2357aaa828e5705297614f7419 /net-p2p/rtorrent | |
parent | 7d5317153f5bd5f0011f95dbf0cb64d8f1a19f8a (diff) | |
download | ports-d05a17a69d86017dbb2fedf0624bcd02ddc5d20a.tar.gz ports-d05a17a69d86017dbb2fedf0624bcd02ddc5d20a.zip |
Notes
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/rtorrent/files/patch-src_command__network.cc | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index b54655088e0a..5e968a611a84 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -7,7 +7,7 @@ PORTNAME?= rtorrent PORTVERSION?= 0.8.4 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ \ ${MASTER_SITE_LOCAL} diff --git a/net-p2p/rtorrent/files/patch-src_command__network.cc b/net-p2p/rtorrent/files/patch-src_command__network.cc deleted file mode 100644 index 08922049ed7a..000000000000 --- a/net-p2p/rtorrent/files/patch-src_command__network.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/command_network.cc.orig 2007-12-18 21:13:53.000000000 +0000 -+++ src/command_network.cc 2007-12-18 21:14:26.000000000 +0000 -@@ -224,6 +224,8 @@ - saPtr->set_port(port); - control->scgi()->open_port(saPtr, saPtr->length(), rpc::call_command_value("get_scgi_dont_route")); - -+ rak::address_info::free_address_info(ai); -+ - break; - - case 2: |