diff options
-rw-r--r-- | mail/exim-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/exim-devel/files/patch-src::exim.c | 12 | ||||
-rw-r--r-- | mail/exim-old/Makefile | 2 | ||||
-rw-r--r-- | mail/exim-old/files/patch-src::exim.c | 12 | ||||
-rw-r--r-- | mail/exim/Makefile | 2 | ||||
-rw-r--r-- | mail/exim/files/patch-src::exim.c | 12 |
6 files changed, 39 insertions, 3 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile index fbee0a6e3e4c..cd425afabe5d 100644 --- a/mail/exim-devel/Makefile +++ b/mail/exim-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= exim PORTVERSION= 3.33 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/ \ http://www.exim.org/ftp/ \ diff --git a/mail/exim-devel/files/patch-src::exim.c b/mail/exim-devel/files/patch-src::exim.c new file mode 100644 index 000000000000..e84e06bcff84 --- /dev/null +++ b/mail/exim-devel/files/patch-src::exim.c @@ -0,0 +1,12 @@ +--- src/exim.c.orig Wed Aug 15 13:09:09 2001 ++++ src/exim.c Fri Nov 2 12:22:38 2001 +@@ -2197,7 +2197,8 @@ + + if (!admin_user) + { +- if (deliver_give_up || daemon_listen || count_queue || ++ if (deliver_give_up || daemon_listen || ++ (count_queue && queue_list_requires_admin) || + (list_queue && queue_list_requires_admin) || + (queue_interval >= 0 && prod_requires_admin)) + { diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index fbee0a6e3e4c..cd425afabe5d 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -7,7 +7,7 @@ PORTNAME= exim PORTVERSION= 3.33 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/ \ http://www.exim.org/ftp/ \ diff --git a/mail/exim-old/files/patch-src::exim.c b/mail/exim-old/files/patch-src::exim.c new file mode 100644 index 000000000000..e84e06bcff84 --- /dev/null +++ b/mail/exim-old/files/patch-src::exim.c @@ -0,0 +1,12 @@ +--- src/exim.c.orig Wed Aug 15 13:09:09 2001 ++++ src/exim.c Fri Nov 2 12:22:38 2001 +@@ -2197,7 +2197,8 @@ + + if (!admin_user) + { +- if (deliver_give_up || daemon_listen || count_queue || ++ if (deliver_give_up || daemon_listen || ++ (count_queue && queue_list_requires_admin) || + (list_queue && queue_list_requires_admin) || + (queue_interval >= 0 && prod_requires_admin)) + { diff --git a/mail/exim/Makefile b/mail/exim/Makefile index fbee0a6e3e4c..cd425afabe5d 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -7,7 +7,7 @@ PORTNAME= exim PORTVERSION= 3.33 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/ \ http://www.exim.org/ftp/ \ diff --git a/mail/exim/files/patch-src::exim.c b/mail/exim/files/patch-src::exim.c new file mode 100644 index 000000000000..e84e06bcff84 --- /dev/null +++ b/mail/exim/files/patch-src::exim.c @@ -0,0 +1,12 @@ +--- src/exim.c.orig Wed Aug 15 13:09:09 2001 ++++ src/exim.c Fri Nov 2 12:22:38 2001 +@@ -2197,7 +2197,8 @@ + + if (!admin_user) + { +- if (deliver_give_up || daemon_listen || count_queue || ++ if (deliver_give_up || daemon_listen || ++ (count_queue && queue_list_requires_admin) || + (list_queue && queue_list_requires_admin) || + (queue_interval >= 0 && prod_requires_admin)) + { |