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 \ |