diff options
author | pav <pav@FreeBSD.org> | 2005-11-21 23:40:58 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-21 23:40:58 +0800 |
commit | 8347abdb2fbdb7aa0dd8297c9bbdb08a6bacbff1 (patch) | |
tree | 2dd0514bc09abc3a56f89833c38898ec98c7aa36 /mail | |
parent | 39fdd2567e19587acb0a9ec51e39bc200cb62f0d (diff) | |
download | freebsd-ports-gnome-8347abdb2fbdb7aa0dd8297c9bbdb08a6bacbff1.tar.gz freebsd-ports-gnome-8347abdb2fbdb7aa0dd8297c9bbdb08a6bacbff1.tar.zst freebsd-ports-gnome-8347abdb2fbdb7aa0dd8297c9bbdb08a6bacbff1.zip |
- Update to 1.8.1
PR: ports/89320
Submitted by: Victor Balada Diaz <victor@bsdes.net> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/milter-bogom/Makefile | 7 | ||||
-rw-r--r-- | mail/milter-bogom/distinfo | 4 | ||||
-rw-r--r-- | mail/milter-bogom/files/pkg-message.in | 2 |
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. |