- tweak @pkgpath markers

- use a shorter comment reminding to bump dovecot-pigeonhole for updates
(and place it next to the version variables)

- bdb support is no more, drop the flavour

ok Brad
This commit is contained in:
sthen 2011-05-23 23:15:05 +00:00
parent 976016e5c6
commit fce5e20aa1
2 changed files with 5 additions and 24 deletions

View File

@ -1,20 +1,15 @@
# $OpenBSD: Makefile,v 1.164 2011/05/23 22:54:38 sthen Exp $
#
# Dont forget to bump the Sieve package when you
# update Dovecot !!
# When the Dovecot V_MAJOR will change, dont forget
# to report it in mail/dovecot-pigeonhole
#
# $OpenBSD: Makefile,v 1.165 2011/05/23 23:15:05 sthen Exp $
SHARED_ONLY= Yes
COMMENT= compact IMAP/POP3 server
# Bump dovecot-pigeonhole every time you update to a new Dovecot version.
V_MAJOR= 2.0
V_DOVECOT= 2.0.13
DISTNAME= dovecot-${V_DOVECOT}
REVISION= 0
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}releases/${V_MAJOR}/
@ -53,16 +48,9 @@ CONFIGURE_ARGS= --localstatedir=/var \
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib"
FLAVORS= bdb ldap mysql postgresql sqlite
FLAVORS= ldap mysql postgresql sqlite
FLAVOR?=
.if ${FLAVOR:L:Mbdb}
CONFIGURE_ARGS+=--with-db
LIB_DEPENDS+= databases/db/v4
WANTLIB+= db>=5
CPPFLAGS+= -I${LOCALBASE}/include/db4
.endif
.if ${FLAVOR:L:Mldap}
CONFIGURE_ARGS+=--with-ldap
LIB_DEPENDS+= databases/openldap

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.22 2011/05/23 22:54:38 sthen Exp $
@comment $OpenBSD: PLIST,v 1.23 2011/05/23 23:15:05 sthen Exp $
@pkgpath mail/dovecot,-server
@pkgpath mail/dovecot,-server,bdb
@pkgpath mail/dovecot,-server,ldap
@ -6,13 +6,6 @@
@pkgpath mail/dovecot,-server,postgresql
@pkgpath mail/dovecot,-server,sqlite
@pkgpath mail/dovecot,-server,bdb,ldap,mysql,postgresql,sqlite
@pkgpath mail/dovecot
@pkgpath mail/dovecot,bdb
@pkgpath mail/dovecot,ldap
@pkgpath mail/dovecot,mysql
@pkgpath mail/dovecot,postgresql
@pkgpath mail/dovecot,sqlite
@pkgpath mail/dovecot,bdb,ldap,mysql,postgresql,sqlite
@ask-update dovecot-<2.0 You will need to change your conf
@newgroup _dovecot:518
@newgroup _dovenull:666