From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 25 13:30:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6B14273 for ; Tue, 25 Feb 2014 13:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A186618CD for ; Tue, 25 Feb 2014 13:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1PDU0Xc057917 for ; Tue, 25 Feb 2014 13:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1PDU0Lv057916; Tue, 25 Feb 2014 13:30:00 GMT (envelope-from gnats) Resent-Date: Tue, 25 Feb 2014 13:30:00 GMT Resent-Message-Id: <201402251330.s1PDU0Lv057916@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, Fabian Keil Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C56BAFCE for ; Tue, 25 Feb 2014 13:22:47 +0000 (UTC) Received: from newred.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 984481880 for ; Tue, 25 Feb 2014 13:22:47 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s1PDMkYi045282 for ; Tue, 25 Feb 2014 13:22:46 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s1PDMkT0045269; Tue, 25 Feb 2014 13:22:46 GMT (envelope-from nobody) Message-Id: <201402251322.s1PDMkT0045269@cgiserv.freebsd.org> Date: Tue, 25 Feb 2014 13:22:46 GMT From: Fabian Keil To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/187031: [patch] Update security/tor-devel to 0.2.5.2-alpha X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 13:30:00 -0000 >Number: 187031 >Category: ports >Synopsis: [patch] Update security/tor-devel to 0.2.5.2-alpha >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 25 13:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Fabian Keil >Release: HEAD >Organization: >Environment: FreeBSD r500.local 11.0-CURRENT FreeBSD 11.0-CURRENT #632 r262341+c524d9f(fk): Sun Feb 23 21:28:22 CET 2014 fk@r500.local:/usr/obj/usr/src/sys/ZOEY amd64 >Description: The attached patch updates security/tor-devel to 0.2.5.2-alpha. Redports logs are available at: https://redports.org/buildarchive/20140225105129-36151/ >How-To-Repeat: >Fix: Patch attached with submission follows: >From 163479377a8b0de4b3edfc8a987a236fc22a6513 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 15 Feb 2014 12:12:00 +0100 Subject: [PATCH] Update security/tor-devel to 0.2.5.2-alpha --- security/tor-devel/Makefile | 5 +++-- security/tor-devel/distinfo | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git security/tor-devel/Makefile security/tor-devel/Makefile index 41dfda1..28ae1f2 100644 --- security/tor-devel/Makefile +++ security/tor-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tor -DISTVERSION= 0.2.4.20 +DISTVERSION= 0.2.5.2-alpha CATEGORIES= security net ipv6 MASTER_SITES= TOR PKGNAMESUFFIX= -devel @@ -122,7 +122,8 @@ post-patch: post-configure: @${FIND} -X ${WRKSRC} -type f -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \ "s|-lpthread|${PTHREAD_LIBS}|g" - @${REINPLACE_CMD} -e '\|^nodist_man1_MANS =|s|$$|$$(regular_mans:=.1)|' \ + @${REINPLACE_CMD} -E -e '\|^nodist_man1_MANS =|s|$$|$$(all_mans:=.1)|' \ + -e 's@^(install: )@\1 install-man1 @' \ ${WRKSRC}/Makefile .if ! ${PORT_OPTIONS:MTOR2WEB} diff --git security/tor-devel/distinfo security/tor-devel/distinfo index 012bf60..6aa5594 100644 --- security/tor-devel/distinfo +++ security/tor-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (tor-0.2.4.20.tar.gz) = ccc51747cbcbf98f658c34d5c693ff8a868698da0349d056e98287ef2e294d9f -SIZE (tor-0.2.4.20.tar.gz) = 2867180 +SHA256 (tor-0.2.5.2-alpha.tar.gz) = 32a1d6dbfa4527fdaebfcb093f1d35cf464877b83b717a2ee0031e4f1f85b805 +SIZE (tor-0.2.5.2-alpha.tar.gz) = 2961889 -- 1.8.5.4 >Release-Note: >Audit-Trail: >Unformatted: