Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 May 2016 11:17:32 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416093 - head/mail/postfix-current
Message-ID:  <201605291117.u4TBHWwq012029@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605291117.u4TBHWwq012029>