commit: 8724a6c97315cf4ef0d304e0674e06f1b364ef79
Author: Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 12 15:19:07 2020 +0000
Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Thu Mar 12 15:19:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8724a6c9
mail-mta/postfix: bump to 3.6_pre20200312
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Eray Aslan <eras <AT> gentoo.org>
mail-mta/postfix/Manifest | 2 +-
...-3.6_pre20200308.ebuild => postfix-3.6_pre20200312.ebuild} | 11 -----------
2 files changed, 1 insertion(+), 12 deletions(-)
diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index 3f8a8f25a53..f97b37bd5be 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -4,4 +4,4 @@ DIST postfix-3.4.7.tar.gz 4572758 BLAKE2B
8d811293672fc2a1e0e3276fadd172d9e130a3
DIST postfix-3.4.8.tar.gz 4573099 BLAKE2B
cef447c8eeb9e2afbb869a94c5d67680ed7e633ea23108c1c109b632bd3f53f9f666302e8d1dac70affcd7d02d27b71a83b06c8e4564b6187268aa656b4c8132
SHA512
782fe83e4b40c7aadfb4c55850db4c7163dd0f647f4ef133e59f7b47c993b2b4fa6c43ebbc45131caa54d968259f9c8568f47e81bfccda02ab142be52aa95d45
DIST postfix-3.4.9.tar.gz 4573241 BLAKE2B
6f6bd977d4670328aa89a296c0d92d7022a85e289b5197ad46f80e0fb88af565ca93f2affab50c742dd05010aa9a9ea2a68264c07f986ad39a6c1d7d6dec8300
SHA512
9038850d79bf19460d55dede2dd97e6f4bd8255363b4004704e5f0493bf9b1c0729f5bb11663ba6f6ed34177205609f72401b0f55d1d9dbce5398b4603a0a991
DIST postfix-3.5.0-RC1.tar.gz 4609583 BLAKE2B
c97f447973ce8b740f5a9be2c90ebbdd7b3cb65e2c6cab478f5c3a81df713dc1b41592c44ac4e67007367a2bca7cd38f47d1147b67cf7067f28875df88f85146
SHA512
084606735d9cfd51d35c8bc7ebe0edae0db3708272d612dd86c16e58aaf0325e22f573355fe93bd9ee1c327c53fb9f904395d21ce70998e2b948913279525985
-DIST postfix-3.6-20200308.tar.gz 4627279 BLAKE2B
26824b503cadf6f0f765a88bd62528ab3e4b10e069abd129f49e4d1c22d169142c58ef4285251ea42a1a6dd5d2efe687baff4ae98163846fa09ed1e8eddcecfa
SHA512
69173f501c527214f71ec6c1846f322ceaed75ad3d7c3580ca4378c3aabe47f3af3988c0a716e41861155a31f6053de6f53ebc25310336f7168500fe860cecdb
+DIST postfix-3.6-20200312.tar.gz 4627846 BLAKE2B
4cdfa862748d336006d108c2bfbb82797f88f0bcc54b266152ea16aa104f7b544c1c0ce7cf9a70311205a76b75660ff3cd1f27ed1a695d1cdab62075bd349a3b
SHA512
3e8ad1518f4a9c730495a588ac2d2b87cf904a8d69a06c56d113a6bd2155f502cc98955967436250cc25407a59422ef235ff8b928e932f905cc77f8cdd1b673d
diff --git a/mail-mta/postfix/postfix-3.6_pre20200308.ebuild
b/mail-mta/postfix/postfix-3.6_pre20200312.ebuild
similarity index 96%
rename from mail-mta/postfix/postfix-3.6_pre20200308.ebuild
rename to mail-mta/postfix/postfix-3.6_pre20200312.ebuild
index c1f9fa6fc3f..0a64c171fce 100644
--- a/mail-mta/postfix/postfix-3.6_pre20200308.ebuild
+++ b/mail-mta/postfix/postfix-3.6_pre20200312.ebuild
@@ -279,17 +279,6 @@ src_install() {
systemd_dounit "${FILESDIR}/${PN}.service"
}
-pkg_preinst() {
- if has_version '<mail-mta/postfix-3.4'; then
- elog
- elog "Postfix-3.4 introduces a new master.cf service 'postlog'"
- elog "with type 'unix-dgram' that is used by the new
postlogd(8) daemon."
- elog "Before backing out to an older Postfix version, edit the
master.cf"
- elog "file and remove the postlog entry."
- elog
- fi
-}
-
pkg_postinst() {
if [[ ! -e /etc/mail/aliases.db ]] ; then
ewarn