From owner-svn-ports-all@freebsd.org Thu Jan 7 19:03:37 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1E9AA67B36; Thu, 7 Jan 2016 19:03:37 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 92A071452; Thu, 7 Jan 2016 19:03:37 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u07J3aSg005735; Thu, 7 Jan 2016 19:03:36 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u07J3au3005734; Thu, 7 Jan 2016 19:03:36 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201601071903.u07J3au3005734@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 7 Jan 2016 19:03:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405481 - head/archivers 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.20 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: Thu, 07 Jan 2016 19:03:37 -0000 Author: danfe Date: Thu Jan 7 19:03:36 2016 New Revision: 405481 URL: https://svnweb.freebsd.org/changeset/ports/405481 Log: Quickly fix a stupid typo made in previous commit. Modified: head/archivers/Makefile Modified: head/archivers/Makefile ============================================================================== --- head/archivers/Makefile Thu Jan 7 19:01:34 2016 (r405480) +++ head/archivers/Makefile Thu Jan 7 19:03:36 2016 (r405481) @@ -204,7 +204,7 @@ SUBDIR += unace SUBDIR += unadf SUBDIR += unalz - SUBDIR += unarchive + SUBDIR += unarchiver SUBDIR += unarj SUBDIR += undms SUBDIR += unfoo