View | Details | Raw Unified | Return to bug 126844
Collapse All | Expand All

(-)../hrktorrent/Makefile (-2 / +2 lines)
Lines 2-12 Link Here
2
# Date created:				Jun 29, 2008
2
# Date created:				Jun 29, 2008
3
# Whom:					hrkfrd@gmail.com
3
# Whom:					hrkfrd@gmail.com
4
#
4
#
5
# $FreeBSD: ports/net-p2p/hrktorrent/Makefile,v 1.1 2008/07/19 23:18:50 miwi Exp $
5
# $FreeBSD$
6
#
6
#
7
7
8
PORTNAME=	hrktorrent
8
PORTNAME=	hrktorrent
9
PORTVERSION=	0.3.2
9
PORTVERSION=	0.3.3
10
CATEGORIES=	net-p2p
10
CATEGORIES=	net-p2p
11
MASTER_SITES=	http://henrik.unit5.ca/hrktorrent/
11
MASTER_SITES=	http://henrik.unit5.ca/hrktorrent/
12
12
(-)../hrktorrent/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (hrktorrent-0.3.2.tar.bz2) = 17809a039c8dead47d65dd8b029f052a
1
MD5 (hrktorrent-0.3.3.tar.bz2) = 22761a26df17d6559bc2beacb3b7dca4
2
SHA256 (hrktorrent-0.3.2.tar.bz2) = 2de5ab866edfa0eb4b819b05f5be0ab7fc79ea5fbd5b266e40ded1c11f1fedf8
2
SHA256 (hrktorrent-0.3.3.tar.bz2) = 2c316ff13dbf76226cf921c890a0a6377482e67f68084a6fa85543759c5ffdb8
3
SIZE (hrktorrent-0.3.2.tar.bz2) = 7637
3
SIZE (hrktorrent-0.3.3.tar.bz2) = 8380
(-)../hrktorrent/files/patch-vars.mk (-9 lines)
Lines 1-9 Link Here
1
--- vars.mk.orig	2008-06-29 16:18:44.000000000 +0200
2
+++ vars.mk	2008-06-29 16:18:52.000000000 +0200
3
@@ -4,5 +4,5 @@
4
 OBJ		= main.o core.o settings.o utils.o ipfilter.o
5
 OUT		= hrktorrent
6
 CXXFLAGS	+= `pkg-config --cflags libtorrent`
7
-LIBS		= `pkg-config --libs libtorrent` -lpthread
8
+LIBS		= `pkg-config --libs libtorrent` -pthread
9
(-)../hrktorrent/pkg-message (-2 / +2 lines)
Lines 1-7 Link Here
1
-----------------------------------------------------------------
1
=================================================================
2
A default hrktorrent.rc config has been installed to:
2
A default hrktorrent.rc config has been installed to:
3
 PREFIX/share/examples/hrktorrent.rc
3
 PREFIX/share/examples/hrktorrent.rc
4
Copy it to ~/.hrktorrent/ and modify it. 
4
Copy it to ~/.hrktorrent/ and modify it. 
5
To use the IPFilter, move the rulefile the same dir and name it:
5
To use the IPFilter, move the rulefile the same dir and name it:
6
 ipfilter.dat.
6
 ipfilter.dat.
7
-----------------------------------------------------------------
7
=================================================================

Return to bug 126844