From owner-freebsd-ports@FreeBSD.ORG Mon May 7 17:41:58 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A2B18106566C for ; Mon, 7 May 2012 17:41:58 +0000 (UTC) (envelope-from manek@ghur.net) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 250E38FC16 for ; Mon, 7 May 2012 17:41:57 +0000 (UTC) Received: by lagv3 with SMTP id v3so4964321lag.13 for ; Mon, 07 May 2012 10:41:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:mime-version:x-mailer:thread-index:date:message-id:subject:to :content-type:x-gm-message-state; bh=P7vcrwNhtJjC1wrCvT5dRp73AwPKY/VAOngpzQOmay4=; b=j2kqWaWOXbtQbNCAqi+vU8rVQVCjSIswDntnCIlAN6RO4GC+bzOsvYfMx3jrVmzofI 1eRVv7yjJhGFg6yyZ3ReArPdR+QA8kXtb0aZQLR46M3DRxpXiybdCPmO8SjbosJZNiDS b0UyFB9tnred43LKlvaGONELSCS9CPjg1+0FO5cmg0qWJjcQExpe58ADJvdVi22qmjGg +e1KtUBjjh5kS4yHPWluHvwlSzxt2U9WYuyzqMDa3DsvaUWKJzhFeIEazQ69gEvTgbCA wL8F8SGw31bYfyLgRpTgtt6et/iv3A27ocpDxbeau9iyEAvYIFDydC775byzkYD3ei5h 3FYA== Received: by 10.112.40.5 with SMTP id t5mr7645233lbk.55.1336412516824; Mon, 07 May 2012 10:41:56 -0700 (PDT) From: Sameer Manek MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: Ac0sckLhFbNCgWK5QaaUWSd+KnxkZg== Date: Mon, 7 May 2012 10:41:54 -0700 Message-ID: To: ports@freebsd.org, flz@freebsd.org X-Gm-Message-State: ALoCoQlx/Qk41YTQo3PuaTEbhVQ+ZLepCFlcV5GdJ1R6jwDmcPdbjTnLuvm9EZa6Kzq0Srz6Lol0 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: libtorrent 0.13.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2012 17:41:58 -0000 Below is the patches I believe that are necessary to upgrade libtorrent to its current version. diff -u /usr/ports/net-p2p/libtorrent/distinfo distinfo --- /usr/ports/net-p2p/libtorrent/distinfo 2011-09-01 22:22:12.000000000 -0700 +++ distinfo 2012-05-07 09:51:22.000000000 -0700 @@ -1,2 +1,2 @@ -SHA256 (libtorrent-0.12.9.tar.gz) = 15dc9e8dd45d070f447e599bef08ef0ca421bac6e7f55e608dcd19360594af64 -SIZE (libtorrent-0.12.9.tar.gz) = 667864 +SHA256 (libtorrent-0.13.2.tar.gz) = ed2f2dea16c29cac63fa2724f6658786d955f975861fa6811bcf1597ff8a5e4f +SIZE (libtorrent-0.13.2.tar.gz) = 725088 diff -u /usr/ports/net-p2p/libtorrent/Makefile Makefile --- /usr/ports/net-p2p/libtorrent/Makefile 2011-09-01 22:22:12.000000000 -0700 +++ Makefile 2012-05-07 09:49:59.000000000 -0700 @@ -6,7 +6,7 @@ # PORTNAME?= libtorrent -PORTVERSION?= 0.12.9 +PORTVERSION?= 0.13.2 CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ \ ${MASTER_SITE_LOCAL}