Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= bogofilter |
8 |
PORTNAME= bogofilter |
9 |
PORTVERSION= 0.96.2 |
9 |
PORTVERSION= 0.96.3 |
10 |
PORTREVISION?= 1 |
10 |
PORTREVISION?= 0 |
11 |
CATEGORIES?= mail |
11 |
CATEGORIES?= mail |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
13 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
13 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
Lines 63-72
Link Here
|
63 |
${WRKSRC}/contrib/trainbogo.sh |
63 |
${WRKSRC}/contrib/trainbogo.sh |
64 |
${REINPLACE_CMD} -e 's|^#!.*perl|#! ${PERL}|' \ |
64 |
${REINPLACE_CMD} -e 's|^#!.*perl|#! ${PERL}|' \ |
65 |
${WRKSRC}/src/tests/unsort.pl \ |
65 |
${WRKSRC}/src/tests/unsort.pl \ |
|
|
66 |
${WRKSRC}/contrib/bfproxy \ |
66 |
${WRKSRC}/contrib/bogofilter-milter.pl \ |
67 |
${WRKSRC}/contrib/bogofilter-milter.pl \ |
67 |
${WRKSRC}/contrib/bogominitrain.pl \ |
68 |
${WRKSRC}/contrib/bogominitrain.pl \ |
68 |
${WRKSRC}/contrib/mime.get.rfc822 \ |
69 |
${WRKSRC}/contrib/mime.get.rfc822 \ |
69 |
${WRKSRC}/contrib/printmaildir.pl |
70 |
${WRKSRC}/contrib/printmaildir.pl \ |
|
|
71 |
${WRKSRC}/contrib/spamitarium \ |
72 |
${WRKSRC}/contrib/stripsearch |
70 |
${REINPLACE_CMD} -e 's/INTEGRITY_TESTS = t.lock1 t.lock3 t.valgrind/INTEGRITY_TESTS = t.lock1 t.lock3/' \ |
73 |
${REINPLACE_CMD} -e 's/INTEGRITY_TESTS = t.lock1 t.lock3 t.valgrind/INTEGRITY_TESTS = t.lock1 t.lock3/' \ |
71 |
${WRKSRC}/src/tests/Makefile.in |
74 |
${WRKSRC}/src/tests/Makefile.in |
72 |
|
75 |
|
Lines 106-112
Link Here
|
106 |
${INSTALL_PROGRAM} ${WRKSRC}/contrib/bogogrep ${DOCSDIR}/contrib/ |
109 |
${INSTALL_PROGRAM} ${WRKSRC}/contrib/bogogrep ${DOCSDIR}/contrib/ |
107 |
.for i in contrib/bogo.R contrib/bogofilter-qfe \ |
110 |
.for i in contrib/bogo.R contrib/bogofilter-qfe \ |
108 |
contrib/mime.get.rfc822 contrib/printmaildir.pl \ |
111 |
contrib/mime.get.rfc822 contrib/printmaildir.pl \ |
109 |
contrib/bogominitrain.pl contrib/README.contrib |
112 |
contrib/bogominitrain.pl contrib/README.contrib \ |
|
|
113 |
contrib/bfproxy contrib/spamitarium contrib/stripsearch |
110 |
${INSTALL_SCRIPT} ${WRKSRC}/${i} ${DOCSDIR}/${i} |
114 |
${INSTALL_SCRIPT} ${WRKSRC}/${i} ${DOCSDIR}/${i} |
111 |
.endfor |
115 |
.endfor |
112 |
.if !defined(WITHOUT_BASH) |
116 |
.if !defined(WITHOUT_BASH) |