From owner-svn-ports-all@FreeBSD.ORG Mon Oct 8 16:53:10 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 27E631065700; Mon, 8 Oct 2012 16:53:10 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 11BC08FC0A; Mon, 8 Oct 2012 16:53:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q98Gr9jg037253; Mon, 8 Oct 2012 16:53:09 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q98Gr9cY037250; Mon, 8 Oct 2012 16:53:09 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201210081653.q98Gr9cY037250@svn.freebsd.org> From: Adam Weinberger Date: Mon, 8 Oct 2012 16:53:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305550 - head X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2012 16:53:10 -0000 Author: adamw Date: Mon Oct 8 16:53:09 2012 New Revision: 305550 URL: http://svn.freebsd.org/changeset/ports/305550 Log: The locale data, including translations and associated help files, have been moved to mail/squirrelmail-translations. If you or your users are using Squirrelmail in anything other than en_US, you should install that port. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Oct 8 16:50:01 2012 (r305549) +++ head/UPDATING Mon Oct 8 16:53:09 2012 (r305550) @@ -5,6 +5,15 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20121008: + AFFECTS: users of mail/squirrelmail + AUTHOR: adamw@FreeBSD.org + + The locale data, including translations and associated help files, + have been moved to mail/squirrelmail-translations. If you or your + users are using Squirrelmail in anything other than en_US, you should + install that port. + 20121007: AFFECTS: users of lang/mit-scheme AUTHOR: olgeni@FreeBSD.org