View | Details | Raw Unified | Return to bug 89320
Collapse All | Expand All

(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (bogom-1.7.1.tar.gz) = e8fa2a2c78ce866b4f23fedf6e0b8764
1
MD5 (bogom-1.8.1.tar.gz) = 2229c1d6536368bc2c17cab4dfa3c710
2
SIZE (bogom-1.7.1.tar.gz) = 18862
2
SIZE (bogom-1.8.1.tar.gz) = 20669
(-)pkg-message (+2 lines)
Line 0 Link Here
1
Remember to check ${PREFIX}/share/doc/milter-bogom/ and bogom(8) before running
2
this program.
(-)Makefile (-3 / +3 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	milter-bogom
8
PORTNAME=	milter-bogom
9
PORTVERSION=	1.7.1
9
PORTVERSION=	1.8.1
10
PORTREVISION=	1
11
CATEGORIES=	mail
10
CATEGORIES=	mail
12
MASTER_SITES=	http://www.usebox.net/jjm/bogom/ \
11
MASTER_SITES=	http://www.usebox.net/jjm/bogom/ \
13
		http://blackshell.usebox.net/bogom/
12
		http://blackshell.usebox.net/bogom/
14
DISTNAME=	bogom-${PORTVERSION}
13
DISTNAME=	bogom-${PORTVERSION}
15
14
16
MAINTAINER=	victor@alf.dyndns.ws
15
MAINTAINER=	victor@bsdes.net
17
COMMENT=	Simple sendmail milter to interface bogofilter
16
COMMENT=	Simple sendmail milter to interface bogofilter
18
17
19
RUN_DEPENDS=	bogofilter:${PORTSDIR}/mail/bogofilter
18
RUN_DEPENDS=	bogofilter:${PORTSDIR}/mail/bogofilter
Lines 52-56 Link Here
52
51
53
post-install:
52
post-install:
54
	@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
53
	@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
54
	@${CAT} ${PKGMESSAGE}
55
55
56
.include <bsd.port.mk>
56
.include <bsd.port.mk>

Return to bug 89320