mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
- 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
This commit is contained in:
parent
fdd150430c
commit
8b0d952f89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528346
@ -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 LDAP LDAP_SASL \
|
||||
|
||||
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 this
|
||||
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=
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user