From owner-dev-commits-ports-all@freebsd.org Mon Jul 19 12:39:42 2021 Return-Path: Delivered-To: dev-commits-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 B3CA26564A9 for ; Mon, 19 Jul 2021 12:39:42 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GT1dB4VRLz4kgx for ; Mon, 19 Jul 2021 12:39:42 +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 800EE62D for ; Mon, 19 Jul 2021 12:39:42 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-ed1-f46.google.com with SMTP id l26so23707589eda.10 for ; Mon, 19 Jul 2021 05:39:42 -0700 (PDT) X-Gm-Message-State: AOAM532vgMZ2uaYFusSyzi/IChfrHrb/1UKRMaajnjO8Wl1xPxKHluUR v3iF2E8mGxt/DbaCXmy8i6LSjmj/80JistKJyVOVOw== X-Google-Smtp-Source: ABdhPJx53AG1QI/x+bj07GfuagCcCmK6IqzJDXD1Mf8H4Td/nxTQfUnz0z23lxxpc07JC2p4GkOIuBnD+NJtMQWqOVQ= X-Received: by 2002:a05:6402:2919:: with SMTP id ee25mr35138522edb.222.1626698381391; Mon, 19 Jul 2021 05:39:41 -0700 (PDT) MIME-Version: 1.0 References: <202107181756.16IHu6gu036389@gitrepo.freebsd.org> <20210719052833.omqkyajt22dmliqq@icepick.vmeta.jp> In-Reply-To: <20210719052833.omqkyajt22dmliqq@icepick.vmeta.jp> From: Po-Chuan Hsieh Date: Mon, 19 Jul 2021 20:39:05 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: 56aea200765a - main - devel/p5-Test2-Harness-UI: Add p5-Test2-Harness-UI 0.000070 To: Koichiro Iwao Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2021 12:39:42 -0000 Hi, Fixed in df157dd724aec0a5efed1ee3c4691bd21b1bd0ae. Thanks! Regards, sunpoet On Mon, Jul 19, 2021 at 1:28 PM Koichiro Iwao wrote: > Hi, some RUN_DEPENDS are declared twice. > > On Sun, Jul 18, 2021 at 05:56:06PM +0000, Po-Chuan Hsieh wrote: > > +RUN_DEPENDS= p5-Clone>=0:devel/p5-Clone \ > (snip) > > + p5-DBIx-QuickDB>=0.000020:databases/p5-DBIx-QuickDB \ > > + p5-DBIx-QuickDB>=0:databases/p5-DBIx-QuickDB \ > > Declared twice. > > > + p5-Data-GUID>=0:devel/p5-Data-GUID \ > > + p5-DateTime>=0:devel/p5-DateTime \ > > + p5-Email-Sender>=0:mail/p5-Email-Sender \ > > + p5-Email-Simple>=0:mail/p5-Email-Simple \ > > + p5-Email-Simple>=0:mail/p5-Email-Simple \ > > Here. > > > + p5-File-ShareDir>=0:devel/p5-File-ShareDir \ > > + p5-Importer>=0.025:devel/p5-Importer \ > > + p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \ > > + > p5-Plack-Middleware-DBIx-DisconnectAll>=0:www/p5-Plack-Middleware-DBIx-DisconnectAll > \ > > + p5-Plack>=0:www/p5-Plack \ > > + p5-Router-Simple>=0:www/p5-Router-Simple \ > > + p5-Starman>=0:www/p5-Starman \ > > + p5-Statistics-Basic>=0:math/p5-Statistics-Basic \ > > + p5-Test2-Harness>=0:devel/p5-Test2-Harness \ > > + p5-Test2-Harness>=1.000058:devel/p5-Test2-Harness \ > > Here. > > > + p5-Test2-Suite>=0.000126:devel/p5-Test2-Suite \ > > + p5-Test2-Suite>=0:devel/p5-Test2-Suite \ > > Here. > > -- > meta >