diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2020-11-07 11:42:15 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2020-11-07 11:42:15 +0000 |
commit | 8693f214e61bf5680ef5ce4aefa04dce9baea521 (patch) | |
tree | 3288f75a1b8d8ebbe876e0bca62fd66895947b1b /mail/postfix-current | |
parent | Fetch from my repository to simplify port (diff) |
- update to 3.6-20201104
- shut up sed_checked.sh (it is not really helpful with RE replacements on 140+ files with 50% hit rate)
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 29d6dff7160f..d71a43f66489 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.6-20201026 -PORTREVISION?= 1 +DISTVERSION= 3.6-20201104 +PORTREVISION?= 0 PORTEPOCH= 6 CATEGORIES= mail MASTER_SITES= http://ftp.porcupine.org/mirrors/postfix-release/ \ @@ -303,7 +303,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-current/distinfo b/mail/postfix-current/distinfo index b8fccc8ab1a4..f3d5936def55 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1603753796 -SHA256 (postfix/postfix-3.6-20201026.tar.gz) = 69ea85cc15b18efffef02af0656440acb1a37c61b5e0b2062ea416435a1afe1b -SIZE (postfix/postfix-3.6-20201026.tar.gz) = 4658969 +TIMESTAMP = 1604536943 +SHA256 (postfix/postfix-3.6-20201104.tar.gz) = 4179b57eb0d46bc873ce2ee7434e2e72f31197e1ae573a0b057b6d67182a6b01 +SIZE (postfix/postfix-3.6-20201104.tar.gz) = 4660754 |