Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= bogofilter |
8 |
PORTNAME= bogofilter |
9 |
PORTVERSION= 0.96.3 |
9 |
PORTVERSION= 0.96.5 |
10 |
PORTREVISION?= 2 |
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 54-66
Link Here
|
54 |
post-patch: |
54 |
post-patch: |
55 |
${REINPLACE_CMD} -e 's|^#!.*perl|#! ${PERL}|' \ |
55 |
${REINPLACE_CMD} -e 's|^#!.*perl|#! ${PERL}|' \ |
56 |
${WRKSRC}/src/tests/unsort.pl \ |
56 |
${WRKSRC}/src/tests/unsort.pl \ |
57 |
${WRKSRC}/contrib/bfproxy \ |
57 |
${WRKSRC}/contrib/*.pl |
58 |
${WRKSRC}/contrib/bogofilter-milter.pl \ |
|
|
59 |
${WRKSRC}/contrib/bogominitrain.pl \ |
60 |
${WRKSRC}/contrib/mime.get.rfc822 \ |
61 |
${WRKSRC}/contrib/printmaildir.pl \ |
62 |
${WRKSRC}/contrib/spamitarium \ |
63 |
${WRKSRC}/contrib/stripsearch |
64 |
${REINPLACE_CMD} -e 's/INTEGRITY_TESTS = t.lock1 t.lock3 t.valgrind/INTEGRITY_TESTS = t.lock1 t.lock3/' \ |
58 |
${REINPLACE_CMD} -e 's/INTEGRITY_TESTS = t.lock1 t.lock3 t.valgrind/INTEGRITY_TESTS = t.lock1 t.lock3/' \ |
65 |
${WRKSRC}/src/tests/Makefile.in |
59 |
${WRKSRC}/src/tests/Makefile.in |
66 |
|
60 |
|
Lines 81-91
Link Here
|
81 |
@${MKDIR} ${DOCSDIR}/${i} |
75 |
@${MKDIR} ${DOCSDIR}/${i} |
82 |
.endfor |
76 |
.endfor |
83 |
.for i in AUTHORS COPYING INSTALL NEWS README README.cvs \ |
77 |
.for i in AUTHORS COPYING INSTALL NEWS README README.cvs \ |
84 |
doc/README.validation TODO \ |
78 |
doc/README.validation TODO GETTING.STARTED \ |
85 |
RELEASE.NOTES doc/README.db doc/README.sqlite \ |
79 |
RELEASE.NOTES doc/README.db doc/README.sqlite \ |
86 |
doc/integrating-with-postfix doc/integrating-with-qmail \ |
80 |
doc/integrating-with-postfix doc/integrating-with-qmail \ |
87 |
doc/bogofilter-tuning.HOWTO.html doc/bogofilter-SA-2002-01 \ |
81 |
doc/bogofilter-tuning.HOWTO.html doc/bogofilter-SA-* \ |
88 |
doc/bogofilter-SA-2004-01 GETTING.STARTED \ |
|
|
89 |
doc/bogofilter-faq.html doc/bogofilter-faq-fr.html |
82 |
doc/bogofilter-faq.html doc/bogofilter-faq-fr.html |
90 |
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} |
83 |
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} |
91 |
.endfor |
84 |
.endfor |
Lines 97-107
Link Here
|
97 |
${INSTALL_DATA} ${WRKSRC}/doc/*.xml ${DOCSDIR}/xml |
90 |
${INSTALL_DATA} ${WRKSRC}/doc/*.xml ${DOCSDIR}/xml |
98 |
${INSTALL_DATA} ${WRKSRC}/doc/programmer/README.freebsd ${DOCSDIR}/programmer |
91 |
${INSTALL_DATA} ${WRKSRC}/doc/programmer/README.freebsd ${DOCSDIR}/programmer |
99 |
.endif |
92 |
.endif |
100 |
${INSTALL_PROGRAM} ${WRKSRC}/contrib/bogogrep ${PREFIX}/bin/ |
93 |
${INSTALL_PROGRAM} ${WRKSRC}/bogogrep ${PREFIX}/bin/ |
101 |
.for i in bfproxy bogofilter-milter.pl bogo.R bogofilter-qfe \ |
94 |
.for i in bfproxy.pl bogofilter-milter.pl bogo.R bogofilter-qfe.sh \ |
102 |
mime.get.rfc822 parmtest.sh printmaildir.pl \ |
95 |
mime.get.rfc822.pl parmtest.sh printmaildir.pl \ |
103 |
bogominitrain.pl \ |
96 |
bogominitrain.pl \ |
104 |
randomtrain scramble spamitarium stripsearch trainbogo.sh |
97 |
randomtrain.sh scramble.sh spamitarium.pl stripsearch.pl trainbogo.sh |
105 |
${INSTALL_SCRIPT} ${WRKSRC}/contrib/${i} ${DOCSDIR}/contrib/${i} |
98 |
${INSTALL_SCRIPT} ${WRKSRC}/contrib/${i} ${DOCSDIR}/contrib/${i} |
106 |
.endfor |
99 |
.endfor |
107 |
.for i in dot-qmail-bogofilter-default \ |
100 |
.for i in dot-qmail-bogofilter-default \ |