diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-03-04 07:56:11 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-03-04 07:56:11 +0000 |
commit | 29abd725853d8f59ead5dadf65e44c65346f8221 (patch) | |
tree | 3390f3ee5a13536c19f55f47a5af6ebfe0522689 /mail/exim | |
parent | Properly recognise FIFOs (diff) |
Update to exiscan patch -25, which fixes a crash bug handling single-part
base64 mime messages, introduced in patch -24.
Bump PORTREVISION accordingly.
Notes
Notes:
svn path=/head/; revision=76837
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 4 | ||||
-rw-r--r-- | mail/exim/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index c04acbd7e65b..9f0e11183697 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -7,7 +7,7 @@ PORTNAME= exim PORTVERSION= ${EXIM_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/exim/exim4/ \ http://www.exim.org/ftp/exim4/ \ @@ -29,7 +29,7 @@ MAN8= exim.8 EXIM_VERSION= 4.12 EXIM_DOCVERSION= 4.10 -EXISCAN_VERSION= 4.12-24 +EXISCAN_VERSION= 4.12-25 PLIST_SUB+= EXIM_VERSION="${EXIM_VERSION}" diff --git a/mail/exim/distinfo b/mail/exim/distinfo index ce6f994be5d5..408ae791807e 100644 --- a/mail/exim/distinfo +++ b/mail/exim/distinfo @@ -1,3 +1,3 @@ MD5 (exim-4.12.tar.bz2) = 7aed2a66295a7702b9a9394ec2bc5ffd MD5 (exim-texinfo-4.10.tar.bz2) = 2a2a34a2457d249d568a58e985f263c0 -MD5 (exiscan-4.12-24.tar.bz2) = d53588a1c073755da1ff930b686151de +MD5 (exiscan-4.12-25.tar.bz2) = 260c6d87d6b2599be7043d531fb6fc60 |