From owner-svn-ports-head@FreeBSD.ORG Sun Dec 14 13:19:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 93F42EC1; Sun, 14 Dec 2014 13:19:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 654E48B3; Sun, 14 Dec 2014 13:19:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBEDJ7tV072223; Sun, 14 Dec 2014 13:19:07 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBEDJ6jO072221; Sun, 14 Dec 2014 13:19:06 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201412141319.sBEDJ6jO072221@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sun, 14 Dec 2014 13:19:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374702 - head/mail/maildrop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Dec 2014 13:19:07 -0000 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 @@ -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