From owner-svn-ports-head@freebsd.org Sun Mar 4 11:24:50 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5E27F29848; Sun, 4 Mar 2018 11:24:50 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 628E276774; Sun, 4 Mar 2018 11:24:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 501CD14BCA; Sun, 4 Mar 2018 11:24:50 +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 w24BOoi4081236; Sun, 4 Mar 2018 11:24:50 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w24BOorI081234; Sun, 4 Mar 2018 11:24:50 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201803041124.w24BOorI081234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 4 Mar 2018 11:24:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463563 - in head/security: amavisd-new maia X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/security: amavisd-new maia X-SVN-Commit-Revision: 463563 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Mar 2018 11:24:50 -0000 Author: danfe Date: Sun Mar 4 11:24:49 2018 New Revision: 463563 URL: https://svnweb.freebsd.org/changeset/ports/463563 Log: Fix a harmless typo (archviers/rar -> archivers/rar). Noticed by: asmodai Modified: head/security/amavisd-new/Makefile head/security/maia/Makefile Modified: head/security/amavisd-new/Makefile ============================================================================== --- head/security/amavisd-new/Makefile Sun Mar 4 10:03:53 2018 (r463562) +++ head/security/amavisd-new/Makefile Sun Mar 4 11:24:49 2018 (r463563) @@ -147,15 +147,14 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/altermime:mail/altermim RUN_DEPENDS+= file>=4.21:sysutils/file .endif -# archviers/rar is a 32-bit binary port, we don't want the install to fail +# archivers/rar is a 32-bit binary port, we don't want the install to fail # at that port, therefore we will block instantly here if the platform does # not suit rar. - .if ${PORT_OPTIONS:MRAR} .if ${ARCH} == "i386" RUN_DEPENDS+= ${LOCALBASE}/bin/rar:archivers/rar .else -IGNORE= archviers/rar is a 32-bit binary port and is not compatible with ${ARCH} +IGNORE= archivers/rar is a 32-bit binary port and is not compatible with ${ARCH} .endif .endif Modified: head/security/maia/Makefile ============================================================================== --- head/security/maia/Makefile Sun Mar 4 10:03:53 2018 (r463562) +++ head/security/maia/Makefile Sun Mar 4 11:24:49 2018 (r463563) @@ -227,7 +227,7 @@ RUN_DEPENDS+= p5-Mail-DKIM>=0:mail/p5-Mail-DKIM RUN_DEPENDS+= file>=4.21:sysutils/file .endif -# archviers/rar is a 32-bit binary port, we don't want the install to fail +# archivers/rar is a 32-bit binary port, we don't want the install to fail # at that port, therefore we will block instantly here if the platform does # not suit rar. .if ${PORT_OPTIONS:MRAR}