diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-10-29 12:50:04 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2008-10-29 12:50:04 +0000 |
commit | 54f4f759ac6ea54dde3bfe8a2f3f9d407bbb2b6a (patch) | |
tree | 3de333e910af21953c9766272ec85e4539e5250f /mail | |
parent | 2611ce3b288c89e1e9ca52092c3020f5fa2aa04a (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim/Makefile | 3 | ||||
-rw-r--r-- | mail/milter-greylist/Makefile | 1 | ||||
-rw-r--r-- | mail/xf-spf/Makefile | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 51add118e185..dcb1708b14fc 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -7,6 +7,7 @@ PORTNAME= exim PORTVERSION?= ${EXIM_VERSION} +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_EXIM:S/$/:exim/} MASTER_SITE_SUBDIR= exim4/:exim @@ -492,7 +493,7 @@ SEDLIST+= -e 's,^(ALT_CONFIG_PREFIX=),\# \1,' .endif .if defined(WITH_SPF) -LIB_DEPENDS+= spf2.2:${PORTSDIR}/mail/libspf2 +LIB_DEPENDS+= spf2.3:${PORTSDIR}/mail/libspf2 SEDLIST+= -e 's,XX_SPF_FLAGS_XX,-DSPF,' \ -e 's,XX_SPF_LIBS_XX,-lspf2 ${PTHREAD_LIBS},' \ -e 's,^\# (EXPERIMENTAL_SPF=),\1,' diff --git a/mail/milter-greylist/Makefile b/mail/milter-greylist/Makefile index ae6ea1d890a9..56b141d52000 100644 --- a/mail/milter-greylist/Makefile +++ b/mail/milter-greylist/Makefile @@ -7,6 +7,7 @@ PORTNAME= milter-greylist PORTVERSION= 4.0.1 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ DISTNAME= milter-greylist-${PORTVERSION} diff --git a/mail/xf-spf/Makefile b/mail/xf-spf/Makefile index 04510edde322..d965e21ae803 100644 --- a/mail/xf-spf/Makefile +++ b/mail/xf-spf/Makefile @@ -7,13 +7,14 @@ PORTNAME= xf-spf PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www6.freebsdbrasil.com.br/~eksffa/l/dev/qmail-smtpextfork/ MAINTAINER= lippe@FreeBSD.org COMMENT= SPF checker for Qmail's SMTPEXTFORK patch -LIB_DEPENDS+= spf2.2:${PORTSDIR}/mail/libspf2 +LIB_DEPENDS+= spf2.3:${PORTSDIR}/mail/libspf2 USE_QMAIL= yes USE_BZIP2= yes |