diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2004-01-06 18:18:13 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2004-01-06 18:18:13 +0800 |
commit | 4865d5d564e1a5a49c4423c3475da2ce47545f49 (patch) | |
tree | 67f6d22b6a062336f6403207a615fed9a49bb361 /mail/exim/Makefile | |
parent | d7d5688cfef2a2292b3b8c638f340e2b4e6807b4 (diff) | |
download | freebsd-ports-gnome-4865d5d564e1a5a49c4423c3475da2ce47545f49.tar.gz freebsd-ports-gnome-4865d5d564e1a5a49c4423c3475da2ce47545f49.tar.zst freebsd-ports-gnome-4865d5d564e1a5a49c4423c3475da2ce47545f49.zip |
Update to 4.30.
This release includes bugfixes and new features, but should be backward
compatible with 4.2x.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index abdb84b9d923..d70cd0f0bda0 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -6,8 +6,7 @@ # PORTNAME= exim -PORTVERSION= 4.24 -PORTREVISION= 4 +PORTVERSION= 4.30 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_EXIM} MASTER_SITE_SUBDIR= exim4 @@ -47,7 +46,7 @@ PORT_EXAMPLES= convert4r3 convert4r4 transport-filter.pl DAILY_SCRIPTS= 150.exim-tidydb 460.exim-mail-rejects -EXISCAN_VERSION= ${PORTVERSION}-13 +EXISCAN_VERSION= ${PORTVERSION}-14 PLIST_SUB+= EXIM_VERSION="${PORTVERSION}-${PORTREVISION}" |