Index: head/mail/dovecot/Makefile =================================================================== --- head/mail/dovecot/Makefile (revision 186680) +++ head/mail/dovecot/Makefile (revision 186681) @@ -1,165 +1,165 @@ # ex:ts=8 # New ports collection makefile for: dovecot # Date created: 12/08/2002 # Whom: Dominic Marks # # $FreeBSD$ # PORTNAME= dovecot -DISTVERSION= 1.0.rc24 +DISTVERSION= 1.0.rc25 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/ MAINTAINER= robin@isometry.net COMMENT= Secure and compact IMAP and POP3 servers USE_ICONV= yes USE_RC_SUBR= dovecot.sh GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --without-shadow --localstatedir=/var CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= ${PREFIX}/lib/dovecot \ ${PREFIX}/lib/dovecot/imap \ ${PREFIX}/lib/dovecot/pop3 \ ${PREFIX}/lib/dovecot/lda .if !defined(NOPORTDOCS) PORTDOCS= USE-WIKI-INSTEAD \ auth-protocol.txt securecoding.txt variables.txt .else CONFIGURE_ARGS+= --without-docs .endif DOVECOT_UID?= 143 DOVECOT_GID?= 143 SCRIPT_ENV+= DOVECOT_UID=${DOVECOT_UID} \ DOVECOT_GID=${DOVECOT_GID} OPTIONS= KQUEUE "kqueue(2) support" on \ SSL "SSL support" on \ IPV6 "IPv6 support" on \ POP3 "POP3 support" on \ LDA "LDA support" on \ GSSAPI "GSSAPI support" off \ VPOPMAIL "VPopMail support" off \ LDAP "OpenLDAP support" off \ PGSQL "PostgreSQL support" off \ MYSQL "MySQL support" off \ SQLITE "SQLite support" off .include ## kqueue(2) support # .if !defined(WITHOUT_KQUEUE) CONFIGURE_ARGS+= --with-ioloop=kqueue .endif ## SSL support # .if defined(WITHOUT_SSL) CONFIGURE_ARGS+= --without-ssl .endif ## IPv6 support # .if defined(WITHOUT_IPV6) || ${OSVERSION} <= 400014 CONFIGURE_ARGS+= --disable-ipv6 .endif ## POP3 support # .if defined(WITHOUT_POP3) CONFIGURE_ARGS+= --without-pop3d PROTOCOLS= imap PLIST_SUB+= POP3="@comment " .else PROTOCOLS= imap pop3 PLIST_SUB+= POP3="" .endif ## LDA support # .if defined(WITHOUT_LDA) CONFIGURE_ARGS+= --without-deliver PLIST_SUB+= LDA="@comment " .else PLIST_SUB+= LDA="" .endif ## GSSAPI support # .if defined(WITH_GSSAPI) CONFIGURE_ARGS+= --with-gssapi .else CONFIGURE_ARGS+= --without-gssapi .endif ## VPopMail Support # .if defined(WITH_VPOPMAIL) VPOPMAIL= ${LOCALBASE}/vpopmail/bin/vchkpw BUILD_DEPENDS+= ${VPOPMAIL}:${PORTSDIR}/mail/vpopmail CONFIGURE_ARGS+= --with-vpopmail .else CONFIGURE_ARGS+= --without-vpopmail .endif ## OpenLDAP Support # .if defined(WITH_LDAP) USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-ldap .endif ## PostgreSQL Support # .if defined(WITH_PGSQL) USE_PGSQL= yes CONFIGURE_ARGS+= --with-pgsql .endif ## MySQL Support # .if defined(WITH_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql .endif ## SQLite Support # .if defined(WITH_SQLITE) USE_SQLITE= 3 CONFIGURE_ARGS+= --with-sqlite .endif post-patch: .if defined(WITH_GSSAPI) @${REINPLACE_CMD} -e 's,,,' \ ${WRKSRC}/src/auth/mech-gssapi.c \ ${WRKSRC}/configure .endif post-build: @${REINPLACE_CMD} \ -e 's,%%PREFIX%%,${PREFIX},g' \ -e 's,%%PROTOCOLS%%,${PROTOCOLS},g' \ ${WRKSRC}/dovecot-example.conf pre-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: @${MKDIR} ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/doc/mkcert.sh ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/doc/dovecot-openssl.cnf ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/doc/dovecot-ldap.conf ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/doc/dovecot-sql.conf ${DATADIR} @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} .include Property changes on: head/mail/dovecot/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.63 \ No newline at end of property +1.64 \ No newline at end of property Index: head/mail/dovecot/distinfo =================================================================== --- head/mail/dovecot/distinfo (revision 186680) +++ head/mail/dovecot/distinfo (revision 186681) @@ -1,3 +1,3 @@ -MD5 (dovecot-1.0.rc24.tar.gz) = f1a7e366dceda28138e5a902dda7f274 -SHA256 (dovecot-1.0.rc24.tar.gz) = e35d44bf7fcffbbcb5823ab45c77ea7a8c0b6dbe423eecd37430dedab5a87e08 -SIZE (dovecot-1.0.rc24.tar.gz) = 1498585 +MD5 (dovecot-1.0.rc25.tar.gz) = 14e9981e9828a65526b8e683657434d4 +SHA256 (dovecot-1.0.rc25.tar.gz) = 2dc307fbbcc431ae680a5d4712853203894635fa2a45e4bd4c39fe92a35b85d8 +SIZE (dovecot-1.0.rc25.tar.gz) = 1511817 Property changes on: head/mail/dovecot/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.38 \ No newline at end of property +1.39 \ No newline at end of property Index: head/mail/dovecot/pkg-plist =================================================================== --- head/mail/dovecot/pkg-plist (revision 186680) +++ head/mail/dovecot/pkg-plist (revision 186681) @@ -1,66 +1,67 @@ @comment $FreeBSD$ @unexec if cmp -s %D/etc/dovecot-example.conf %D/etc/dovecot.conf; then rm -f %D/etc/dovecot.conf; fi etc/dovecot-example.conf @exec if [ ! -f %D/etc/dovecot.conf ] ; then cp -p %D/%F %B/dovecot.conf; fi +@dirrmtry include/dovecot lib/dovecot/imap/lib01_acl_plugin.so lib/dovecot/imap/lib02_lazy_expunge_plugin.so lib/dovecot/imap/lib10_quota_plugin.so lib/dovecot/imap/lib11_imap_quota_plugin.a lib/dovecot/imap/lib11_imap_quota_plugin.la lib/dovecot/imap/lib11_imap_quota_plugin.so lib/dovecot/imap/lib11_trash_plugin.so lib/dovecot/imap/lib20_convert_plugin.so lib/dovecot/imap/lib20_mail_log_plugin.so lib/dovecot/imap/lib20_zlib_plugin.a lib/dovecot/imap/lib20_zlib_plugin.la lib/dovecot/imap/lib20_zlib_plugin.so @dirrm lib/dovecot/imap lib/dovecot/lda/lib01_acl_plugin.so lib/dovecot/lda/lib10_quota_plugin.so lib/dovecot/lda/lib11_trash_plugin.so lib/dovecot/lda/lib20_convert_plugin.so lib/dovecot/lda/lib20_mail_log_plugin.so @dirrm lib/dovecot/lda lib/dovecot/pop3/lib02_lazy_expunge_plugin.so lib/dovecot/pop3/lib10_quota_plugin.so lib/dovecot/pop3/lib20_convert_plugin.so lib/dovecot/pop3/lib20_mail_log_plugin.so @dirrm lib/dovecot/pop3 lib/dovecot/lib01_acl_plugin.a lib/dovecot/lib01_acl_plugin.la lib/dovecot/lib01_acl_plugin.so lib/dovecot/lib02_lazy_expunge_plugin.a lib/dovecot/lib02_lazy_expunge_plugin.la lib/dovecot/lib02_lazy_expunge_plugin.so lib/dovecot/lib10_quota_plugin.a lib/dovecot/lib10_quota_plugin.la lib/dovecot/lib10_quota_plugin.so lib/dovecot/lib11_trash_plugin.a lib/dovecot/lib11_trash_plugin.la lib/dovecot/lib11_trash_plugin.so lib/dovecot/lib20_convert_plugin.a lib/dovecot/lib20_convert_plugin.la lib/dovecot/lib20_convert_plugin.so lib/dovecot/lib20_mail_log_plugin.a lib/dovecot/lib20_mail_log_plugin.la lib/dovecot/lib20_mail_log_plugin.so @dirrm lib/dovecot libexec/dovecot/checkpassword-reply %%LDA%%libexec/dovecot/deliver libexec/dovecot/dict libexec/dovecot/dovecot-auth libexec/dovecot/gdbhelper libexec/dovecot/imap libexec/dovecot/imap-login %%POP3%%libexec/dovecot/pop3 %%POP3%%libexec/dovecot/pop3-login libexec/dovecot/rawlog libexec/dovecot/ssl-build-param @dirrm libexec/dovecot sbin/dovecot sbin/dovecotpw %%DATADIR%%/dovecot-openssl.cnf %%DATADIR%%/mkcert.sh %%DATADIR%%/dovecot-ldap.conf %%DATADIR%%/dovecot-sql.conf @dirrm %%DATADIR%% Property changes on: head/mail/dovecot/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/mail/dovecot-devel/Makefile =================================================================== --- head/mail/dovecot-devel/Makefile (revision 186680) +++ head/mail/dovecot-devel/Makefile (revision 186681) @@ -1,165 +1,165 @@ # ex:ts=8 # New ports collection makefile for: dovecot # Date created: 12/08/2002 # Whom: Dominic Marks # # $FreeBSD$ # PORTNAME= dovecot -DISTVERSION= 1.0.rc24 +DISTVERSION= 1.0.rc25 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/ MAINTAINER= robin@isometry.net COMMENT= Secure and compact IMAP and POP3 servers USE_ICONV= yes USE_RC_SUBR= dovecot.sh GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --without-shadow --localstatedir=/var CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= ${PREFIX}/lib/dovecot \ ${PREFIX}/lib/dovecot/imap \ ${PREFIX}/lib/dovecot/pop3 \ ${PREFIX}/lib/dovecot/lda .if !defined(NOPORTDOCS) PORTDOCS= USE-WIKI-INSTEAD \ auth-protocol.txt securecoding.txt variables.txt .else CONFIGURE_ARGS+= --without-docs .endif DOVECOT_UID?= 143 DOVECOT_GID?= 143 SCRIPT_ENV+= DOVECOT_UID=${DOVECOT_UID} \ DOVECOT_GID=${DOVECOT_GID} OPTIONS= KQUEUE "kqueue(2) support" on \ SSL "SSL support" on \ IPV6 "IPv6 support" on \ POP3 "POP3 support" on \ LDA "LDA support" on \ GSSAPI "GSSAPI support" off \ VPOPMAIL "VPopMail support" off \ LDAP "OpenLDAP support" off \ PGSQL "PostgreSQL support" off \ MYSQL "MySQL support" off \ SQLITE "SQLite support" off .include ## kqueue(2) support # .if !defined(WITHOUT_KQUEUE) CONFIGURE_ARGS+= --with-ioloop=kqueue .endif ## SSL support # .if defined(WITHOUT_SSL) CONFIGURE_ARGS+= --without-ssl .endif ## IPv6 support # .if defined(WITHOUT_IPV6) || ${OSVERSION} <= 400014 CONFIGURE_ARGS+= --disable-ipv6 .endif ## POP3 support # .if defined(WITHOUT_POP3) CONFIGURE_ARGS+= --without-pop3d PROTOCOLS= imap PLIST_SUB+= POP3="@comment " .else PROTOCOLS= imap pop3 PLIST_SUB+= POP3="" .endif ## LDA support # .if defined(WITHOUT_LDA) CONFIGURE_ARGS+= --without-deliver PLIST_SUB+= LDA="@comment " .else PLIST_SUB+= LDA="" .endif ## GSSAPI support # .if defined(WITH_GSSAPI) CONFIGURE_ARGS+= --with-gssapi .else CONFIGURE_ARGS+= --without-gssapi .endif ## VPopMail Support # .if defined(WITH_VPOPMAIL) VPOPMAIL= ${LOCALBASE}/vpopmail/bin/vchkpw BUILD_DEPENDS+= ${VPOPMAIL}:${PORTSDIR}/mail/vpopmail CONFIGURE_ARGS+= --with-vpopmail .else CONFIGURE_ARGS+= --without-vpopmail .endif ## OpenLDAP Support # .if defined(WITH_LDAP) USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-ldap .endif ## PostgreSQL Support # .if defined(WITH_PGSQL) USE_PGSQL= yes CONFIGURE_ARGS+= --with-pgsql .endif ## MySQL Support # .if defined(WITH_MYSQL) USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql .endif ## SQLite Support # .if defined(WITH_SQLITE) USE_SQLITE= 3 CONFIGURE_ARGS+= --with-sqlite .endif post-patch: .if defined(WITH_GSSAPI) @${REINPLACE_CMD} -e 's,,,' \ ${WRKSRC}/src/auth/mech-gssapi.c \ ${WRKSRC}/configure .endif post-build: @${REINPLACE_CMD} \ -e 's,%%PREFIX%%,${PREFIX},g' \ -e 's,%%PROTOCOLS%%,${PROTOCOLS},g' \ ${WRKSRC}/dovecot-example.conf pre-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: @${MKDIR} ${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/doc/mkcert.sh ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/doc/dovecot-openssl.cnf ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/doc/dovecot-ldap.conf ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/doc/dovecot-sql.conf ${DATADIR} @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} .include Property changes on: head/mail/dovecot-devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.63 \ No newline at end of property +1.64 \ No newline at end of property Index: head/mail/dovecot-devel/distinfo =================================================================== --- head/mail/dovecot-devel/distinfo (revision 186680) +++ head/mail/dovecot-devel/distinfo (revision 186681) @@ -1,3 +1,3 @@ -MD5 (dovecot-1.0.rc24.tar.gz) = f1a7e366dceda28138e5a902dda7f274 -SHA256 (dovecot-1.0.rc24.tar.gz) = e35d44bf7fcffbbcb5823ab45c77ea7a8c0b6dbe423eecd37430dedab5a87e08 -SIZE (dovecot-1.0.rc24.tar.gz) = 1498585 +MD5 (dovecot-1.0.rc25.tar.gz) = 14e9981e9828a65526b8e683657434d4 +SHA256 (dovecot-1.0.rc25.tar.gz) = 2dc307fbbcc431ae680a5d4712853203894635fa2a45e4bd4c39fe92a35b85d8 +SIZE (dovecot-1.0.rc25.tar.gz) = 1511817 Property changes on: head/mail/dovecot-devel/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.38 \ No newline at end of property +1.39 \ No newline at end of property Index: head/mail/dovecot-devel/pkg-plist =================================================================== --- head/mail/dovecot-devel/pkg-plist (revision 186680) +++ head/mail/dovecot-devel/pkg-plist (revision 186681) @@ -1,66 +1,67 @@ @comment $FreeBSD$ @unexec if cmp -s %D/etc/dovecot-example.conf %D/etc/dovecot.conf; then rm -f %D/etc/dovecot.conf; fi etc/dovecot-example.conf @exec if [ ! -f %D/etc/dovecot.conf ] ; then cp -p %D/%F %B/dovecot.conf; fi +@dirrmtry include/dovecot lib/dovecot/imap/lib01_acl_plugin.so lib/dovecot/imap/lib02_lazy_expunge_plugin.so lib/dovecot/imap/lib10_quota_plugin.so lib/dovecot/imap/lib11_imap_quota_plugin.a lib/dovecot/imap/lib11_imap_quota_plugin.la lib/dovecot/imap/lib11_imap_quota_plugin.so lib/dovecot/imap/lib11_trash_plugin.so lib/dovecot/imap/lib20_convert_plugin.so lib/dovecot/imap/lib20_mail_log_plugin.so lib/dovecot/imap/lib20_zlib_plugin.a lib/dovecot/imap/lib20_zlib_plugin.la lib/dovecot/imap/lib20_zlib_plugin.so @dirrm lib/dovecot/imap lib/dovecot/lda/lib01_acl_plugin.so lib/dovecot/lda/lib10_quota_plugin.so lib/dovecot/lda/lib11_trash_plugin.so lib/dovecot/lda/lib20_convert_plugin.so lib/dovecot/lda/lib20_mail_log_plugin.so @dirrm lib/dovecot/lda lib/dovecot/pop3/lib02_lazy_expunge_plugin.so lib/dovecot/pop3/lib10_quota_plugin.so lib/dovecot/pop3/lib20_convert_plugin.so lib/dovecot/pop3/lib20_mail_log_plugin.so @dirrm lib/dovecot/pop3 lib/dovecot/lib01_acl_plugin.a lib/dovecot/lib01_acl_plugin.la lib/dovecot/lib01_acl_plugin.so lib/dovecot/lib02_lazy_expunge_plugin.a lib/dovecot/lib02_lazy_expunge_plugin.la lib/dovecot/lib02_lazy_expunge_plugin.so lib/dovecot/lib10_quota_plugin.a lib/dovecot/lib10_quota_plugin.la lib/dovecot/lib10_quota_plugin.so lib/dovecot/lib11_trash_plugin.a lib/dovecot/lib11_trash_plugin.la lib/dovecot/lib11_trash_plugin.so lib/dovecot/lib20_convert_plugin.a lib/dovecot/lib20_convert_plugin.la lib/dovecot/lib20_convert_plugin.so lib/dovecot/lib20_mail_log_plugin.a lib/dovecot/lib20_mail_log_plugin.la lib/dovecot/lib20_mail_log_plugin.so @dirrm lib/dovecot libexec/dovecot/checkpassword-reply %%LDA%%libexec/dovecot/deliver libexec/dovecot/dict libexec/dovecot/dovecot-auth libexec/dovecot/gdbhelper libexec/dovecot/imap libexec/dovecot/imap-login %%POP3%%libexec/dovecot/pop3 %%POP3%%libexec/dovecot/pop3-login libexec/dovecot/rawlog libexec/dovecot/ssl-build-param @dirrm libexec/dovecot sbin/dovecot sbin/dovecotpw %%DATADIR%%/dovecot-openssl.cnf %%DATADIR%%/mkcert.sh %%DATADIR%%/dovecot-ldap.conf %%DATADIR%%/dovecot-sql.conf @dirrm %%DATADIR%% Property changes on: head/mail/dovecot-devel/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property