Date: Sun, 14 Dec 2014 13:19:06 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374702 - head/mail/maildrop Message-ID: <201412141319.sBEDJ6jO072221@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Sun Dec 14 13:19:05 2014 New Revision: 374702 URL: https://svnweb.freebsd.org/changeset/ports/374702 QAT: https://qat.redports.org/buildarchive/r374702/ Log: Update to 2.8.0 With this version the dovecotauth patch has been integrated upstream. Modified: head/mail/maildrop/Makefile head/mail/maildrop/distinfo Modified: head/mail/maildrop/Makefile ============================================================================== --- head/mail/maildrop/Makefile Sun Dec 14 13:12:14 2014 (r374701) +++ head/mail/maildrop/Makefile Sun Dec 14 13:19:05 2014 (r374702) @@ -15,8 +15,7 @@ # MAILDROP_LOG_COLUMNS lenght of 'File:' line in log - 8; default: 72 PORTNAME= maildrop -PORTVERSION= 2.7.2 -PORTREVISION= 1 +PORTVERSION= 2.8.0 CATEGORIES= mail MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION} @@ -76,6 +75,7 @@ GDBM_LIB_DEPENDS= libgdbm.so:${PORTSDIR} IDN_CONFIGURE_WITH= libidn IDN_LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn MAILWRAPPER_CONFIGURE_OFF= --enable-sendmail=/usr/sbin/sendmail +DOVECOTAUTH_CONFIGURE_ENABLE= dovecotauth .include <bsd.port.options.mk> @@ -102,12 +102,6 @@ CONFIGURE_ARGS+= ac_cv_header_fam_h=no a CONFIGURE_ARGS+= --enable-trusted-users="${MAILDROP_TRUSTED_USERS}" .endif -.if ${PORT_OPTIONS:MDOVECOTAUTH} -PATCH_SITES= http://www.madpilot.net/maildrop/ -PATCHFILES= maildrop-2.7.0-dovecotauth.patch.txt -PATCH_DIST_STRIP= -p1 -.endif - post-patch: @${REINPLACE_CMD} -e "s/l= 72 - szbuf.Length();/l= ${MAILDROP_LOG_COLUMNS} - szbuf.Length();/" \ ${WRKSRC}/libs/maildrop/log.C Modified: head/mail/maildrop/distinfo ============================================================================== --- head/mail/maildrop/distinfo Sun Dec 14 13:12:14 2014 (r374701) +++ head/mail/maildrop/distinfo Sun Dec 14 13:19:05 2014 (r374702) @@ -1,4 +1,2 @@ -SHA256 (maildrop-2.7.2.tar.bz2) = d978cba4a6f1f139216f22cf03ee3c878fe2b287c9409024a2d41ef54931a4a6 -SIZE (maildrop-2.7.2.tar.bz2) = 1968673 -SHA256 (maildrop-2.7.0-dovecotauth.patch.txt) = 2987e56071d78dc55ac2ce523fe041dbf6565a90e98410f9fa2219d7434b945b -SIZE (maildrop-2.7.0-dovecotauth.patch.txt) = 22063 +SHA256 (maildrop-2.8.0.tar.bz2) = 28e37051eba909d89a9769556171dde7663a805e69d85e4a7664782b0b3a3c1a +SIZE (maildrop-2.8.0.tar.bz2) = 1989763
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412141319.sBEDJ6jO072221>