svn commit: r527169 - head/mail/exim
Dima Panov
fluffy at FreeBSD.org
Wed Feb 26 14:25:32 UTC 2020
Author: fluffy
Date: Wed Feb 26 14:25:30 2020
New Revision: 527169
URL: https://svnweb.freebsd.org/changeset/ports/527169
Log:
mail/exim: sort order to apply extra patches
Pointy hat to: fluffy
Modified:
head/mail/exim/Makefile
Modified: head/mail/exim/Makefile
==============================================================================
--- head/mail/exim/Makefile Wed Feb 26 13:46:15 2020 (r527168)
+++ head/mail/exim/Makefile Wed Feb 26 14:25:30 2020 (r527169)
@@ -106,7 +106,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Local-sa-exim.
EXIM_VERSION= 4.93.0.4
SA_EXIM_VERSION=4.2.1
EXIM_INSTALL_ARG+= "-no_chown" "-no_symlink"
-EXTRA_PATCHES+= `${FIND} ${PATCHDIR} -name '74_*.patch'`
+EXTRA_PATCHES+= `${FIND} ${PATCHDIR} -name '74_*.patch'|${SORT} -h`
.if !defined(EXIMON_ONLY)
PLIST_SUB+= EXIM=""
More information about the svn-ports-all
mailing list