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/milter-bogom | |
parent | d605da2ddf1d1dbc3a37696fb744d03aadc9b5d0 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=473663
Diffstat (limited to 'mail/milter-bogom')
-rw-r--r-- | mail/milter-bogom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/milter-bogom/Makefile b/mail/milter-bogom/Makefile index 8679068cd347..712c001a6392 100644 --- a/mail/milter-bogom/Makefile +++ b/mail/milter-bogom/Makefile @@ -3,7 +3,7 @@ PORTNAME= bogom PORTVERSION= 1.9.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= http://www.usebox.net/jjm/bogom/ \ http://blackshell.usebox.net/bogom/ |