From owner-svn-ports-all@freebsd.org Tue Dec 15 14:57:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 627A3A447CA; Tue, 15 Dec 2015 14:57:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 1B61E12FF; Tue, 15 Dec 2015 14:57:16 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBFEvF6S068446; Tue, 15 Dec 2015 14:57:15 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBFEvF2d068442; Tue, 15 Dec 2015 14:57:15 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512151457.tBFEvF2d068442@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Tue, 15 Dec 2015 14:57:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403785 - head/mail/dovecot2-pigeonhole X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2015 14:57:16 -0000 Author: miwi Date: Tue Dec 15 14:57:14 2015 New Revision: 403785 URL: https://svnweb.freebsd.org/changeset/ports/403785 Log: - Update to 0.4.10 PR: 205303 Submitted by: maintainer Approved by: mat (mentor) Differential Revision: D4567 Modified: head/mail/dovecot2-pigeonhole/Makefile head/mail/dovecot2-pigeonhole/distinfo head/mail/dovecot2-pigeonhole/pkg-plist Modified: head/mail/dovecot2-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot2-pigeonhole/Makefile Tue Dec 15 14:53:35 2015 (r403784) +++ head/mail/dovecot2-pigeonhole/Makefile Tue Dec 15 14:57:14 2015 (r403785) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot-pigeonhole -PORTVERSION= 0.4.9 -PORTREVISION= 2 +PORTVERSION= 0.4.10 CATEGORIES= mail MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} Modified: head/mail/dovecot2-pigeonhole/distinfo ============================================================================== --- head/mail/dovecot2-pigeonhole/distinfo Tue Dec 15 14:53:35 2015 (r403784) +++ head/mail/dovecot2-pigeonhole/distinfo Tue Dec 15 14:57:14 2015 (r403785) @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.2-pigeonhole-0.4.9.tar.gz) = 82892f876d26008a076973dfddf1cffaf5a0451825fd44e06287e94b89078649 -SIZE (dovecot-2.2-pigeonhole-0.4.9.tar.gz) = 1577127 +SHA256 (dovecot-2.2-pigeonhole-0.4.10.tar.gz) = e9dfe7160fd3b465d6d5068f219122626ef790cce507e290cd09852c7d90726f +SIZE (dovecot-2.2-pigeonhole-0.4.10.tar.gz) = 1605634 Modified: head/mail/dovecot2-pigeonhole/pkg-plist ============================================================================== --- head/mail/dovecot2-pigeonhole/pkg-plist Tue Dec 15 14:53:35 2015 (r403784) +++ head/mail/dovecot2-pigeonhole/pkg-plist Tue Dec 15 14:57:14 2015 (r403785) @@ -8,6 +8,7 @@ bin/sievec include/dovecot-2.2-pigeonhole/sieve/edit-mail.h include/dovecot-2.2-pigeonhole/sieve/pigeonhole-config.h include/dovecot-2.2-pigeonhole/sieve/pigeonhole-version.h +include/dovecot-2.2-pigeonhole/sieve/sieve-ext-imap4flags.h include/dovecot-2.2-pigeonhole/sieve/program-client-private.h include/dovecot-2.2-pigeonhole/sieve/program-client.h include/dovecot-2.2-pigeonhole/sieve/realpath.h @@ -82,3 +83,4 @@ man/man1/sieve-test.1.gz man/man1/sievec.1.gz man/man1/sieved.1.gz man/man7/pigeonhole.7.gz +share/aclocal/dovecot-pigeonhole.m4