From owner-dev-commits-ports-main@freebsd.org Wed Jul 21 07:56:43 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 D7A2B65CD34; Wed, 21 Jul 2021 07:56:43 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-lj1-f180.google.com (mail-lj1-f180.google.com [209.85.208.180]) (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 4GV7Fl5BlQz4Y8f; Wed, 21 Jul 2021 07:56:43 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-lj1-f180.google.com with SMTP id d17so1785478ljq.12; Wed, 21 Jul 2021 00:56:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=hwuJ/VWFbGMZ/ICJqIvkxioZtl23IVVRbBqJvBmCzyo=; b=C7ToU3AD18XC/vUrX3x7rtBPLTRWSAB6L2UONlUHekzFfFUgW5Mm1Yb2b8TWzSDnia ggklz0tYcgoCqQCMZ603sKjUMVhzE0RfSvl+TFLAMy0plLt6s0tHqGe5ZOhm1hgbksJ9 os/qtr/die8+OtNNEy/BjgGJv900tZu9hTWvMYedXPd/rtZUT2duUpzB1JqEK6S+Ikcx ZCPI3C6MP1JTQBvkSRxNurhQ4i0v3QaSGdLLzKEJE1WMgbDpf50qOVBGvwjvUwyhwYCS jo/7hkCPKkx0y+T3P9xOwkHsObdF8SMTn0qjRRp+48ufifRTG7daEeB5S2UEwOug7nAG pcJg== X-Gm-Message-State: AOAM532Mo65deoHEmYv16qs4i3FaQw5suL0GfwCTcchUU0YR6eIRb2Qm kxFnObSetswGEL/FT0VeDiFNcWWPRxLUhk541Rh5Xvj8/2I= X-Google-Smtp-Source: ABdhPJwhTZCbr2AYru9KgXEkpNXr86VqYxnoxuNKby0RHzD8qVbIayiD/VPaNLOmcNPBloI4WYld6VWzv3/2zv0YW7c= X-Received: by 2002:a05:651c:516:: with SMTP id o22mr15131466ljp.152.1626854201848; Wed, 21 Jul 2021 00:56:41 -0700 (PDT) MIME-Version: 1.0 References: <202107202213.16KMDD62035680@gitrepo.freebsd.org> In-Reply-To: <202107202213.16KMDD62035680@gitrepo.freebsd.org> From: Antoine Brodin Date: Wed, 21 Jul 2021 09:56:31 +0200 Message-ID: Subject: Re: git: 5f49d1f3a82c - main - net-im/biboumi: new port: XMPP gateway to IRC To: Ashish SHUKLA Cc: ports-committers , dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4GV7Fl5BlQz4Y8f X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2021 07:56:43 -0000 On Wed, Jul 21, 2021 at 12:13 AM Ashish SHUKLA wrote: > > The branch main has been updated by ashish: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=5f49d1f3a82c393bb865e7ca43c06aa591e78b84 > > commit 5f49d1f3a82c393bb865e7ca43c06aa591e78b84 > Author: samir > AuthorDate: 2021-07-20 22:06:41 +0000 > Commit: Ashish SHUKLA > CommitDate: 2021-07-20 22:11:30 +0000 > > net-im/biboumi: new port: XMPP gateway to IRC > > Biboumi is a Free, Libre and Open Source XMPP gateway that connects to > IRC servers and translates between the two protocols. Its goal is to > let XMPP users take part in IRC discussions, using their favourite XMPP > client. > > WWW: https://biboumi.louiz.org/ > PR: 250705 Hi, You didn't hook it to the build. Antoine