From owner-freebsd-ports@FreeBSD.ORG Sat Dec 25 11:14:33 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 131001065675; Sat, 25 Dec 2010 11:14:33 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 70B608FC12; Sat, 25 Dec 2010 11:14:32 +0000 (UTC) Received: by wwf26 with SMTP id 26so7256438wwf.31 for ; Sat, 25 Dec 2010 03:14:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=N5Ui0xgsnHgvRk2PA6+jBvm+BgILCCr0yBVuQFWMkMM=; b=rYHWium5dbrP9UVMkgtx/4iwZJFQMC9PStK5uDUllk520PLs8CrAwJz6NbA3ojIxgr 2Xp9AjM2lTs7+M5+PnRdQItZumg4n+rE8c4KrX2D2zm8w2CRMIbDf791SugfoniyL/91 ABqQ559HKI5JFeO7K6hFjSGFpsCH52SMYfZeI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=f5O+4xIp+fgZn8GodwbIdXTjS+etKUK5YOIaaFenf5Uq4MQoQe8qlHYho8bek+pAVj ev00UMDeDdYXW9KAYQRJxf7BcOiymJ/evVWFqBTVu7E0PfmzCBfxLmPO3tOPZ0Kb+eQT I/ingIcx1U5KmFcL9hUChupMeSgDRwcpzR6Tk= Received: by 10.227.162.197 with SMTP id w5mr6446887wbx.169.1293275671344; Sat, 25 Dec 2010 03:14:31 -0800 (PST) Received: from Abricot.malikania.fr (65.21.102-84.rev.gaoland.net [84.102.21.65]) by mx.google.com with ESMTPS id m10sm6827844wbc.22.2010.12.25.03.14.29 (version=SSLv3 cipher=RC4-MD5); Sat, 25 Dec 2010 03:14:30 -0800 (PST) Message-ID: <4D15D275.6000308@gmail.com> Date: Sat, 25 Dec 2010 12:16:05 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.13) Gecko/20101220 Thunderbird/3.1.7 MIME-Version: 1.0 To: dougb@FreeBSD.org, freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: portmaster: print /usr/ports/UPDATING on update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Dec 2010 11:14:33 -0000 Hi, A lot of people always forget to read UPDATING (that's normal we'll are humans). Each entry in UPDATING is like "AFFECTS: users of net-mgmt/flowd" so if an update of net-mgmt/flowd is available and a *recent* entry in UPDATING talks about then print the message. This can prevent a lot of breakage and useless noise on lists. What do you think ? Merry Christmas and happy holidays ! David.