Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2008 03:45:32 +0200 (CEST)
From:      Henrik Friedrichsen <hrkfrd@googlemail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/126844: [MAINTAINER] net-p2p/hrktorrent: update to 0.3.3
Message-ID:  <200808260145.m7Q1jWef022825@megawr.ath.cx>
Resent-Message-ID: <200808260150.m7Q1o1KE016688@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         126844
>Category:       ports
>Synopsis:       [MAINTAINER] net-p2p/hrktorrent: update to 0.3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 26 01:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Henrik Friedrichsen
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD dsp.megawr.ath.cx 7.0-STABLE FreeBSD 7.0-STABLE #0: Sun Aug 24 21:14:38 CEST 2008 root@dsp.megawr.ath.cx:/usr/src/sys/i386/compile/KRAFTWERK i386

0.3.3 just got released and here's the patch. patching the makefile of hrktorrent is not required anymore.

Changelog:
-----------------------
0.3.3 [2008-Aug-26]
-----------------------
- 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


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- hrktorrent_0.3.3.diff begins here ---
diff -Naur ./Makefile ../hrktorrent/Makefile
--- ./Makefile	2008-08-26 03:35:51.000000000 +0200
+++ ../hrktorrent/Makefile	2008-08-26 03:36:54.000000000 +0200
@@ -2,11 +2,11 @@
 # Date created:				Jun 29, 2008
 # Whom:					hrkfrd@gmail.com
 #
-# $FreeBSD: ports/net-p2p/hrktorrent/Makefile,v 1.1 2008/07/19 23:18:50 miwi Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	hrktorrent
-PORTVERSION=	0.3.2
+PORTVERSION=	0.3.3
 CATEGORIES=	net-p2p
 MASTER_SITES=	http://henrik.unit5.ca/hrktorrent/
 
diff -Naur ./distinfo ../hrktorrent/distinfo
--- ./distinfo	2008-08-26 03:35:51.000000000 +0200
+++ ../hrktorrent/distinfo	2008-08-26 03:37:02.000000000 +0200
@@ -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 -Naur ./files/patch-vars.mk ../hrktorrent/files/patch-vars.mk
--- ./files/patch-vars.mk	2008-08-26 03:35:51.000000000 +0200
+++ ../hrktorrent/files/patch-vars.mk	1970-01-01 01:00:00.000000000 +0100
@@ -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 -Naur ./pkg-message ../hrktorrent/pkg-message
--- ./pkg-message	2008-08-26 03:35:51.000000000 +0200
+++ ../hrktorrent/pkg-message	2008-08-26 03:36:26.000000000 +0200
@@ -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.
------------------------------------------------------------------
+=================================================================
--- hrktorrent_0.3.3.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808260145.m7Q1jWef022825>