From owner-svn-ports-all@FreeBSD.ORG Sat Jun 1 19:18:44 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D1D50ECA; Sat, 1 Jun 2013 19:18:44 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C37D2C10; Sat, 1 Jun 2013 19:18:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r51JIig1074150; Sat, 1 Jun 2013 19:18:44 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r51JIisi074149; Sat, 1 Jun 2013 19:18:44 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201306011918.r51JIisi074149@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sat, 1 Jun 2013 19:18:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319585 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 01 Jun 2013 19:18:44 -0000 Author: rakuco Date: Sat Jun 1 19:18:44 2013 New Revision: 319585 URL: http://svnweb.freebsd.org/changeset/ports/319585 Log: Mention that ack 2.04 has some incompatibilities with ack 1. Suggested by az. Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Jun 1 19:07:15 2013 (r319584) +++ head/UPDATING Sat Jun 1 19:18:44 2013 (r319585) @@ -5,6 +5,14 @@ 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. +20130601: + AFFECTS: users of textproc/ack + AUTHOR: rakuco@FreeBSD.org + + ack has been updated to version 2.04. It is slightly incompatible with some + options present in ack1. For more information, see + http://beyondgrep.com/ack-2.0. + 20130530: AFFECTS: users of irc/inspircd AUTHOR: swills@FreeBSD.org