summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2013-06-05 16:59:27 +0000
committerJason A. Donenfeld <zx2c4@gentoo.org>2013-06-05 16:59:27 +0000
commitcb051c6e4f99399429198fb1bbe82c673a9f1650 (patch)
tree71ff59b4a38c7a5365c56fd4bc3d71dd97d48e40 /mail-mta
parentVersion bump. Revert to static data download (bug #454152). Removed old. (diff)
downloadgentoo-2-cb051c6e4f99399429198fb1bbe82c673a9f1650.tar.gz
gentoo-2-cb051c6e4f99399429198fb1bbe82c673a9f1650.tar.bz2
gentoo-2-cb051c6e4f99399429198fb1bbe82c673a9f1650.zip
Version bump.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A5DE03AE)
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/opensmtpd/ChangeLog8
-rw-r--r--mail-mta/opensmtpd/opensmtpd-5.3.3_p1.ebuild (renamed from mail-mta/opensmtpd/opensmtpd-5.3.2_p1-r1.ebuild)6
2 files changed, 10 insertions, 4 deletions
diff --git a/mail-mta/opensmtpd/ChangeLog b/mail-mta/opensmtpd/ChangeLog
index 99af9e0ca4ce..7946ac6ad614 100644
--- a/mail-mta/opensmtpd/ChangeLog
+++ b/mail-mta/opensmtpd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-mta/opensmtpd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v 1.17 2013/05/27 16:04:08 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/ChangeLog,v 1.18 2013/06/05 16:59:27 zx2c4 Exp $
+
+*opensmtpd-5.3.3_p1 (05 Jun 2013)
+
+ 05 Jun 2013; Jason A. Donenfeld <zx2c4@gentoo.org> +opensmtpd-5.3.3_p1.ebuild,
+ -opensmtpd-5.3.2_p1-r1.ebuild:
+ Version bump.
27 May 2013; Jason A. Donenfeld <zx2c4@gentoo.org> metadata.xml,
opensmtpd-5.3.2.201305241932_p1.ebuild, opensmtpd-5.3.2_p1-r1.ebuild:
diff --git a/mail-mta/opensmtpd/opensmtpd-5.3.2_p1-r1.ebuild b/mail-mta/opensmtpd/opensmtpd-5.3.3_p1.ebuild
index 695af18596f0..c2adac0a31c7 100644
--- a/mail-mta/opensmtpd/opensmtpd-5.3.2_p1-r1.ebuild
+++ b/mail-mta/opensmtpd/opensmtpd-5.3.3_p1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.3.2_p1-r1.ebuild,v 1.3 2013/05/27 16:04:08 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/opensmtpd/opensmtpd-5.3.3_p1.ebuild,v 1.1 2013/06/05 16:59:27 zx2c4 Exp $
EAPI=5
@@ -60,7 +60,7 @@ src_configure() {
--sysconfdir=/etc/opensmtpd \
$(use_with sqlite experimental-sqlite) \
$(use_with pam)
- #--with-lookup-user=smtpl will be available in the release after 5.3p1
+ #--with-lookup-user=smtpl will be available in the release after some point
}
src_install() {
@@ -83,7 +83,7 @@ pkg_preinst() {
enewgroup smtpq 252
enewuser smtpq 252 -1 /var/empty smtpq
- # For release after 5.3p1:
+ # For release after some point:
#enewgroup smtpl 253
#enewuser smtpl 253 -1 /var/empty smtpl
}