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

(-)dovecot2/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	dovecot
4
PORTNAME=	dovecot
5
PORTVERSION=	2.2.2
5
PORTVERSION=	2.2.4
6
CATEGORIES=	mail ipv6
6
CATEGORIES=	mail ipv6
7
MASTER_SITES=	http://www.dovecot.org/releases/${PORTVERSION:R}/
7
MASTER_SITES=	http://www.dovecot.org/releases/${PORTVERSION:R}/
8
8
(-)dovecot2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (dovecot-2.2.2.tar.gz) = 30c98e8f9e40d7397d451a8679359b70031702f205aefbff1a6e27656fb63b9a
1
SHA256 (dovecot-2.2.4.tar.gz) = 018ffa5eb3a77772cb7ae932a67449536d92a3fa9781202481a4203c003dbdc4
2
SIZE (dovecot-2.2.2.tar.gz) = 4282339
2
SIZE (dovecot-2.2.4.tar.gz) = 4335791
(-)dovecot2/pkg-plist (+2 lines)
Lines 371-376 Link Here
371
include/dovecot/safe-memset.h
371
include/dovecot/safe-memset.h
372
include/dovecot/safe-mkdir.h
372
include/dovecot/safe-mkdir.h
373
include/dovecot/safe-mkstemp.h
373
include/dovecot/safe-mkstemp.h
374
include/dovecot/sasl-client-private.h
375
include/dovecot/sasl-client.h
374
include/dovecot/sasl-server.h
376
include/dovecot/sasl-server.h
375
include/dovecot/sdbox-file.h
377
include/dovecot/sdbox-file.h
376
include/dovecot/sdbox-storage.h
378
include/dovecot/sdbox-storage.h
(-)dovecot2-pigeonhole/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	dovecot-pigeonhole
4
PORTNAME=	dovecot-pigeonhole
5
PORTVERSION=	0.4.0
5
PORTVERSION=	0.4.0
6
PORTREVISION=	1
6
CATEGORIES=	mail
7
CATEGORIES=	mail
7
MASTER_SITES=	http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
8
MASTER_SITES=	http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/
8
DISTNAME=	${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}
9
DISTNAME=	${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION}

Return to bug 179953