From owner-svn-ports-all@freebsd.org Mon Feb 20 14:36:50 2017 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 E376ACE569F; Mon, 20 Feb 2017 14:36:50 +0000 (UTC) (envelope-from jhale@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 B052814AE; Mon, 20 Feb 2017 14:36:50 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1KEanZN022589; Mon, 20 Feb 2017 14:36:49 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1KEanxG022588; Mon, 20 Feb 2017 14:36:49 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201702201436.v1KEanxG022588@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Mon, 20 Feb 2017 14:36:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434444 - 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.23 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: Mon, 20 Feb 2017 14:36:51 -0000 Author: jhale Date: Mon Feb 20 14:36:49 2017 New Revision: 434444 URL: https://svnweb.freebsd.org/changeset/ports/434444 Log: Bump PORTEPOCH after last update (r434402) pkg version -t 3.2.20170129,4 3.2.0.r1,4 > pkg version -t 3.2.20170129,4 3.2.0.r1,5 < Reported by: Gerard Seibert (via freebsd-ports ml) Approved by: portmgr (just-fix-it blanket) Modified: head/mail/postfix-current/Makefile Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Mon Feb 20 14:34:09 2017 (r434443) +++ head/mail/postfix-current/Makefile Mon Feb 20 14:36:49 2017 (r434444) @@ -4,7 +4,7 @@ PORTNAME= postfix DISTVERSION= 3.2.0-RC1 PORTREVISION?= 0 -PORTEPOCH= 4 +PORTEPOCH= 5 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ http://de.postfix.org/ftpmirror/ \