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

(-)Makefile (-6 / +6 lines)
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
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (amavisd-new-2.8.0.tar.gz) = 342b805f58db667b099a85863328b3fdfe9c575a22ace119d541e5f12bee63ac
1
SHA256 (amavisd-new-2.8.1.tar.xz) = 6e333a70adbd24ec52202700059fbf133e20b3c3bf5ec6f4bb10f9a2f25ea82e
2
SIZE (amavisd-new-2.8.0.tar.gz) = 1007952
2
SIZE (amavisd-new-2.8.1.tar.xz) = 731816

Return to bug 189479