diff options
author | flz <flz@FreeBSD.org> | 2009-07-17 19:03:00 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2009-07-17 19:03:00 +0800 |
commit | a5d88bd60260da56bc06cd09ed1192bfae519bd9 (patch) | |
tree | d8e39de95a3d63d2013d1eaf35de4e6c2853e4a8 /net-p2p | |
parent | 7cb64ee0d32f0d92ccc96ae2cc253a3fb472098e (diff) | |
download | freebsd-ports-graphics-a5d88bd60260da56bc06cd09ed1192bfae519bd9.tar.gz freebsd-ports-graphics-a5d88bd60260da56bc06cd09ed1192bfae519bd9.tar.zst freebsd-ports-graphics-a5d88bd60260da56bc06cd09ed1192bfae519bd9.zip |
Remove stale patch that's causing issues with scgi_port option.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent-devel/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/rtorrent-devel/files/patch-src_command__network.cc | 11 | ||||
-rw-r--r-- | net-p2p/rtorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/rtorrent/files/patch-src_command__network.cc | 11 |
4 files changed, 2 insertions, 23 deletions
diff --git a/net-p2p/rtorrent-devel/Makefile b/net-p2p/rtorrent-devel/Makefile index f70389790c9..68102e6faf5 100644 --- a/net-p2p/rtorrent-devel/Makefile +++ b/net-p2p/rtorrent-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= rtorrent-devel PORTVERSION= 0.8.5 +PORTREVISION= 1 DISTNAME= ${PORTNAME:S/-devel//}-${PORTVERSION} MAINTAINER= flz@FreeBSD.org diff --git a/net-p2p/rtorrent-devel/files/patch-src_command__network.cc b/net-p2p/rtorrent-devel/files/patch-src_command__network.cc deleted file mode 100644 index 08922049ed7..00000000000 --- a/net-p2p/rtorrent-devel/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: diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile index b54655088e0..5e968a611a8 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 08922049ed7..00000000000 --- 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: |