diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2018-07-01 10:17:18 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2018-07-01 10:17:18 +0000 |
commit | 6058705eb92698b0d74fd7525019e2a4d9de3de1 (patch) | |
tree | 2d7c58f87fdf5a736918b242c3ca9f5bf2f5ec7d /mail/archivesmtp | |
parent | d605da2ddf1d1dbc3a37696fb744d03aadc9b5d0 (diff) | |
download | freebsd-ports-6058705eb92698b0d74fd7525019e2a4d9de3de1.zip |
- bump MILTER_SOVER to fix linking on FREEBSD-12
- bump PORTREVISION on ports using libmilter
- rename WITH_SENDMAIL_PORT to WITH_MILTER_PORT
- rename WITH_SENDMAIL_BASE to WITH_MILTER_BASE
- rename WITH_SENDMAIL_STATIC_MILTER to WITH_MILTER_STATIC
- cleanup ifdefs
- fix build on batv-filter with libmilter from ports
Diffstat (limited to 'mail/archivesmtp')
-rw-r--r-- | mail/archivesmtp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/archivesmtp/Makefile b/mail/archivesmtp/Makefile index 540ea73968a8..2e7242ba14c9 100644 --- a/mail/archivesmtp/Makefile +++ b/mail/archivesmtp/Makefile @@ -3,7 +3,7 @@ PORTNAME= archivesmtp PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.dancingfortune.com/projects/archivesmtp/files/ |