From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 8 20:50:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3285A106566B for ; Tue, 8 Sep 2009 20:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0A7DB8FC28 for ; Tue, 8 Sep 2009 20:50:02 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n88Ko1UK098001 for ; Tue, 8 Sep 2009 20:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n88Ko1BH098000; Tue, 8 Sep 2009 20:50:01 GMT (envelope-from gnats) Resent-Date: Tue, 8 Sep 2009 20:50:01 GMT Resent-Message-Id: <200909082050.n88Ko1BH098000@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Henrik Friedrichsen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 092DB106566C for ; Tue, 8 Sep 2009 20:44:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id ED32A8FC14 for ; Tue, 8 Sep 2009 20:44:54 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n88Kisku096384 for ; Tue, 8 Sep 2009 20:44:54 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n88Kisug096382; Tue, 8 Sep 2009 20:44:54 GMT (envelope-from nobody) Message-Id: <200909082044.n88Kisug096382@www.freebsd.org> Date: Tue, 8 Sep 2009 20:44:54 GMT From: Henrik Friedrichsen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/138642: [MAINTAINER] net-p2p/hrktorrent update to 0.3.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2009 20:50:02 -0000 >Number: 138642 >Category: ports >Synopsis: [MAINTAINER] net-p2p/hrktorrent update to 0.3.5 >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 Sep 08 20:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Henrik Friedrichsen >Release: 7.2 >Organization: >Environment: FreeBSD sun.univer.se 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Mon Sep 7 14:53:58 CEST 2009 root@sun.univer.se:/usr/obj/usr/src/sys/HYDROGEN i386 >Description: This patch updates hrktorrent to 0.3.5 and makes it depend on rblibtorrent-devel. This has to be done because rblibtorrent has undergone some API changes which hrktorrent is now compatible to. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -Naur ./Makefile ../hrktorrent/Makefile --- ./Makefile 2009-09-08 21:26:58.000000000 +0200 +++ ../hrktorrent/Makefile 2009-09-08 22:31:38.000000000 +0200 @@ -6,14 +6,14 @@ # PORTNAME= hrktorrent -PORTVERSION= 0.3.4 +PORTVERSION= 0.3.5 CATEGORIES= net-p2p MASTER_SITES= http://50hz.ws/hrktorrent/ MAINTAINER= hrkfdn@gmail.com COMMENT= A light console torrent client using rasterbar's libtorrent -LIB_DEPENDS= torrent.1:${PORTSDIR}/net-p2p/rblibtorrent +LIB_DEPENDS= torrent-rasterbar.5:${PORTSDIR}/net-p2p/rblibtorrent-devel USE_GNOME= pkgconfig USE_BZIP2= yes diff -Naur ./distinfo ../hrktorrent/distinfo --- ./distinfo 2009-09-08 21:26:58.000000000 +0200 +++ ../hrktorrent/distinfo 2009-09-08 22:24:36.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (hrktorrent-0.3.4.tar.bz2) = 3bd9da6910fb4727307f1e0ccfc4cc71 -SHA256 (hrktorrent-0.3.4.tar.bz2) = 27caefb4a96ebb476ec5756031822b341c8b282dd1d827cc7c5d6f38e6fb056b -SIZE (hrktorrent-0.3.4.tar.bz2) = 8915 +MD5 (hrktorrent-0.3.5.tar.bz2) = df2e53b0e3320e4b48afffc89539450d +SHA256 (hrktorrent-0.3.5.tar.bz2) = b9cdc75fb0f07963e7938ecc7c088271c9a29471cde0ce5c9739656793d19fa8 +SIZE (hrktorrent-0.3.5.tar.bz2) = 8950 >Release-Note: >Audit-Trail: >Unformatted: