Lines 1-8
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= amavisd-new |
3 |
PORTNAME= amavisd-new |
4 |
PORTVERSION= 2.8.0 |
4 |
PORTVERSION= 2.8.1 |
5 |
PORTREVISION= 2 |
5 |
PORTREVISION= 0 |
6 |
PORTEPOCH= 1 |
6 |
PORTEPOCH= 1 |
7 |
CATEGORIES= security |
7 |
CATEGORIES= security |
8 |
MASTER_SITES= http://www.ijs.si/software/amavisd/ \ |
8 |
MASTER_SITES= http://www.ijs.si/software/amavisd/ \ |
Lines 18-28
Link Here
|
18 |
p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ |
18 |
p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ |
19 |
p5-Convert-TNEF>=0:${PORTSDIR}/converters/p5-Convert-TNEF \ |
19 |
p5-Convert-TNEF>=0:${PORTSDIR}/converters/p5-Convert-TNEF \ |
20 |
p5-Convert-UUlib>=1.08,1:${PORTSDIR}/converters/p5-Convert-UUlib \ |
20 |
p5-Convert-UUlib>=1.08,1:${PORTSDIR}/converters/p5-Convert-UUlib \ |
21 |
p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ |
21 |
p5-Archive-Zip>=1.14:${PORTSDIR}/archivers/p5-Archive-Zip \ |
22 |
p5-Net-Server>=0.93:${PORTSDIR}/net/p5-Net-Server \ |
22 |
p5-Net-Server>=2.0:${PORTSDIR}/net/p5-Net-Server \ |
23 |
p5-Mail-DKIM>=0.33:${PORTSDIR}/mail/p5-Mail-DKIM |
23 |
p5-Mail-DKIM>=0.33:${PORTSDIR}/mail/p5-Mail-DKIM |
24 |
|
24 |
|
25 |
USES= perl5 |
25 |
USES= perl5 tar:xz |
26 |
USE_PERL5= run |
26 |
USE_PERL5= run |
27 |
|
27 |
|
28 |
NO_BUILD= yes |
28 |
NO_BUILD= yes |
Lines 135-141
Link Here
|
135 |
.endif |
135 |
.endif |
136 |
|
136 |
|
137 |
.if ${PORT_OPTIONS:MFILE} |
137 |
.if ${PORT_OPTIONS:MFILE} |
138 |
# security fix, file > 4.21 needed |
138 |
# security fix, file >= 4.21 needed |
139 |
RUN_DEPENDS+= file>=4.21:${PORTSDIR}/sysutils/file |
139 |
RUN_DEPENDS+= file>=4.21:${PORTSDIR}/sysutils/file |
140 |
.endif |
140 |
.endif |
141 |
|
141 |
|