Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Mar 2020 11:32:23 +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: r528346 - head/mail/postfix-current
Message-ID:  <202003131132.02DBWNMG033272@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Fri Mar 13 11:32:23 2020
New Revision: 528346
URL: https://svnweb.freebsd.org/changeset/ports/528346

Log:
  - update to 3.5.0-RC2
  - bump PORTEPOCH
  - 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
  - add postlogd to STRIP_LIBEXEC

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

Modified: head/mail/postfix-current/Makefile
==============================================================================
--- head/mail/postfix-current/Makefile	Fri Mar 13 11:30:20 2020	(r528345)
+++ head/mail/postfix-current/Makefile	Fri Mar 13 11:32:23 2020	(r528346)
@@ -2,18 +2,18 @@
 # $FreeBSD$
 
 PORTNAME=	postfix
-DISTVERSION=	3.5-20200126
-PORTREVISION?=	1
-PORTEPOCH=	5
+DISTVERSION=	3.5.0-RC2
+PORTREVISION?=	0
+PORTEPOCH=	6
 CATEGORIES=	mail
-MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/ \
+MASTER_SITES=	http://ftp.porcupine.org/mirrors/postfix-release/ \
 		http://de.postfix.org/ftpmirror/ \
 		http://cdn.postfix.johnriley.me/mirrors/postfix-release/ \
 		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/|}
+MASTER_SITES:=	${MASTER_SITES:S|$|official/|}
 PKGNAMESUFFIX?=	-current
 DIST_SUBDIR=	${PORTNAME}
 
@@ -26,9 +26,8 @@ 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
 
-CONFLICTS_INSTALL?=	courier-0.* opensmtpd-[0-9]* \
-		sendmail-8.* sendmail+*-8.* smail-3.* zmailer-2.* postfix211-* \
-		postfix-[2|3].* postfix-base-[2|3].* postfix-sasl-[2|3].*
+CONFLICTS_INSTALL?=	courier-0.* opensmtpd-[0-9]* sendmail-8.* sendmail+*-8.* \
+		postfix-3.* postfix-base-3.* postfix-sasl-3.*
 
 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
@@ -80,9 +79,10 @@ SASLKMIT_DESC=	If your SASL req. MIT Kerberos5, select
 HTML1=	body_checks.5.html bounce.5.html postfix-power.png \
 	scache.8.html tlsmgr.8.html
 
-STRIP_LIBEXEC=	anvil bounce cleanup discard dnsblog error flush lmtp local master \
-		nqmgr oqmgr pickup pipe postscreen proxymap qmgr qmqpd scache showq \
-		smtp smtpd spawn tlsmgr tlsproxy trivial-rewrite verify virtual
+STRIP_LIBEXEC=	anvil bounce cleanup discard dnsblog error flush lmtp local \
+		master nqmgr oqmgr pickup pipe postlogd postscreen proxymap \
+		qmgr qmqpd scache showq smtp smtpd spawn tlsmgr tlsproxy \
+		trivial-rewrite verify virtual
 
 .if !defined(DEBUG)
 MAKEFILEFLAGS+=	DEBUG=

Modified: head/mail/postfix-current/distinfo
==============================================================================
--- head/mail/postfix-current/distinfo	Fri Mar 13 11:30:20 2020	(r528345)
+++ head/mail/postfix-current/distinfo	Fri Mar 13 11:32:23 2020	(r528346)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1580062380
-SHA256 (postfix/postfix-3.5-20200126.tar.gz) = 1f879bf699cda8459017f3fbeda681e14beb1ff6d71554afd52fdbd5f741ed32
-SIZE (postfix/postfix-3.5-20200126.tar.gz) = 4632707
+TIMESTAMP = 1584026580
+SHA256 (postfix/postfix-3.5.0-RC2.tar.gz) = b4181026418a1d2e1607c7e7624860703bd59c031c62c4b2ad07df0f34c01ffd
+SIZE (postfix/postfix-3.5.0-RC2.tar.gz) = 4609822



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003131132.02DBWNMG033272>