diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-10-22 14:32:55 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2003-10-22 14:32:55 +0000 |
commit | 81de25cae5737fc419241a60d4fd98d8a4ab7285 (patch) | |
tree | 51eb0c5fd96008a49af0c36882bda92ec1497835 /mail/exim/Makefile | |
parent | 2227b41f954f2d244bfca609482b871154ab58e9 (diff) | |
download | ports-81de25cae5737fc419241a60d4fd98d8a4ab7285.tar.gz ports-81de25cae5737fc419241a60d4fd98d8a4ab7285.zip |
Notes
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index a597bce5446a..711833a32416 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -7,6 +7,7 @@ PORTNAME= exim PORTVERSION= 4.24 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_EXIM} MASTER_SITE_SUBDIR= exim4 @@ -46,7 +47,7 @@ PORT_EXAMPLES= convert4r3 convert4r4 transport-filter.pl DAILY_SCRIPTS= 150.exim-tidydb 460.exim-mail-rejects -EXISCAN_VERSION= ${PORTVERSION}-12 +EXISCAN_VERSION= ${PORTVERSION}-13 PLIST_SUB+= EXIM_VERSION="${PORTVERSION}-${PORTREVISION}" |