svn commit: r425109 - head/mail/postfix-current

Olli Hauer ohauer at FreeBSD.org
Wed Nov 2 05:27:40 UTC 2016


Author: ohauer
Date: Wed Nov  2 05:27:38 2016
New Revision: 425109
URL: https://svnweb.freebsd.org/changeset/ports/425109

Log:
  - update to 3.2-20161101
  
  Major changes with snapshot 20161031
  ====================================
  The smtpd_milter_maps feature supports per-client Milter configuration.
  This overrides the global smtpd_milters setting and has the same syntax.
  A lookup result of "DISABLE" turns off Milter support.

Modified:
  head/mail/postfix-current/Makefile
  head/mail/postfix-current/distinfo

Modified: head/mail/postfix-current/Makefile
==============================================================================
--- head/mail/postfix-current/Makefile	Wed Nov  2 05:26:58 2016	(r425108)
+++ head/mail/postfix-current/Makefile	Wed Nov  2 05:27:38 2016	(r425109)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	postfix
-DISTVERSION=	3.2-20161008
+DISTVERSION=	3.2-20161101
 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	Wed Nov  2 05:26:58 2016	(r425108)
+++ head/mail/postfix-current/distinfo	Wed Nov  2 05:27:38 2016	(r425109)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475973023
-SHA256 (postfix/postfix-3.2-20161008.tar.gz) = 9abd0e09767d19ac03d8eb44c806d865cdbe83e9881e17d7c60f8fc9be34a14c
-SIZE (postfix/postfix-3.2-20161008.tar.gz) = 4350036
+TIMESTAMP = 1478019584
+SHA256 (postfix/postfix-3.2-20161101.tar.gz) = 3de717a408e5c2091d1960dc5bdd9b5cfd63babb945eb71da2f32e201138c618
+SIZE (postfix/postfix-3.2-20161101.tar.gz) = 4374281


More information about the svn-ports-all mailing list