diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-05-23 17:58:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-05-23 17:58:48 +0000 |
commit | 7d6d4bd5b2aec58fd70da12aa90db40323da9cc3 (patch) | |
tree | bd9c34b214bea3375c40151ddd20825a15a8fe7a /mail/dovecot2-pigeonhole/Makefile | |
parent | 939653a68543fd90f6c7e456fbde4e5d12db7c5f (diff) |
Notes
Diffstat (limited to 'mail/dovecot2-pigeonhole/Makefile')
-rw-r--r-- | mail/dovecot2-pigeonhole/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot2-pigeonhole/Makefile b/mail/dovecot2-pigeonhole/Makefile index b047a4804e59..6bb1051c4205 100644 --- a/mail/dovecot2-pigeonhole/Makefile +++ b/mail/dovecot2-pigeonhole/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.3.4 +PORTVERSION= 0.4.0 CATEGORIES= mail MASTER_SITES= http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} @@ -15,7 +15,7 @@ LICENSE= LGPL21 BUILD_DEPENDS:= dovecot>=${DOVECOTVERSION}:${PORTSDIR}/mail/dovecot${DOVECOTVERSION:R} RUN_DEPENDS:= dovecot>=${DOVECOTVERSION}:${PORTSDIR}/mail/dovecot${DOVECOTVERSION:R} -DOVECOTVERSION= 2.1 +DOVECOTVERSION= 2.2 GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |