From nobody Fri Oct 15 06:13:38 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5E8F81809272; Fri, 15 Oct 2021 06:13:47 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HVwvH1Qy1z3Cx7; Fri, 15 Oct 2021 06:13:47 +0000 (UTC) (envelope-from mpp302@gmail.com) Received: by mail-wr1-f45.google.com with SMTP id v17so24452423wrv.9; Thu, 14 Oct 2021 23:13:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:to:references:from:subject:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=yJp+InYe0RCsFLtBajs2sJrDBaba65r+sXwMGRr4luo=; b=qBECoe4U+EICD0aAhbvnvG2KbolptkPMLiwkv8aNy5M/vu2Y6NzvcA0EpcspcMMds8 wjxXPq+QCQUj+Ix/zJLL4NM5HyZBAxRhn82DX6i0IEt+iFvc0QDZzbmTx9iuiP2xlzb3 G8bTiuWys/nZEBKZ8icwKv5XdwidIQy8zqKgt/FM82u93CdjZQrC/jVKzYe9DARetYTL koGbl4vgRrVUwAeptjr4aGFk92qn0EVLCeJFjvepIM++7aiESjRU1ZNYW47sL/KxZPa1 laPXnEcKBZhGW5xCHZ+P8hKJxs1bez1nFXOeVGyvKSV3T8MmydMPXaHeMtduFFL8mxbH bvfQ== X-Gm-Message-State: AOAM533UrxyF5pfCSDOXMi9WuNIPZhzczZyOROcCQ1YQIYcVK0Y6leFI yRNrOqwL00rsEj5YtwpwZaAe4yo4f8o= X-Google-Smtp-Source: ABdhPJzCeHubjqH+3SScBtjbKJHsM/nEjtRGhD0Gbh6LedzpxB5iLmjeAQUdCMDuy2E9pf+7qSPSwA== X-Received: by 2002:a5d:6d8f:: with SMTP id l15mr12184015wrs.350.1634278420186; Thu, 14 Oct 2021 23:13:40 -0700 (PDT) Received: from [192.168.0.15] (ip5f5bd4ef.dynamic.kabel-deutschland.de. [95.91.212.239]) by smtp.gmail.com with ESMTPSA id m4sm4746242wrz.45.2021.10.14.23.13.39 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 14 Oct 2021 23:13:39 -0700 (PDT) To: "Vanilla I. Shu" , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202110140730.19E7UfRm047044@gitrepo.freebsd.org> From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: Re: git: e59e69659a1f - main - net/dpdk-20.11: add port. Message-ID: Date: Fri, 15 Oct 2021 08:13:38 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 In-Reply-To: <202110140730.19E7UfRm047044@gitrepo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Content-Language: en-US X-Rspamd-Queue-Id: 4HVwvH1Qy1z3Cx7 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N Hi! On 14/10/2021 09:30, Vanilla I. Shu wrote: > The branch main has been updated by vanilla: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=3De59e69659a1f1f7c2c3f43= 5b889042499a5c5f70 > > commit e59e69659a1f1f7c2c3f435b889042499a5c5f70 > Author: Vanilla I. Shu > AuthorDate: 2021-10-14 07:17:48 +0000 > Commit: Vanilla I. Shu > CommitDate: 2021-10-14 07:29:42 +0000 > > net/dpdk-20.11: add port. > =20 > PR: 254402 > Reported by: Bruce Richardson > --- > diff --git a/net/dpdk-20.11/Makefile b/net/dpdk-20.11/Makefile > new file mode 100644 > index 000000000000..f8d598a1814d > --- /dev/null > +++ b/net/dpdk-20.11/Makefile > @@ -0,0 +1,51 @@ > +# $FreeBSD$ This is not necessary anymore. > + > +PORTNAME=3D dpdk > +DISTVERSION=3D 20.11.1 > +CATEGORIES=3D net > +MASTER_SITES=3D http://fast.dpdk.org/rel/ > +PKGNAMESUFFIX=3D 20.11 Could it be that we wanted to have "-20.11" here instead to match the por= t origin? > + > +MAINTAINER=3D bruce.richardson@intel.com > +COMMENT=3D DPDK: Software libraries for packet processing COMMENT should not contain the name of the software Also, take a look at the linters available as ports-mgmt/portfmt. They ar= e quite amazing at sorting=20 variables in a makefile and formatting it nicely. Cheers! Mateusz Piotrowski