diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-26 22:23:08 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-26 22:23:08 +0800 |
commit | 75ee7cae11cd44a920c5bad9ce58220811a9a74d (patch) | |
tree | faa6a6c9d0dff5f45944f521d198071d5a4e190f /net-p2p/hrktorrent | |
parent | e059add40b2ebe2c02e83ac705e49b47f1f4c750 (diff) | |
download | freebsd-ports-graphics-75ee7cae11cd44a920c5bad9ce58220811a9a74d.tar.gz freebsd-ports-graphics-75ee7cae11cd44a920c5bad9ce58220811a9a74d.tar.zst freebsd-ports-graphics-75ee7cae11cd44a920c5bad9ce58220811a9a74d.zip |
- Update to 0.3.3
Changelog:
The CSettings class now supports integers and strings as setting types
- Added the option "downloaddir" to set the target directory
- Added Razvan Deaconescu's patch to ignore colum checking when hrktorrent is not being
run in a tty. Thanks!
- Improved cleaning up the program
- Fixed the Makefile
- More verbosity
- Support libtorrent's UPnP implementation
PR: 126844
Submitted by: Henrik Friedrichsen <hrkfrd@googlemail.com> (maintainer)
Diffstat (limited to 'net-p2p/hrktorrent')
-rw-r--r-- | net-p2p/hrktorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/hrktorrent/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/hrktorrent/files/patch-vars.mk | 9 | ||||
-rw-r--r-- | net-p2p/hrktorrent/pkg-message | 4 |
4 files changed, 6 insertions, 15 deletions
diff --git a/net-p2p/hrktorrent/Makefile b/net-p2p/hrktorrent/Makefile index 7487bdeca64..60d79cbd804 100644 --- a/net-p2p/hrktorrent/Makefile +++ b/net-p2p/hrktorrent/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hrktorrent -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= net-p2p MASTER_SITES= http://henrik.unit5.ca/hrktorrent/ diff --git a/net-p2p/hrktorrent/distinfo b/net-p2p/hrktorrent/distinfo index 25c2b2f968e..2d2e5f1d0ca 100644 --- a/net-p2p/hrktorrent/distinfo +++ b/net-p2p/hrktorrent/distinfo @@ -1,3 +1,3 @@ -MD5 (hrktorrent-0.3.2.tar.bz2) = 17809a039c8dead47d65dd8b029f052a -SHA256 (hrktorrent-0.3.2.tar.bz2) = 2de5ab866edfa0eb4b819b05f5be0ab7fc79ea5fbd5b266e40ded1c11f1fedf8 -SIZE (hrktorrent-0.3.2.tar.bz2) = 7637 +MD5 (hrktorrent-0.3.3.tar.bz2) = 22761a26df17d6559bc2beacb3b7dca4 +SHA256 (hrktorrent-0.3.3.tar.bz2) = 2c316ff13dbf76226cf921c890a0a6377482e67f68084a6fa85543759c5ffdb8 +SIZE (hrktorrent-0.3.3.tar.bz2) = 8380 diff --git a/net-p2p/hrktorrent/files/patch-vars.mk b/net-p2p/hrktorrent/files/patch-vars.mk deleted file mode 100644 index 5c17c64688c..00000000000 --- a/net-p2p/hrktorrent/files/patch-vars.mk +++ /dev/null @@ -1,9 +0,0 @@ ---- vars.mk.orig 2008-06-29 16:18:44.000000000 +0200 -+++ vars.mk 2008-06-29 16:18:52.000000000 +0200 -@@ -4,5 +4,5 @@ - OBJ = main.o core.o settings.o utils.o ipfilter.o - OUT = hrktorrent - CXXFLAGS += `pkg-config --cflags libtorrent` --LIBS = `pkg-config --libs libtorrent` -lpthread -+LIBS = `pkg-config --libs libtorrent` -pthread - diff --git a/net-p2p/hrktorrent/pkg-message b/net-p2p/hrktorrent/pkg-message index f81a0184ed8..c799621667c 100644 --- a/net-p2p/hrktorrent/pkg-message +++ b/net-p2p/hrktorrent/pkg-message @@ -1,7 +1,7 @@ ------------------------------------------------------------------ +================================================================= A default hrktorrent.rc config has been installed to: PREFIX/share/examples/hrktorrent.rc Copy it to ~/.hrktorrent/ and modify it. To use the IPFilter, move the rulefile the same dir and name it: ipfilter.dat. ------------------------------------------------------------------ +================================================================= |