From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 6 16:20:04 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 1CCD3106566B for ; Sun, 6 Sep 2009 16:20:04 +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 E94FA8FC1A for ; Sun, 6 Sep 2009 16:20:03 +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 n86GK3Up027261 for ; Sun, 6 Sep 2009 16:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n86GK3eE027260; Sun, 6 Sep 2009 16:20:03 GMT (envelope-from gnats) Resent-Date: Sun, 6 Sep 2009 16:20:03 GMT Resent-Message-Id: <200909061620.n86GK3eE027260@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, Sylvio Cesar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7740910656C8; Sun, 6 Sep 2009 16:10:35 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-yw0-f180.google.com (mail-yw0-f180.google.com [209.85.211.180]) by mx1.freebsd.org (Postfix) with ESMTP id EEAC98FC28; Sun, 6 Sep 2009 16:10:34 +0000 (UTC) Received: by ywh10 with SMTP id 10so4717436ywh.7 for ; Sun, 06 Sep 2009 09:10:34 -0700 (PDT) Received: by 10.101.88.18 with SMTP id q18mr14459557anl.64.1252253434080; Sun, 06 Sep 2009 09:10:34 -0700 (PDT) Received: from fbsd72.scjamorim.org (200.175.131.136.dynamic.adsl.gvt.net.br [200.175.131.136]) by mx.google.com with ESMTPS id c14sm8654051ana.8.2009.09.06.09.10.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 06 Sep 2009 09:10:33 -0700 (PDT) Received: by fbsd72.scjamorim.org (Postfix, from userid 0) id 2B777229B9B; Sun, 6 Sep 2009 13:10:28 -0300 (BRT) Message-Id: <20090906161028.2B777229B9B@fbsd72.scjamorim.org> Date: Sun, 6 Sep 2009 13:10:28 -0300 (BRT) From: Sylvio Cesar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: itetcu@FreeBSD.org, araujo@FreeBSD.org Subject: ports/138576: [PATCH] net-p2p/qbittorrent: BUMP PORTREVISION. Take maintainership. 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: Sun, 06 Sep 2009 16:20:04 -0000 >Number: 138576 >Category: ports >Synopsis: [PATCH] net-p2p/qbittorrent: BUMP PORTREVISION. Take maintainership. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 06 16:20:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug 3 22:10:47 BRT >Description: - BUMP PORTREVISION - Take maintainership. - There is an update in devel/commoncpp port. In favor of the latest update of commoncpp (ports/137542) You can see the log of qbittorrent in mine tinderbox: http://www.scjamorim.org/Home/qbittorrent-1.3.4_2.log Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- qbittorrent-1.3.4_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net-p2p/qbittorrent/Makefile,v retrieving revision 1.21 diff -u -u -r1.21 Makefile --- Makefile 4 Sep 2009 18:25:24 -0000 1.21 +++ Makefile 6 Sep 2009 16:06:17 -0000 @@ -7,14 +7,14 @@ PORTNAME= qbittorrent PORTVERSION= 1.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= Bittorrent client written in C++ / Qt4 using libtorrent -LIB_DEPENDS= ccext2-1.6.0:${PORTSDIR}/devel/commoncpp \ +LIB_DEPENDS= ccext2-1.7.0:${PORTSDIR}/devel/commoncpp \ execinfo.1:${PORTSDIR}/devel/libexecinfo \ zzip.13:${PORTSDIR}/devel/zziplib \ curl.5:${PORTSDIR}/ftp/curl \ --- qbittorrent-1.3.4_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: