From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 12 20:40:26 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8122616A41C for ; Sun, 12 Jun 2005 20:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5637C43D4C for ; Sun, 12 Jun 2005 20:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5CKeQaE002644 for ; Sun, 12 Jun 2005 20:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5CKeQDw002643; Sun, 12 Jun 2005 20:40:26 GMT (envelope-from gnats) Date: Sun, 12 Jun 2005 20:40:26 GMT Message-Id: <200506122040.j5CKeQDw002643@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: TAOKA Fumiyoshi Cc: Subject: Re: ports/82172: Update port: net/libtorrent to 0.6.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: TAOKA Fumiyoshi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jun 2005 20:40:26 -0000 The following reply was made to PR ports/82172; it has been noted by GNATS. From: TAOKA Fumiyoshi To: bug-followup@FreeBSD.org Cc: fmysh@iijmio-mail.jp Subject: Re: ports/82172: Update port: net/libtorrent to 0.6.4 Date: Mon, 13 Jun 2005 05:36:35 +0900 Oops, that was not the patch for libtorrent-0.6.4. Fix: Remove file/patch-src_net_socket__fd.cc Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/libtorrent/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 16 May 2005 20:44:45 -0000 1.10 +++ Makefile 12 Jun 2005 18:21:48 -0000 @@ -6,7 +6,7 @@ # PORTNAME= libtorrent -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.4 CATEGORIES= net MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/libtorrent/distinfo,v retrieving revision 1.7 diff -u -r1.7 distinfo --- distinfo 16 May 2005 20:44:45 -0000 1.7 +++ distinfo 12 Jun 2005 18:21:56 -0000 @@ -1,2 +1,2 @@ -MD5 (libtorrent-0.6.2.tar.gz) = 190dde2da4620f040ab1b58165da1892 -SIZE (libtorrent-0.6.2.tar.gz) = 309756 +MD5 (libtorrent-0.6.4.tar.gz) = 309a2e23b41dadb6e32108007e04cdf4 +SIZE (libtorrent-0.6.4.tar.gz) = 308604 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/libtorrent/pkg-plist,v retrieving revision 1.3 diff -u -r1.3 pkg-plist --- pkg-plist 20 Mar 2005 14:38:39 -0000 1.3 +++ pkg-plist 12 Jun 2005 18:47:45 -0000 @@ -1,13 +1,13 @@ include/torrent/bencode.h include/torrent/common.h include/torrent/download.h -include/torrent/exceptions.h include/torrent/entry.h +include/torrent/exceptions.h include/torrent/http.h include/torrent/peer.h include/torrent/torrent.h include/torrent/tracker.h lib/libtorrent.so -lib/libtorrent.so.2 +lib/libtorrent.so.3 libdata/pkgconfig/libtorrent.pc @dirrm include/torrent -- TAOKA Fumiyoshi