diff options
author | abs <abs> | 2005-10-03 18:45:50 +0000 |
---|---|---|
committer | abs <abs> | 2005-10-03 18:45:50 +0000 |
commit | 50cb197c3c0851c711685f1e63c48507af8bd8f2 (patch) | |
tree | 1f4861ebb3762a35b78370d184a6a5f4585a2e4c /mail/exim/Makefile | |
parent | a03121db843d467d341843b2d125f8482651567d (diff) | |
download | pkgsrc-50cb197c3c0851c711685f1e63c48507af8bd8f2.tar.gz |
Update exim to exim-4.52nb3:
- Add rmail, rsmtp, & runq as exim mailer.conf aliases (from Sergey Svishchev)
- Add lookup options for openldap, mysql, eximon and dnsdb (from Sven Hartge
in PR pkg/27242)
- Change 'exim' specific options to be prefixed with exim- (suggsted by
Dieter Baron)
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index c632bf83509..c580948568a 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.65 2005/09/10 23:11:40 abs Exp $ +# $NetBSD: Makefile,v 1.66 2005/10/03 18:45:50 abs Exp $ DISTNAME= exim-4.52 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= mail net MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \ ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ |