diff options
author | Juraj Lutter <otis@FreeBSD.org> | 2022-10-08 21:29:39 +0000 |
---|---|---|
committer | Juraj Lutter <otis@FreeBSD.org> | 2022-10-08 21:29:39 +0000 |
commit | 4ee8f2b0026cf7e4b98e407d72f10cf00f320dcc (patch) | |
tree | bd0b44dd77470a7e700b52ce5a09691f6f016f03 | |
parent | 0c34c5fd80f37c4d802092c9768cf272754dd9ab (diff) | |
download | ports-4ee8f2b0026cf7e4b98e407d72f10cf00f320dcc.tar.gz ports-4ee8f2b0026cf7e4b98e407d72f10cf00f320dcc.zip |
mail/postfix: Update to 3.7.3
Reported by: portscout
-rw-r--r-- | mail/postfix/Makefile | 9 | ||||
-rw-r--r-- | mail/postfix/distinfo | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index b0db175436fa..3540db4810df 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ PORTNAME= postfix -DISTVERSION= 3.7.2 -PORTREVISION?= 1 +DISTVERSION= 3.7.3 +PORTREVISION?= 0 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://ftp.porcupine.org/mirrors/postfix-release/ \ @@ -61,11 +61,10 @@ OPTIONS_SLAVE= LDAP .elif ${FLAVOR:U} == sasl OPTIONS_SLAVE= SASL .endif -OPTIONS_SUB= yes - .if !empty(FLAVOR) && ${FLAVOR:U} != default OPTIONS_FILE= ${PORT_DBDIR}/${OPTIONS_NAME}/${FLAVOR}-options .endif +OPTIONS_SUB= yes BLACKLISTD_DESC= Enable blacklistd support CDB_DESC= CDB maps lookups @@ -73,7 +72,7 @@ EAI_DESC= Email Address Internationalization (SMTPUTF8) support INST_BASE_DESC= Install into /usr and /etc/postfix LDAP_DESC= LDAP maps (uses WITH_OPENLDAP_VER) LMDB_DESC= LMDB maps -PCRE2_DESC= Use Perl Compatible Regular Expressions, version 2 +PCRE2_DESC= Use Perl Compatible Regular Expressions, version 2 RG1_DESC= Kerberos network authentication protocol type SASLKMIT_DESC= If your SASL req. MIT Kerberos5, select this SASLKRB5_DESC= If your SASL req. Kerberos5, select this diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index c9ee8dde4532..f9f28658c4d3 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651214839 -SHA256 (postfix/postfix-3.7.2.tar.gz) = 3785f76c2924a02873c0be0f0cd124a9166fc1aaf77ea2a06bd4ad795a6ed416 -SIZE (postfix/postfix-3.7.2.tar.gz) = 4824424 +TIMESTAMP = 1665263673 +SHA256 (postfix/postfix-3.7.3.tar.gz) = d22f3d37ef75613d5d573b56fc51ef097f2c0d0b0e407923711f71c1fb72911b +SIZE (postfix/postfix-3.7.3.tar.gz) = 4825380 |