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

(-)Makefile (-7 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	bogofilter
8
PORTNAME=	bogofilter
9
PORTVERSION=	1.2.0
9
PORTVERSION=	1.2.1
10
PORTREVISION?=	3
10
PORTREVISION?=	0
11
CATEGORIES?=	mail
11
CATEGORIES?=	mail
12
MASTER_SITES=	SF/bogofilter/bogofilter-stable/bogofilter-${PORTVERSION}
12
MASTER_SITES=	SF/bogofilter/bogofilter-stable/bogofilter-${PORTVERSION}
13
13
Lines 57-67 Link Here
57
MAN1=		bogofilter.1 bogoutil.1 bogoupgrade.1 bogolexer.1 bogotune.1 \
57
MAN1=		bogofilter.1 bogoutil.1 bogoupgrade.1 bogolexer.1 bogotune.1 \
58
		bf_copy.1 bf_compact.1 bf_tar.1
58
		bf_copy.1 bf_compact.1 bf_tar.1
59
59
60
# remove files that were accidentally shipped, but should get rebuilt
61
post-extract:
62
	${RM} ${WRKSRC}/src/bogoupgrade
63
	${RM} ${WRKSRC}/src/tests/t.query.config
64
65
post-patch:
60
post-patch:
66
	${REINPLACE_CMD} -e 's|^#!.*perl|#! ${PERL}|' \
61
	${REINPLACE_CMD} -e 's|^#!.*perl|#! ${PERL}|' \
67
		${WRKSRC}/src/tests/unsort.pl \
62
		${WRKSRC}/src/tests/unsort.pl \
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (bogofilter-1.2.0.tar.bz2) = ed1a0a4609fa0c7dc1cddba1b9d37067
1
MD5 (bogofilter-1.2.1.tar.bz2) = 2eb802f4e271b99c3d8f68b14f8df9ef
2
SHA256 (bogofilter-1.2.0.tar.bz2) = 208fc5f156c2cf3ea4dcfe9fdebe5aaea8b648bbd5e1ee49f45c4c84d8652e7c
2
SHA256 (bogofilter-1.2.1.tar.bz2) = 7f90dd32b2887860896683ab8ba378c1f9c1a7a55ddee64057df5b773c4cb33c
3
SIZE (bogofilter-1.2.0.tar.bz2) = 885463
3
SIZE (bogofilter-1.2.1.tar.bz2) = 857088

Return to bug 141417