aboutsummaryrefslogtreecommitdiff
path: root/mail/milter-bogom
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-21 15:40:58 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-21 15:40:58 +0000
commit71d92d1eac47607f5238c5f946cde79d067608a4 (patch)
treec62704751cfc1b7dcbf97692d367f5f54377d58f /mail/milter-bogom
parent7a6ed0e8a226c2c6b8724125e0a8477380d3eea7 (diff)
downloadports-71d92d1eac47607f5238c5f946cde79d067608a4.tar.gz
ports-71d92d1eac47607f5238c5f946cde79d067608a4.zip
- Update to 1.8.1
PR: ports/89320 Submitted by: Victor Balada Diaz <victor@bsdes.net> (maintainer)
Notes
Notes: svn path=/head/; revision=148951
Diffstat (limited to 'mail/milter-bogom')
-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.