Date: Sun, 4 Mar 2018 11:24:50 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> 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 Message-ID: <201803041124.w24BOorI081234@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803041124.w24BOorI081234>