diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2003-03-04 15:56:11 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2003-03-04 15:56:11 +0800 |
commit | d516dd41bd0604d8fc03613f46e5af1ed8ce2920 (patch) | |
tree | 4f4cbca20441b0a6d8b2e3b729bb484a3c0a7085 /mail/exim | |
parent | db92175cdde1fc9dda4ef2d1e92acf6638931c18 (diff) | |
download | freebsd-ports-gnome-d516dd41bd0604d8fc03613f46e5af1ed8ce2920.tar.gz freebsd-ports-gnome-d516dd41bd0604d8fc03613f46e5af1ed8ce2920.tar.zst freebsd-ports-gnome-d516dd41bd0604d8fc03613f46e5af1ed8ce2920.zip |
Update to exiscan patch -25, which fixes a crash bug handling single-part
base64 mime messages, introduced in patch -24.
Bump PORTREVISION accordingly.
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 |