From owner-svn-ports-all@freebsd.org Sun May 29 11:17:33 2016 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 7E01EB52D69; Sun, 29 May 2016 11:17:33 +0000 (UTC) (envelope-from ohauer@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 4F15214DE; Sun, 29 May 2016 11:17:33 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4TBHWTm012031; Sun, 29 May 2016 11:17:32 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4TBHWwq012029; Sun, 29 May 2016 11:17:32 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201605291117.u4TBHWwq012029@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 29 May 2016 11:17:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416093 - head/mail/postfix-current 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.22 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: Sun, 29 May 2016 11:17:33 -0000 Author: ohauer Date: Sun May 29 11:17:32 2016 New Revision: 416093 URL: https://svnweb.freebsd.org/changeset/ports/416093 Log: - update to 3.2-20160527 20160526 Feature: cidr tables now support if/endif and negation (by prepending "!" to a pattern), just like regexp and pcre tables. The primarily purpose is to improve readability of complex tables. Files: util/cidr_match.[hc], util/dict_cidr.c, proto/cidr_table. Cleanup: make regexp: and pcre: parser warning messages more similar. Files: dict_regexp.c, dict_pcre.c. Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Sun May 29 11:00:02 2016 (r416092) +++ head/mail/postfix-current/Makefile Sun May 29 11:17:32 2016 (r416093) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.2-20160522 +DISTVERSION= 3.2-20160527 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Sun May 29 11:00:02 2016 (r416092) +++ head/mail/postfix-current/distinfo Sun May 29 11:17:32 2016 (r416093) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464084000 -SHA256 (postfix/postfix-3.2-20160522.tar.gz) = 958b97163df169c5e29c28e9bded74ea5f3dcec49be6bc908e9be85287a19017 -SIZE (postfix/postfix-3.2-20160522.tar.gz) = 4338083 +TIMESTAMP = 1464520135 +SHA256 (postfix/postfix-3.2-20160527.tar.gz) = 879c9e93ffa5779cf9846773d4a7866f8e0464ec1275c0a3630890792fb77ac1 +SIZE (postfix/postfix-3.2-20160527.tar.gz) = 4339037