From owner-freebsd-ports@freebsd.org Tue May 18 03:24:03 2021 Return-Path: Delivered-To: freebsd-ports@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 D8C5563BFF8 for ; Tue, 18 May 2021 03:24:03 +0000 (UTC) (envelope-from lwhsu@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) 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 4FkhDg5pgCz4T8Y; Tue, 18 May 2021 03:24:03 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from mail-yb1-f179.google.com (mail-yb1-f179.google.com [209.85.219.179]) (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: lwhsu/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id AB5632DF71; Tue, 18 May 2021 03:24:03 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by mail-yb1-f179.google.com with SMTP id l7so11333414ybf.8; Mon, 17 May 2021 20:24:03 -0700 (PDT) X-Gm-Message-State: AOAM532YOUdc/sWmRIlD2rhJYJ9YIpAMDVXmVtJt90mYPeUaey7Df55i 4eFyitJEspMJFHhayJIcuY4rbNKxc6vYvTgIhfY= X-Google-Smtp-Source: ABdhPJxqXPBfomujkPtQF9uvoATgmg4Xbr1HuiYg2QeKOY/6HgpuTPjnxWXx5+NB5BS5Apny7QkuyAacf8DiLWqZFL8= X-Received: by 2002:a05:6902:705:: with SMTP id k5mr4205238ybt.241.1621308243225; Mon, 17 May 2021 20:24:03 -0700 (PDT) MIME-Version: 1.0 References: <202105180117.14I1H3LX072989@fire.js.berklix.net> <4f9fdb113c1d23ae9e06a3608e119e87@bsdforge.com> In-Reply-To: <4f9fdb113c1d23ae9e06a3608e119e87@bsdforge.com> From: Li-Wen Hsu Date: Tue, 18 May 2021 11:23:51 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Is there a way to subscribe to the commit messages for only ports you maintain? To: Chris Cc: "Julian H. Stacey" , Jan Beich , freebsd-ports Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2021 03:24:03 -0000 Another possible way is "watch" the ports you maintained with FreshPorts: https://www.freshports.org/ Li-Wen