diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-12-11 20:42:29 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-12-11 20:42:29 +0800 |
commit | 323b0353566131177ff7ca32987f0940c035bb01 (patch) | |
tree | 1e10ef07fd46fb18f87389cb5557bbcc8f0bb50b /mail | |
parent | 7f3af41f944bd814e978b64564e90c7c2e7debeb (diff) | |
download | freebsd-ports-gnome-323b0353566131177ff7ca32987f0940c035bb01.tar.gz freebsd-ports-gnome-323b0353566131177ff7ca32987f0940c035bb01.tar.zst freebsd-ports-gnome-323b0353566131177ff7ca32987f0940c035bb01.zip |
Bump PORTREVISION for this recent change:
Build Exim with compile-time defaults for exim_user and exim_group.
Use the newly added mailnull user, and the now well-established group
mail.
The use of compile-time defaults for these values is not required for
many sites, but are important for more exotic applications.
This ensures that the packages are useful to the widest audience
possible.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/exim-old/Makefile | 2 | ||||
-rw-r--r-- | mail/exim/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile index 0ff2b2c452b5..5409d9731389 100644 --- a/mail/exim-devel/Makefile +++ b/mail/exim-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= exim PORTVERSION= 3.33 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/ \ http://www.exim.org/ftp/exim3/ \ diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index 0ff2b2c452b5..5409d9731389 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -7,7 +7,7 @@ PORTNAME= exim PORTVERSION= 3.33 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/ \ http://www.exim.org/ftp/exim3/ \ diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 0ff2b2c452b5..5409d9731389 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -7,7 +7,7 @@ PORTNAME= exim PORTVERSION= 3.33 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim3/ \ http://www.exim.org/ftp/exim3/ \ |