From owner-svn-ports-all@FreeBSD.ORG Wed Mar 6 18:10:19 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AFA6D77; Wed, 6 Mar 2013 18:10:19 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x22a.google.com (mail-ie0-x22a.google.com [IPv6:2607:f8b0:4001:c03::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 69834CD8; Wed, 6 Mar 2013 18:10:19 +0000 (UTC) Received: by mail-ie0-f170.google.com with SMTP id c11so9900665ieb.15 for ; Wed, 06 Mar 2013 10:10:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=JdZ5oHHdbl2fHrnydthUQSt3eIlKma9EN127OhG/ucY=; b=buYk+wIkMN9wINSoMSHT7lwFI1DkatBoWmDv/tJQngunbdHgRAe3ZLP/HAJsWoAXu8 Afm9h3WK322Lt2wpF1YcII87+KPW3E7/SkETq3CMNUadP2i8Cyh69cX+DmxPDuaBTM4f FY4tiDsuyDnwK3IBLZ12HuNOi7jVr+3FVcm0MMokVTW7areO+ghysSA0hZW4GHY+rPpA gjE9aXzJ3QEoavLyOyRepZyLEOckwI/sB2Nu97LmjXAajgCJ8gEjfpOJEvnkDbVr/ahn o85sX6ytX5D67OfwlHWszBTQj3XX3R6+TwQqy+I8nR0FVWi/W+ulptPlUTeprfrrzxrl HKVw== X-Received: by 10.50.197.170 with SMTP id iv10mr11501681igc.62.1362593418530; Wed, 06 Mar 2013 10:10:18 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.63.12 with HTTP; Wed, 6 Mar 2013 10:09:48 -0800 (PST) In-Reply-To: <201303052020.r25KKqMS016047@svn.freebsd.org> References: <201303052020.r25KKqMS016047@svn.freebsd.org> From: Chris Rees Date: Wed, 6 Mar 2013 18:09:48 +0000 X-Google-Sender-Auth: EJ8oSlHFcMiym1IWPJ4RxyqqWSI Message-ID: Subject: Re: svn commit: r313475 - in head/net: . ct v6eval v6eval/files To: Hiroki Sato Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2013 18:10:19 -0000 On 5 March 2013 20:20, Hiroki Sato wrote: > Author: hrs > Date: Tue Mar 5 20:20:51 2013 > New Revision: 313475 > URL: http://svnweb.freebsd.org/changeset/ports/313475 > > Log: > Resurrect net/ct and net/v6eval, IPv6 Conformance Test Kit. > > Added: > head/net/ct/ > head/net/ct/Makefile (contents, props changed) > head/net/ct/distinfo (contents, props changed) > head/net/ct/pkg-descr (contents, props changed) > head/net/ct/pkg-plist (contents, props changed) > head/net/v6eval/ > head/net/v6eval/Makefile (contents, props changed) > head/net/v6eval/distinfo (contents, props changed) > head/net/v6eval/files/ > head/net/v6eval/files/patch-Bpfilter.h (contents, props changed) > head/net/v6eval/files/patch-McIKE.h (contents, props changed) > head/net/v6eval/files/patch-MvFunction.cc (contents, props changed) > head/net/v6eval/files/patch-RAFControl.h (contents, props changed) > head/net/v6eval/files/patch-hmac.c (contents, props changed) > head/net/v6eval/files/patch-lib_Cm_BtObject.cc (contents, props changed) > head/net/v6eval/files/patch-lib_Cm_CmMain.cc (contents, props changed) > head/net/v6eval/files/patch-sigcomp.c (contents, props changed) > head/net/v6eval/files/patch-x509dec.c (contents, props changed) > head/net/v6eval/files/pkg-message.in (contents, props changed) > head/net/v6eval/pkg-descr (contents, props changed) > head/net/v6eval/pkg-plist (contents, props changed) > Modified: > head/net/Makefile > Unfortunately a bare add has caused the history of the port to be overwritten. When reviving a port you need to use svn cp from its old revision, so that the history is continuous; addport does this for you. Would you mind if I forced a commit with this message (or you can)? "The histories of the older net/ct and net/v6eval can be found at r293439" Chris