summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2015-05-27 12:46:51 +0000
committerJason A. Donenfeld <zx2c4@gentoo.org>2015-05-27 12:46:51 +0000
commit7c644acaad06a4a7b14e381d8e58b91816ce9d65 (patch)
tree436b554b3c696d409f1dd88ffa6cec4a15b5dd07 /mail-mta
parentRemove old. (diff)
downloadgentoo-2-7c644acaad06a4a7b14e381d8e58b91816ce9d65.tar.gz
gentoo-2-7c644acaad06a4a7b14e381d8e58b91816ce9d65.tar.bz2
gentoo-2-7c644acaad06a4a7b14e381d8e58b91816ce9d65.zip
Version bump
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 55758000)
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/opensmtpd/ChangeLog9
-rw-r--r--mail-mta/opensmtpd/opensmtpd-5.4.5.201505241924_p1.ebuild (renamed from mail-mta/opensmtpd/opensmtpd-5.4.4.201501060207_p1.ebuild)16
2 files changed, 19 insertions, 6 deletions
diff --git a/mail-mta/opensmtpd/ChangeLog b/mail-mta/opensmtpd/ChangeLog
index 068a20fca832..61726d02e574 100644
--- a/mail-mta/opensmtpd/ChangeLog
+++ b/mail-mta/opensmtpd/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for mail-mta/opensmtpd
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v 1.66 2015/05/27 12:39:40 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v 1.67 2015/05/27 12:46:51 zx2c4 Exp $
+
+*opensmtpd-5.4.5.201505241924_p1 (27 May 2015)
+
+ 27 May 2015; Jason A. Donenfeld <zx2c4@gentoo.org>
+ +opensmtpd-5.4.5.201505241924_p1.ebuild,
+ -opensmtpd-5.4.4.201501060207_p1.ebuild:
+ Version bump
*opensmtpd-5.4.5_p2 (27 May 2015)
diff --git a/mail-mta/opensmtpd/opensmtpd-5.4.4.201501060207_p1.ebuild b/mail-mta/opensmtpd/opensmtpd-5.4.5.201505241924_p1.ebuild
index 636a0f4b8669..912ebfb6b3f2 100644
--- a/mail-mta/opensmtpd/opensmtpd-5.4.4.201501060207_p1.ebuild
+++ b/mail-mta/opensmtpd/opensmtpd-5.4.5.201505241924_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.4.4.201501060207_p1.ebuild,v 1.1 2015/01/08 16:17:52 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.4.5.201505241924_p1.ebuild,v 1.1 2015/05/27 12:46:51 zx2c4 Exp $
EAPI=5
@@ -17,13 +17,12 @@ SRC_URI="https://www.opensmtpd.org/archives/${MY_P/_}.tar.gz"
LICENSE="ISC BSD BSD-1 BSD-2 BSD-4"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="pam sqlite +mta"
+IUSE="pam +mta"
DEPEND="dev-libs/openssl
sys-libs/zlib
pam? ( virtual/pam )
sys-libs/db
- sqlite? ( dev-db/sqlite:3 )
dev-libs/libevent
app-misc/ca-certificates
net-mail/mailbase
@@ -45,7 +44,7 @@ RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P/_}
src_prepare() {
- epatch "${FILESDIR}/${PN}"-5.4.4_p1-setgroups-header.patch
+ epatch "${FILESDIR}/${PN}-5.4.5_p2-libevent-version-macro.patch"
epatch_user
eautoreconf
}
@@ -59,7 +58,6 @@ src_configure() {
--with-sock-dir=/var/run \
--sysconfdir=/etc/opensmtpd \
--with-ca-file=/etc/ssl/certs/ca-certificates.crt \
- $(use_with sqlite experimental-sqlite) \
$(use_with pam)
}
@@ -82,3 +80,11 @@ pkg_preinst() {
enewgroup smtpq 252
enewuser smtpq 252 -1 /var/empty smtpq
}
+
+pkg_postinst() {
+ einfo
+ einfo "Note that support for SQLite, MySQL, PostgreSQL, LDAP,"
+ einfo "socketmaps, Redis, and other useful addons has been moved"
+ einfo "to mail-mta/opensmtpd-extras."
+ einfo
+}