diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2020-11-09 14:26:11 +0800 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2020-11-09 14:26:11 +0800 |
commit | 7576ea5198dd11d688711ad82053341657a618ef (patch) | |
tree | ad0006a0bd6cdd6f1d3fd7ba059ab8fafb9ab122 /mail | |
parent | 20c7d0051b6b6e9374df162ab77e1b39ca35221b (diff) | |
download | freebsd-ports-gnome-7576ea5198dd11d688711ad82053341657a618ef.tar.gz freebsd-ports-gnome-7576ea5198dd11d688711ad82053341657a618ef.tar.zst freebsd-ports-gnome-7576ea5198dd11d688711ad82053341657a618ef.zip |
- update to 3.5.8
- shut up sed_checked.sh (it is not really helpful with RE replacements on 140+ files with 50% hit rate)
MFH: 2020Q4
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 703c217d29ad..d7052187a2ba 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.5.7 -PORTREVISION?= 1 +DISTVERSION= 3.5.8 +PORTREVISION?= 0 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ @@ -300,7 +300,7 @@ pre-patch: ${WRKSRC}/src/global/mail_params.h @${FIND} -X ${WRKSRC}/README_FILES ${WRKSRC}/conf ${WRKSRC}/man \ -type f -a ! \( -name INSTALL -o -name aliases \) | ${XARGS} \ - ${REINPLACE_CMD} -E -e '${REINPLACE}' + ${REINPLACE_CMD} -i '' -E -e '${REINPLACE}' post-patch: .for f in ${HTML1} diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 7deeb1bebcda..9990ec6aeb20 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1598797087 -SHA256 (postfix/postfix-3.5.7.tar.gz) = b7a474f14e153dc7cbf6af38419729bc5af5c3c37aecf6b327a8f962158f0961 -SIZE (postfix/postfix-3.5.7.tar.gz) = 4613756 +TIMESTAMP = 1604787932 +SHA256 (postfix/postfix-3.5.8.tar.gz) = 22582628cf3edc18c5155c9ff44543dd95a9435fb68135d76a99f572cb07456f +SIZE (postfix/postfix-3.5.8.tar.gz) = 4614733 |