From owner-svn-ports-all@freebsd.org Sun Feb 28 09:06:58 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 4D207AB683E; Sun, 28 Feb 2016 09:06:58 +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 0D40D12B8; Sun, 28 Feb 2016 09:06:57 +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 u1S96vup053372; Sun, 28 Feb 2016 09:06:57 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1S96uTY053369; Sun, 28 Feb 2016 09:06:56 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201602280906.u1S96uTY053369@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Sun, 28 Feb 2016 09:06:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409730 - 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.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: Sun, 28 Feb 2016 09:06:58 -0000 Author: ohauer Date: Sun Feb 28 09:06:56 2016 New Revision: 409730 URL: https://svnweb.freebsd.org/changeset/ports/409730 Log: - update to postfix 3.2 Snapshot 20160224 Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo head/mail/postfix-current/pkg-plist Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Sun Feb 28 09:01:45 2016 (r409729) +++ head/mail/postfix-current/Makefile Sun Feb 28 09:06:56 2016 (r409730) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.0-20160204 +DISTVERSION= 3.2-20160224 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ @@ -11,10 +11,8 @@ MASTER_SITES= ftp://ftp.porcupine.org/mi http://www.artfiles.org/postfix.org/postfix-release/ \ http://mirror.lhsolutions.nl/postfix-release/ \ ftp://postfix.mirrors.pair.com/ -#MASTER_SITES:= ${MASTER_SITES:S|$|experimental/|} -MASTER_SITES:= ${MASTER_SITES:S|$|official/|} +MASTER_SITES:= ${MASTER_SITES:S|$|experimental/|} PKGNAMESUFFIX?= -current -DISTNAME= ${PORTNAME}-3.0.4 DIST_SUBDIR= ${PORTNAME} MAINTAINER= ohauer@FreeBSD.org @@ -33,17 +31,16 @@ CONFLICTS_INSTALL?= courier-0.* opensmtp USERS= postfix GROUPS= mail maildrop postfix -USES= perl5 shebangfix cpe +USES= shebangfix cpe SHEBANG_FILES= auxiliary/qshape/qshape.pl USE_RC_SUBR= postfix USE_SUBMAKE= yes -USE_PERL5= build SCRIPTS_ENV+= POSTFIX_DEFAULT_MTA="${POSTFIX_DEFAULT_MTA}" OPTIONS_SUB= yes OPTIONS_DEFINE= BDB CDB DOCS INST_BASE LDAP LDAP_SASL LMDB MYSQL \ - NIS PCRE PGSQL SASL SQLITE TEST TLS VDA + NIS PCRE PGSQL SASL SQLITE TEST TLS OPTIONS_RADIO= RG1 OPTIONS_RADIO_RG1= SASLKRB5 SASLKMIT @@ -67,7 +64,6 @@ LDAP_DESC= LDAP maps (uses WITH_OPENLDAP LDAP_SASL_DESC= LDAP client-to-server SASL auth LMDB_DESC= LMDB maps TEST_DESC= SMTP/LMTP test server and generator -VDA_DESC= VDA (Virtual Delivery Agent) SASL_DESC= Cyrus SASL support (Dovecot SASL is always built in) RG1_DESC= Kerberos network authentication protocol type @@ -83,13 +79,6 @@ STRIP_LIBEXEC= anvil bounce cleanup disc nqmgr oqmgr pickup pipe postscreen proxymap qmgr qmqpd scache showq \ smtp smtpd spawn tlsmgr tlsproxy trivial-rewrite verify virtual -.if !defined(BATCH) && !defined(PACKAGE_BUILDING) && exists(/etc/mail/mailer.conf) -OLD_MAILER!= ${GREP} -m 1 '^purgestat' /etc/mail/mailer.conf || ${ECHO_CMD} -.if !empty(OLD_MAILER) -IS_INTERACTIVE= yes -.endif -.endif - .if !defined(DEBUG) MAKEFILEFLAGS+= DEBUG= .endif @@ -248,10 +237,6 @@ POSTFIX_CCARGS+= -DHAS_NIS _REQUIRE+= ypserv .endif -.if ${PORT_OPTIONS:MVDA} -BROKEN= At the moment, VDA support is unavailable for ${PORTNAME}-${DISTVERSION} -.endif - .if ${PORT_OPTIONS:MTEST} BINTEST= qmqp-sink qmqp-source smtp-sink smtp-source MANTEST= qmqp-sink.1 qmqp-source.1 smtp-sink.1 smtp-source.1 @@ -295,8 +280,6 @@ pre-patch: @${ECHO} 'See header_checks.5.html' \ > ${WRKSRC}/html/body_checks.5.html - @${REINPLACE_CMD} -E -e 's![[:<:]]perl[[:>:]]!${PERL}!' \ - ${WRKSRC}/src/bounce/Makefile.in @${REINPLACE_CMD} -E -e 's!^(#define DEF_SGID_GROUP[^"]+)"postdrop"$$!\1"maildrop"!' \ ${WRKSRC}/src/global/mail_params.h @${FIND} -X ${WRKSRC}/README_FILES ${WRKSRC}/conf ${WRKSRC}/man \ Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Sun Feb 28 09:01:45 2016 (r409729) +++ head/mail/postfix-current/distinfo Sun Feb 28 09:06:56 2016 (r409730) @@ -1,2 +1,2 @@ -SHA256 (postfix/postfix-3.0.4.tar.gz) = b81ce81176b9df7183ad99b9c98000135f5e88e659493ab50db5d9fe5b8dba0e -SIZE (postfix/postfix-3.0.4.tar.gz) = 4240805 +SHA256 (postfix/postfix-3.2-20160224.tar.gz) = e64094c6adceff25ce069e464b67bffcc1cafe60b65d58202030fe7335ae83b9 +SIZE (postfix/postfix-3.2-20160224.tar.gz) = 4329124 Modified: head/mail/postfix-current/pkg-plist ============================================================================== --- head/mail/postfix-current/pkg-plist Sun Feb 28 09:01:45 2016 (r409729) +++ head/mail/postfix-current/pkg-plist Sun Feb 28 09:06:56 2016 (r409730) @@ -59,6 +59,7 @@ libexec/postfix/postfix-files %%PGSQL%%libexec/postfix/postfix-files.d/pgsql-files %%SQLITE%%libexec/postfix/postfix-files.d/sqlite-files libexec/postfix/postfix-script +libexec/postfix/postfix-tls-script libexec/postfix/postfix-wrapper libexec/postfix/postmulti-script libexec/postfix/postscreen @@ -81,6 +82,7 @@ libexec/postfix/virtual %%BMAN%%man/man1/postcat.1.gz %%BMAN%%man/man1/postconf.1.gz %%BMAN%%man/man1/postdrop.1.gz +%%BMAN%%man/man1/postfix-tls.1.gz %%BMAN%%man/man1/postfix.1.gz %%BMAN%%man/man1/postkick.1.gz %%BMAN%%man/man1/postlock.1.gz