From owner-svn-ports-all@freebsd.org Sat Feb 22 09:45:43 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AF2BB256770; Sat, 22 Feb 2020 09:45:43 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Pk3C4HVRz4M6n; Sat, 22 Feb 2020 09:45:43 +0000 (UTC) (envelope-from vsevolod@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 8BA7F21996; Sat, 22 Feb 2020 09:45:43 +0000 (UTC) (envelope-from vsevolod@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01M9jh7J029801; Sat, 22 Feb 2020 09:45:43 GMT (envelope-from vsevolod@FreeBSD.org) Received: (from vsevolod@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01M9jhcV029800; Sat, 22 Feb 2020 09:45:43 GMT (envelope-from vsevolod@FreeBSD.org) Message-Id: <202002220945.01M9jhcV029800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vsevolod set sender to vsevolod@FreeBSD.org using -f From: Vsevolod Stakhov Date: Sat, 22 Feb 2020 09:45:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526749 - head/mail/exim X-SVN-Group: ports-head X-SVN-Commit-Author: vsevolod X-SVN-Commit-Paths: head/mail/exim X-SVN-Commit-Revision: 526749 X-SVN-Commit-Repository: ports 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.29 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, 22 Feb 2020 09:45:43 -0000 Author: vsevolod Date: Sat Feb 22 09:45:43 2020 New Revision: 526749 URL: https://svnweb.freebsd.org/changeset/ports/526749 Log: - Forgot ${FILESDIR} for EXTRA_PATCHES Modified: head/mail/exim/Makefile Modified: head/mail/exim/Makefile ============================================================================== --- head/mail/exim/Makefile Sat Feb 22 09:31:31 2020 (r526748) +++ head/mail/exim/Makefile Sat Feb 22 09:45:43 2020 (r526749) @@ -96,7 +96,7 @@ IGNORE= you cannot enable DANE without DNSSEC support MASTER_SITES+= http://marc.merlins.org/linux/exim/files/:sa_exim \ SF/sa-exim/sa-exim/${SA_EXIM_VERSION}:sa_exim DISTFILES+= sa-exim-${SA_EXIM_VERSION}.tar.gz:sa_exim -EXTRA_PATCHES+= files/extra-patch-Local-sa-exim.c +EXTRA_PATCHES+= ${FILESDIR}/files/extra-patch-Local-sa-exim.c .endif EXIM_VERSION= 4.93