aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/milter-bogom/Makefile7
-rw-r--r--mail/milter-bogom/distinfo4
-rw-r--r--mail/milter-bogom/files/pkg-message.in2
3 files changed, 8 insertions, 5 deletions
diff --git a/mail/milter-bogom/Makefile b/mail/milter-bogom/Makefile
index 31f39454d561..e11502594dea 100644
--- a/mail/milter-bogom/Makefile
+++ b/mail/milter-bogom/Makefile
@@ -6,14 +6,13 @@
#
PORTNAME= milter-bogom
-PORTVERSION= 1.7.1
-PORTREVISION= 1
+PORTVERSION= 1.8.1
CATEGORIES= mail
MASTER_SITES= http://www.usebox.net/jjm/bogom/ \
http://blackshell.usebox.net/bogom/
DISTNAME= bogom-${PORTVERSION}
-MAINTAINER= victor@alf.dyndns.ws
+MAINTAINER= victor@bsdes.net
COMMENT= Simple sendmail milter to interface bogofilter
RUN_DEPENDS= bogofilter:${PORTSDIR}/mail/bogofilter
@@ -25,6 +24,7 @@ MAKE_ARGS= CPPFLAGS="-DDEF_CONF=\\\"${PREFIX}/etc/bogom.conf\\\" ${PTHREAD_CFLAG
USE_REINPLACE= yes
USE_RC_SUBR= milter-bogom.sh
+SUB_FILES= pkg-message
PLIST_FILES= sbin/bogom \
etc/bogom.conf-example
@@ -52,5 +52,6 @@ do-install:
post-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/mail/milter-bogom/distinfo b/mail/milter-bogom/distinfo
index ba961d80c211..9b61d8bd6724 100644
--- a/mail/milter-bogom/distinfo
+++ b/mail/milter-bogom/distinfo
@@ -1,2 +1,2 @@
-MD5 (bogom-1.7.1.tar.gz) = e8fa2a2c78ce866b4f23fedf6e0b8764
-SIZE (bogom-1.7.1.tar.gz) = 18862
+MD5 (bogom-1.8.1.tar.gz) = 2229c1d6536368bc2c17cab4dfa3c710
+SIZE (bogom-1.8.1.tar.gz) = 20669
diff --git a/mail/milter-bogom/files/pkg-message.in b/mail/milter-bogom/files/pkg-message.in
new file mode 100644
index 000000000000..fa93a6bcb862
--- /dev/null
+++ b/mail/milter-bogom/files/pkg-message.in
@@ -0,0 +1,2 @@
+Remember to check %%PREFIX%%/share/doc/milter-bogom/ and bogom(8) before running
+this program.