From hrkfrd@googlemail.com  Tue Aug 26 01:45:01 2008
Return-Path: <hrkfrd@googlemail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0B04B1065672
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Aug 2008 01:45:01 +0000 (UTC)
	(envelope-from hrkfrd@googlemail.com)
Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.24])
	by mx1.freebsd.org (Postfix) with ESMTP id 76F218FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Aug 2008 01:45:00 +0000 (UTC)
	(envelope-from hrkfrd@googlemail.com)
Received: by ey-out-2122.google.com with SMTP id 6so179956eyi.7
        for <FreeBSD-gnats-submit@freebsd.org>; Mon, 25 Aug 2008 18:44:59 -0700 (PDT)
Received: by 10.210.25.18 with SMTP id 18mr4450049eby.144.1219715098665;
        Mon, 25 Aug 2008 18:44:58 -0700 (PDT)
Received: from megawr.ath.cx ( [87.122.68.100])
        by mx.google.com with ESMTPS id c24sm4821632ika.4.2008.08.25.18.44.57
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Mon, 25 Aug 2008 18:44:57 -0700 (PDT)
Received: from megawr.ath.cx (localhost [127.0.0.1])
	by megawr.ath.cx (8.14.2/8.14.2) with ESMTP id m7Q1jWlS022826
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Aug 2008 03:45:32 +0200 (CEST)
	(envelope-from henrik@megawr.ath.cx)
Received: (from henrik@localhost)
	by megawr.ath.cx (8.14.2/8.14.2/Submit) id m7Q1jWef022825;
	Tue, 26 Aug 2008 03:45:32 +0200 (CEST)
	(envelope-from henrik)
Message-Id: <200808260145.m7Q1jWef022825@megawr.ath.cx>
Date: Tue, 26 Aug 2008 03:45:32 +0200 (CEST)
From: Henrik Friedrichsen <hrkfrd@googlemail.com>
Reply-To: Henrik Friedrichsen <henrik@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] net-p2p/hrktorrent: update to 0.3.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify: hrkfrd@gmail.com

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 26 01:50:01 UTC 2008
>Closed-Date:    Tue Aug 26 14:23:42 UTC 2008
>Last-Modified:  Tue Aug 26 14:30:02 UTC 2008
>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:
Class-Changed-From-To: maintainer-update->change-request 
Class-Changed-By: edwin 
Class-Changed-When: Tue Aug 26 01:50:11 UTC 2008 
Class-Changed-Why:  
Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126844 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Aug 26 01:50:15 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126844 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: hrkfrd@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/126844: [MAINTAINER] net-p2p/hrktorrent: update to 0.3.3
Date: Tue, 26 Aug 2008 01:50:13 UT

 Maintainer of net-p2p/hrktorrent,
 
 Please note that PR ports/126844 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/126844
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Henrik Friedrichsen <hrkfrd@googlemail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/126844: [MAINTAINER] net-p2p/hrktorrent: update to 0.3.3
Date: Tue, 26 Aug 2008 04:11:11 +0200

 Ok, this is a problem. Google Mail sets the sender to 
 hrkfrd@googlemail.com, in the Makefiles however hrkfrd@gmail.com is set.
 Could the submitter please change that?
 
 Thanks!
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Aug 26 14:23:41 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126844 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/126844: commit references a PR
Date: Tue, 26 Aug 2008 14:23:17 +0000 (UTC)

 miwi        2008-08-26 14:23:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-p2p/hrktorrent   Makefile distinfo pkg-message 
   Removed files:
     net-p2p/hrktorrent/files patch-vars.mk 
   Log:
   - 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)
   
   Revision  Changes    Path
   1.2       +1 -1      ports/net-p2p/hrktorrent/Makefile
   1.2       +3 -3      ports/net-p2p/hrktorrent/distinfo
   1.2       +0 -9      ports/net-p2p/hrktorrent/files/patch-vars.mk (dead)
   1.2       +2 -2      ports/net-p2p/hrktorrent/pkg-message
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
