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

(-)Makefile (-5 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	dovecot-pigeonhole
8
PORTNAME=	dovecot-pigeonhole
9
PORTVERSION=	0.2.1
9
PORTVERSION=	0.2.2
10
CATEGORIES=	mail
10
CATEGORIES=	mail
11
MASTER_SITES=	http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
11
MASTER_SITES=	http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
12
DISTNAME=	${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}
12
DISTNAME=	${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}
Lines 14-27 Link Here
14
MAINTAINER=	bra@fsn.hu
14
MAINTAINER=	bra@fsn.hu
15
COMMENT=	A Sieve plugin for the Dovecot 'deliver' LDA and LMTP
15
COMMENT=	A Sieve plugin for the Dovecot 'deliver' LDA and LMTP
16
16
17
BUILD_DEPENDS=	dovecot>=${DOVECOTVERSION}:${PORTSDIR}/mail/dovecot${DOVECOTVER}
17
BUILD_DEPENDS=	dovecot>=${DOVECOTVERSION}:${PORTSDIR}/mail/dovecot${DOVECOTVERSION:R}
18
RUN_DEPENDS=	dovecot>=${DOVECOTVERSION}:${PORTSDIR}/mail/dovecot${DOVECOTVER}
18
RUN_DEPENDS=	dovecot>=${DOVECOTVERSION}:${PORTSDIR}/mail/dovecot${DOVECOTVERSION:R}
19
19
20
DOVECOTVERSION=	2.0
20
DOVECOTVERSION=	2.0
21
DOVECOTVER:=	${DOVECOTVERSION:C/\.[0-9]//}
22
21
23
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
24
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
23
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
25
CONFIGURE_ARGS=	--prefix=${PREFIX} \
24
CONFIGURE_ARGS=	--prefix=${PREFIX} \
26
		--docdir=${DOCSDIR} \
25
		--docdir=${DOCSDIR} \
27
		--with-dovecot="${LOCALBASE}/lib/dovecot"
26
		--with-dovecot="${LOCALBASE}/lib/dovecot"
(-)distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (dovecot-2.0-pigeonhole-0.2.1.tar.gz) = 7baf6ebac21bdb865cb733d8e96ee81b
1
SHA256 (dovecot-2.0-pigeonhole-0.2.2.tar.gz) = 3c5fdbf8002f1571457b0dbd714107c83245ac8df997c8a6ba594bf809392f4e
2
SHA256 (dovecot-2.0-pigeonhole-0.2.1.tar.gz) = 8249421cb69ca299e2830da8b635ca0a5ab692ab29456c188ba8078d7672ccda
2
SIZE (dovecot-2.0-pigeonhole-0.2.2.tar.gz) = 1199973
3
SIZE (dovecot-2.0-pigeonhole-0.2.1.tar.gz) = 1195090

Return to bug 154038