From owner-svn-ports-all@freebsd.org Wed Feb 5 18:23:09 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 70227228B43 for ; Wed, 5 Feb 2020 18:23:09 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48CVL52Qx0z3MsN for ; Wed, 5 Feb 2020 18:23:09 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-ed1-f46.google.com (mail-ed1-f46.google.com [209.85.208.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id 2422814F8C for ; Wed, 5 Feb 2020 18:23:09 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-ed1-f46.google.com with SMTP id j17so3160067edp.3 for ; Wed, 05 Feb 2020 10:23:09 -0800 (PST) X-Gm-Message-State: APjAAAX5E4Wv3tUSXvMDTs7euBG40h3881btvE7zjp3I+zPWulYS+s8G PW6iqJ4/x5c3+7velB7+/meuLdpCteBK6pu3Rfba7w== X-Google-Smtp-Source: APXvYqyAdPhHodK4dmqAoOyT/diepxZQ85008yNaATKFU4+FNxj2YUqbLdJ58l2bQ+xutsmUkcnAq0UmiYuqKGwHM2g= X-Received: by 2002:aa7:c402:: with SMTP id j2mr6118436edq.51.1580926988106; Wed, 05 Feb 2020 10:23:08 -0800 (PST) MIME-Version: 1.0 References: <202002041753.014HrPL1092131@repo.freebsd.org> <20200204215025.l2tmnfsmnf6yyrfw@atuin.in.mat.cc> In-Reply-To: <20200204215025.l2tmnfsmnf6yyrfw@atuin.in.mat.cc> From: Po-Chuan Hsieh Date: Thu, 6 Feb 2020 02:22:31 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r525183 - head/net/arp-scan To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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, 05 Feb 2020 18:23:09 -0000 On Wed, Feb 5, 2020 at 5:50 AM Mathieu Arnold wrote: > On Tue, Feb 04, 2020 at 05:53:25PM +0000, Sunpoet Po-Chuan Hsieh wrote: > > Author: sunpoet > > Date: Tue Feb 4 17:53:25 2020 > > New Revision: 525183 > > URL: https://svnweb.freebsd.org/changeset/ports/525183 > > > > Log: > > Update to 1.9.7 > > > > -TIMESTAMP = 1580125315 > > -SHA256 (arp-scan-1.9.tar.gz) = > ce908ac71c48e85dddf6dd4fe5151d13c7528b1f49717a98b2a2535bd797d892 > > -SIZE (arp-scan-1.9.tar.gz) = 488442 > > +TIMESTAMP = 1580830441 > > +SHA256 (royhills-arp-scan-1.9_GH0.tar.gz) = > b2a446a170e4a2feeb825cd08db48a147f8dffae702077f33e456c4200e7afb0 > > +SIZE (royhills-arp-scan-1.9_GH0.tar.gz) = 368813 > > You did not actually update it to 1.9.7, you only switch from the > released tarball for 1.9 to a git-archive extract for 1.9. > > -- > Mathieu Arnold > Hmm, I must have forgot to change the version after switching back to the window. It's fixed in r525288. Thanks!