Gentoo Archives: gentoo-commits

From: "Jason A. Donenfeld" <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/opensmtpd/
Date: Sat, 23 May 2020 23:09:03
Message-Id: 1590275332.7bc012dd998ad9dacf93cbc53e556499febd9e5b.zx2c4@gentoo
1 commit: 7bc012dd998ad9dacf93cbc53e556499febd9e5b
2 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 22:58:11 2020 +0000
4 Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 23:08:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc012dd
7
8 mail-mta/opensmtpd: bump to 6.7.0_p1
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>
12
13 mail-mta/opensmtpd/Manifest | 2 +-
14 .../{opensmtpd-6.6.4_p1.ebuild => opensmtpd-6.7.0_p1.ebuild} | 8 --------
15 2 files changed, 1 insertion(+), 9 deletions(-)
16
17 diff --git a/mail-mta/opensmtpd/Manifest b/mail-mta/opensmtpd/Manifest
18 index ef56b7e6d94..af35f47b00d 100644
19 --- a/mail-mta/opensmtpd/Manifest
20 +++ b/mail-mta/opensmtpd/Manifest
21 @@ -1 +1 @@
22 -DIST opensmtpd-6.6.4p1.tar.gz 790754 BLAKE2B 18cc19569ae764eff3d672cbfb87df7bd00afcce93705ad128e935c0a47a246c3a6166fca7b6f844c0dd5e728492d8aeb7e0f8a8c1f5a756bf356ae9afb80852 SHA512 267307c91f4fcf21624b0897dfb1f5638b77da7b8d9a02211d734ed2cc5bd39ea7542ae7f200255e2945518fbe7609a0e5aa4e5c6dcb8146014f08b3845c108b
23 +DIST opensmtpd-6.7.0p1.tar.gz 860022 BLAKE2B 5795902830a854415053f561c6e7b3087fc1b7860e64a7b673b8142bec6a36018ea175b1d0794823894555a333517e19857291f1049843d8c714a8e037cb5125 SHA512 c7cdc24a0ce2d7d6db9ec25fb4b844cb7d73fddb0246da8727c4a81c9fe532e67aa64dcbebdb5d1811ceffb6d281936c8afa29ea094810b3bf29d5e5bbd54e5f
24
25 diff --git a/mail-mta/opensmtpd/opensmtpd-6.6.4_p1.ebuild b/mail-mta/opensmtpd/opensmtpd-6.7.0_p1.ebuild
26 similarity index 89%
27 rename from mail-mta/opensmtpd/opensmtpd-6.6.4_p1.ebuild
28 rename to mail-mta/opensmtpd/opensmtpd-6.7.0_p1.ebuild
29 index 143540cb4f1..115b05b5c44 100644
30 --- a/mail-mta/opensmtpd/opensmtpd-6.6.4_p1.ebuild
31 +++ b/mail-mta/opensmtpd/opensmtpd-6.7.0_p1.ebuild
32 @@ -71,11 +71,3 @@ src_install() {
33 ln -s --relative "${ED}"/usr/sbin/smtpctl "${ED}"/usr/$(get_libdir)/sendmail || die
34 fi
35 }
36 -
37 -pkg_postinst() {
38 - ewarn
39 - ewarn "If you're upgrading from version 6.0, note that the"
40 - ewarn "configuration syntax has changed, and config files"
41 - ewarn "now live in /etc/smtpd instead of /etc/opensmtpd."
42 - ewarn
43 -}