From owner-svn-ports-all@freebsd.org Fri Mar 13 11:30:21 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9722225C171; Fri, 13 Mar 2020 11:30:21 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48f3Qj0rBlz3wmj; Fri, 13 Mar 2020 11:30:21 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0FFCA56DB; Fri, 13 Mar 2020 11:30:21 +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 02DBUK3O028512; Fri, 13 Mar 2020 11:30:20 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02DBUKmB028507; Fri, 13 Mar 2020 11:30:20 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <202003131130.02DBUKmB028507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Fri, 13 Mar 2020 11:30:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528345 - head/mail/postfix X-SVN-Group: ports-head X-SVN-Commit-Author: ohauer X-SVN-Commit-Paths: head/mail/postfix X-SVN-Commit-Revision: 528345 X-SVN-Commit-Repository: ports 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.29 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: Fri, 13 Mar 2020 11:30:21 -0000 Author: ohauer Date: Fri Mar 13 11:30:20 2020 New Revision: 528345 URL: https://svnweb.freebsd.org/changeset/ports/528345 Log: - update to 3.4.10 - adjust PORTSCOUT to include 3.5.x - remove deprecated ports from CONFLICTS_INSTALL - add BLACKLISTD to OPTIONS_DEFAULT - MYSQL_USES s/=/?=/ to allow testbuild without defining XX MYSQL dedicated make.conf's in poudriere Modified: head/mail/postfix/Makefile head/mail/postfix/distinfo Modified: head/mail/postfix/Makefile ============================================================================== --- head/mail/postfix/Makefile Fri Mar 13 09:54:51 2020 (r528344) +++ head/mail/postfix/Makefile Fri Mar 13 11:30:20 2020 (r528345) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.4.9 -PORTREVISION?= 1 +DISTVERSION= 3.4.10 +PORTREVISION?= 0 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ @@ -24,11 +24,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_NAME_IPL10= IBM PUBLIC LICENSE VERSION 1.0 LICENSE_PERMS_IPL10= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -PORTSCOUT= limit:^3\.4\. +PORTSCOUT= limit:^3\.[4-5]\. -CONFLICTS_INSTALL?= courier-0.* opensmtpd-[0-9]* \ - sendmail-8.* sendmail+*-8.* smail-3.* zmailer-2.* \ - postfix-2.* postfix-base-2.* postfix21?-* postfix-current-* +CONFLICTS_INSTALL?= courier-0.* opensmtpd-[0-9]* sendmail-8.* sendmail+*-8.* \ + postfix-current-* USERS= postfix GROUPS= mail maildrop postfix @@ -45,7 +44,7 @@ OPTIONS_DEFINE= BDB BLACKLISTD CDB DOCS EAI INST_BASE OPTIONS_RADIO= RG1 OPTIONS_RADIO_RG1= SASLKRB5 SASLKMIT -OPTIONS_DEFAULT?= EAI PCRE TLS +OPTIONS_DEFAULT?= BLACKLISTD EAI PCRE TLS BDB_USES= bdb BLACKLISTD_EXTRA_PATCHES= ${FILESDIR}/extra-patch-blacklistd @@ -53,7 +52,7 @@ CDB_LIB_DEPENDS= libcdb.so:databases/tinycdb EAI_LIB_DEPENDS= libicuuc.so:devel/icu LDAP_USE= OPENLDAP=yes LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb -MYSQL_USES= mysql +MYSQL_USES?= mysql PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PGSQL_USES= pgsql SASLKMIT_LIB_DEPENDS= libkrb5.so:security/krb5 Modified: head/mail/postfix/distinfo ============================================================================== --- head/mail/postfix/distinfo Fri Mar 13 09:54:51 2020 (r528344) +++ head/mail/postfix/distinfo Fri Mar 13 11:30:20 2020 (r528345) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580741948 -SHA256 (postfix/postfix-3.4.9.tar.gz) = a4709cfb0626d064b71258b3395573d80e18a48fd11eff0cbf4a9e83455a2da7 -SIZE (postfix/postfix-3.4.9.tar.gz) = 4573241 +TIMESTAMP = 1584026640 +SHA256 (postfix/postfix-3.4.10.tar.gz) = 908a66fc38537a0047e8561e1bc0ef096c53357ffad16d2d728cd4fc8ae56654 +SIZE (postfix/postfix-3.4.10.tar.gz) = 4573370