Date: Fri, 13 Mar 2020 11:30:20 +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: r528345 - head/mail/postfix Message-ID: <202003131130.02DBUKmB028507@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003131130.02DBUKmB028507>