diff --git a/mail/dovecot-coi/Makefile b/mail/dovecot-coi/Makefile index e715479504aa..ae4e3cdeabe1 100644 --- a/mail/dovecot-coi/Makefile +++ b/mail/dovecot-coi/Makefile @@ -1,40 +1,40 @@ PORTNAME= coi -PORTVERSION= 2.3.9 -PORTREVISION= 3 +DISTVERSION= 2.3.9 +PORTREVISION= 4 CATEGORIES= mail PKGNAMEPREFIX= dovecot- MAINTAINER= andrej@ebert.su COMMENT= Dovecot COI (Chat-over-IMAP) plugin LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= dovecot>=2.3.8:mail/dovecot RUN_DEPENDS= dovecot>=2.3.8:mail/dovecot USES= autoreconf compiler:c++11-lang libtool pkgconfig DOVECOTVERSION= 2.3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --exec-prefix=${PREFIX} \ --without-dovecot-install-dirs \ --with-dovecot="${LOCALBASE}/lib/dovecot" MAKE_ARGS= LD_RUN_PATH="${PREFIX}/lib/dovecot" \ INSTALL_TARGET= install-strip USE_LDCONFIG= yes OPTIONS_DEFINE= UNFINISHED OPTIONS_SUB= yes UNFINISHED_DESC= Build unfinished modules, currently doveadm-coi and submission-coi UNFINISHED_CONFIGURE_ENABLE= unfinished USE_GITHUB=yes GH_ACCOUNT= dovecot .include diff --git a/mail/dovecot-fts-elastic/Makefile b/mail/dovecot-fts-elastic/Makefile index a6cdd9e7d86c..2e71329626c4 100644 --- a/mail/dovecot-fts-elastic/Makefile +++ b/mail/dovecot-fts-elastic/Makefile @@ -1,33 +1,33 @@ PORTNAME= fts-elastic -PORTVERSION= 1.1.0 -PORTREVISION= 4 +DISTVERSION= 1.1.0 +PORTREVISION= 5 CATEGORIES= mail PKGNAMEPREFIX= dovecot- MAINTAINER= bgupta@kde.org COMMENT= Dovecot FTS plugin for using ElasticSearch 6 or 7 WWW= https://github.com/filiphanes/fts-elastic LICENSE= MIT BUILD_DEPENDS= dovecot>=2.3.7:mail/dovecot LIB_DEPENDS= libjson-c.so:devel/json-c RUN_DEPENDS= dovecot>=2.3.7:mail/dovecot USES= autoreconf libtool USE_GITHUB= yes GH_ACCOUNT= filiphanes USE_LDCONFIG= yes GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include PLIST_FILES= lib/dovecot/lib21_fts_elastic_plugin.a \ lib/dovecot/lib21_fts_elastic_plugin.so post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/dovecot/lib21_fts_elastic_plugin.so .include diff --git a/mail/dovecot-fts-flatcurve/Makefile b/mail/dovecot-fts-flatcurve/Makefile index de7f31e8424c..4f04a4ff6a5a 100644 --- a/mail/dovecot-fts-flatcurve/Makefile +++ b/mail/dovecot-fts-flatcurve/Makefile @@ -1,36 +1,37 @@ PORTNAME= fts-flatcurve DISTVERSIONPREFIX= v DISTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= mail PKGNAMEPREFIX= dovecot- MAINTAINER= martin@waschbuesch.de COMMENT= Dovecot FTS plugin based on Xapian WWW= https://github.com/slusarz/dovecot-fts-flatcurve LICENSE= LGPL21 BUILD_DEPENDS= dovecot>=2.3.17:mail/dovecot LIB_DEPENDS= libicuuc.so:devel/icu \ libxapian.so:databases/xapian-core RUN_DEPENDS= dovecot>=2.3.17:mail/dovecot USES= autoreconf libtool pkgconfig USE_GITHUB= yes GH_ACCOUNT= slusarz GH_PROJECT= dovecot-fts-flatcurve USE_LDCONFIG= yes GNU_CONFIGURE= yes PLIST_FILES= include/dovecot-fts-flatcurve/fts-flatcurve-config.h \ lib/dovecot/doveadm/lib21_doveadm_fts_flatcurve_plugin.a \ lib/dovecot/doveadm/lib21_doveadm_fts_flatcurve_plugin.so \ lib/dovecot/lib21_fts_flatcurve_plugin.a \ lib/dovecot/lib21_fts_flatcurve_plugin.so post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/dovecot/lib21_fts_flatcurve_plugin.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/dovecot/doveadm/lib21_doveadm_fts_flatcurve_plugin.so .include diff --git a/mail/dovecot-fts-xapian/Makefile b/mail/dovecot-fts-xapian/Makefile index 54b54bab35d3..27ea473f77e7 100644 --- a/mail/dovecot-fts-xapian/Makefile +++ b/mail/dovecot-fts-xapian/Makefile @@ -1,33 +1,33 @@ PORTNAME= fts-xapian DISTVERSION= 1.5.4 DISTVERSIONSUFFIX= b -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= mail MASTER_SITES= https://github.com/grosjo/fts-xapian/releases/download/${DISTVERSIONFULL}/ PKGNAMEPREFIX= dovecot- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${DISTVERSIONFULL} MAINTAINER= otis@FreeBSD.org COMMENT= Dovecot FTS plugin based on Xapian WWW= https://github.com/grosjo/fts-xapian LICENSE= LGPL21 BUILD_DEPENDS= dovecot>=2.3.7:mail/dovecot LIB_DEPENDS= libicuuc.so:devel/icu \ libxapian.so:databases/xapian-core RUN_DEPENDS= dovecot>=2.3.7:mail/dovecot USES= autoreconf compiler:c++11-lang libtool pkgconfig sqlite GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSIONFULL} PLIST_FILES= lib/dovecot/lib21_fts_xapian_plugin.a \ lib/dovecot/lib21_fts_xapian_plugin.so post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/dovecot/lib21_fts_xapian_plugin.so .include diff --git a/mail/dovecot-pigeonhole/Makefile b/mail/dovecot-pigeonhole/Makefile index bd09cafff50c..0865fff31d24 100644 --- a/mail/dovecot-pigeonhole/Makefile +++ b/mail/dovecot-pigeonhole/Makefile @@ -1,80 +1,79 @@ PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.5.21 -PORTREVISION= 2 +DISTVERSION= 0.5.21 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} MAINTAINER= ler@FreeBSD.org COMMENT= Sieve plugin for the Dovecot 'deliver' LDA and LMTP WWW= https://wiki2.dovecot.org/Pigeonhole LICENSE= LGPL21 BUILD_DEPENDS= dovecot>=2.3.9:mail/dovecot RUN_DEPENDS= dovecot>=2.3.9:mail/dovecot DOVECOTVERSION= 2.3 GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --exec-prefix=${PREFIX} \ --docdir=${DOCSDIR} \ --with-dovecot="${LOCALBASE}/lib/dovecot" LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip USES= compiler:c11 libtool ssl USE_LDCONFIG= ${PREFIX}/lib/dovecot OPTIONS_DEFINE= DOCS EXAMPLES LDAP MANAGESIEVE OPTIONS_DEFAULT=EXAMPLES MANAGESIEVE GSSAPI_NONE OPTIONS_SINGLE= GSSAPI OPTIONS_SINGLE_GSSAPI= GSSAPI_NONE GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT OPTIONS_SUB= yes GSSAPI_DESC= GSSAPI Support (*MUST MATCH* mail/dovecot) GSSAPI_NONE_DESC= Build without GSSAPI support GSSAPI_BASE_DESC= Use GSSAPI from base GSSAPI_HEIMDAL_DESC= Use Heimdal GSSAPI from security/heimdal GSSAPI_MIT_DESC= Use MIT GSSAPI from security/krb5 GSSAPI_BASE_USES= gssapi GSSAPI_HEIMDAL_USES= gssapi:heimdal GSSAPI_MIT_USES= gssapi:mit GSSAPI_NONE_CONFIGURE_OFF= ${GSSAPI_CONFIGURE_ARGS} BUILD_FAIL_MESSAGE= Ensure that ${PORTNAME}'s GSSAPI backend is the same as dovecot2 (make config). MANAGESIEVE_DESC= ManageSieve support MANAGESIEVE_CONFIGURE_WITH= managesieve LDAP_CONFIGURE_WITH= ldap LDAP_CPPFLAGS= -I${LOCALBASE}/include LDAP_LDFLAGS= -L${LOCALBASE}/lib LDAP_USES= ldap PORTDOCS= sieve/extensions/* sieve/plugins/* sieve/locations/* PORTEXAMPLES= * post-patch: @${REINPLACE_CMD} -E '\ s!^(install-data-am:) install-sieve_docDATA!\1!; \ s!^(uninstall-am:) uninstall-sieve_docDATA!\1!;' \ ${WRKSRC}/doc/Makefile.in post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${CP} ${WRKSRC}/examples/elvey.sieve ${STAGEDIR}${EXAMPLESDIR} ${CP} ${WRKSRC}/examples/jerry.sieve ${STAGEDIR}${EXAMPLESDIR} ${CP} ${WRKSRC}/examples/mjohnson.sieve ${STAGEDIR}${EXAMPLESDIR} ${CP} ${WRKSRC}/examples/mklose.sieve ${STAGEDIR}${EXAMPLESDIR} ${CP} ${WRKSRC}/examples/relational.rfc5231.sieve ${STAGEDIR}${EXAMPLESDIR} ${CP} ${WRKSRC}/examples/rfc3028.sieve ${STAGEDIR}${EXAMPLESDIR} ${CP} ${WRKSRC}/examples/sanjay.sieve ${STAGEDIR}${EXAMPLESDIR} ${CP} ${WRKSRC}/examples/sieve_examples.sieve ${STAGEDIR}${EXAMPLESDIR} ${CP} ${WRKSRC}/examples/subaddress.rfc5233.sieve ${STAGEDIR}${EXAMPLESDIR} ${CP} ${WRKSRC}/examples/vacation.sieve ${STAGEDIR}${EXAMPLESDIR} ${CP} ${WRKSRC}/examples/vivil.sieve ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/mail/dovecot-xaps/Makefile b/mail/dovecot-xaps/Makefile index 691d94ae7db5..b8582aebfd06 100644 --- a/mail/dovecot-xaps/Makefile +++ b/mail/dovecot-xaps/Makefile @@ -1,38 +1,38 @@ PORTNAME= dovecot-xaps DISTVERSION= g20210623 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MAINTAINER= PopularMoment@protonmail.com COMMENT= Apple push notifications plugin for dovecot WWW= https://github.com/freswa/dovecot-xaps-plugin LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= dovecot>=2.3.17:mail/dovecot RUN_DEPENDS= dovecot>=2.3.17:mail/dovecot \ xapsd:net/xapsd USES= cmake compiler:c11 CMAKE_BUILD_TYPE= Release CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PREFIX} USE_GITHUB= yes GH_ACCOUNT= freswa GH_PROJECT= dovecot-xaps-plugin GH_TAGNAME= 197d68e LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= ${PREFIX}/lib/dovecot PLIST_FILES= etc/dovecot/example-config/conf.d/95-xaps.conf \ lib/dovecot/lib25_xaps_imap_plugin.so \ lib/dovecot/lib25_xaps_push_notification_plugin.so post-stage: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/dovecot/example-config/conf.d/ ${INSTALL_DATA} ${WRKSRC}/xaps.conf \ ${STAGEDIR}${PREFIX}/etc/dovecot/example-config/conf.d/95-xaps.conf .include