diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2003-08-30 04:21:22 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2003-08-30 04:21:22 +0800 |
commit | eec243c411a67937ccf966b0f97355b359fcd19f (patch) | |
tree | 53dad99d76771383335c9080ba9cfe73096f0d92 /mail/exim/Makefile | |
parent | 87fdfd8f54b3863f4a8c6370d61336fe54df7ed7 (diff) | |
download | freebsd-ports-gnome-eec243c411a67937ccf966b0f97355b359fcd19f.tar.gz freebsd-ports-gnome-eec243c411a67937ccf966b0f97355b359fcd19f.tar.zst freebsd-ports-gnome-eec243c411a67937ccf966b0f97355b359fcd19f.zip |
Don't core dump on saslauthd lookups without service and realm.
Submitted by: Thomas Hager <thomas.hager@1012surf.net>
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index dfb06654b740..8ffd621aab16 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -7,6 +7,7 @@ PORTNAME= exim PORTVERSION= ${EXIM_VERSION} +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_EXIM} MASTER_SITE_SUBDIR= exim4 |