diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-07-09 20:22:54 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-07-09 20:22:54 +0000 |
commit | bac82ba4a6a8bae9d255183f668dbd03e78d12e7 (patch) | |
tree | 8cdceb2360be0f16ada067dc01cfb176e979a1e6 | |
parent | use sed -i in src_unpack (diff) | |
download | gentoo-2-bac82ba4a6a8bae9d255183f668dbd03e78d12e7.tar.gz gentoo-2-bac82ba4a6a8bae9d255183f668dbd03e78d12e7.tar.bz2 gentoo-2-bac82ba4a6a8bae9d255183f668dbd03e78d12e7.zip |
bug #23658 - removed the auto ssl config generation
-rw-r--r-- | net-mail/ssmtp/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/ssmtp/Manifest | 8 | ||||
-rw-r--r-- | net-mail/ssmtp/ssmtp-2.60.3.ebuild | 53 |
3 files changed, 28 insertions, 38 deletions
diff --git a/net-mail/ssmtp/ChangeLog b/net-mail/ssmtp/ChangeLog index e3c6b4e5425e..2f0c13e7118d 100644 --- a/net-mail/ssmtp/ChangeLog +++ b/net-mail/ssmtp/ChangeLog @@ -1,8 +1,11 @@ # ChangeLog for net-mail/ssmtp # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ssmtp/ChangeLog,v 1.15 2003/06/15 21:32:44 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ssmtp/ChangeLog,v 1.16 2003/07/09 20:22:54 raker Exp $ + 09 Jul 2003; Nick Hadaway <raker@gentoo.org> ssmtp-2.60.3.ebuild: + Removed the auto ssl enable config generation. See bug #22658 + *ssmtp-2.60.3 (09 Jun 2003) 15 Jun 2003; Joshua Kinard <kumba@gentoo.org> : diff --git a/net-mail/ssmtp/Manifest b/net-mail/ssmtp/Manifest index fe3e4df13449..fc294e121149 100644 --- a/net-mail/ssmtp/Manifest +++ b/net-mail/ssmtp/Manifest @@ -1,8 +1,8 @@ -MD5 6c84383f1699f1f238302e4e0e15146a ChangeLog 2365 -MD5 6096cf673dfb54bc14f20a14bc9cc8eb ssmtp-2.38.14-r1.ebuild 1506 MD5 1a895df2684790d43bc35e951bc035d7 ssmtp-2.48.ebuild 1580 -MD5 624bccc397ad50cf718d957c2d546a54 ssmtp-2.60.3.ebuild 2626 -MD5 0c220581f9fe43f95d74864b63cf5121 files/digest-ssmtp-2.38.14-r1 64 +MD5 105b0702049fd7a5ff3bf1cde223bf62 ssmtp-2.60.3.ebuild 2309 +MD5 768a5fe4aec91eedf84101743860928f ChangeLog 2499 +MD5 6096cf673dfb54bc14f20a14bc9cc8eb ssmtp-2.38.14-r1.ebuild 1506 MD5 7acea6571783e2e8d40bb7aafad39d21 files/digest-ssmtp-2.48 62 +MD5 0c220581f9fe43f95d74864b63cf5121 files/digest-ssmtp-2.38.14-r1 64 MD5 fdf4a04b5fc0cec5d1e9b0cf355d0567 files/digest-ssmtp-2.60.3 64 MD5 93225fbc5fd7b8e5500c7b1c85b63fdf files/starttls.diff 4277 diff --git a/net-mail/ssmtp/ssmtp-2.60.3.ebuild b/net-mail/ssmtp/ssmtp-2.60.3.ebuild index 0bc389c1b513..fd1086f056a6 100644 --- a/net-mail/ssmtp/ssmtp-2.60.3.ebuild +++ b/net-mail/ssmtp/ssmtp-2.60.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ssmtp/ssmtp-2.60.3.ebuild,v 1.3 2003/06/15 21:32:44 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ssmtp/ssmtp-2.60.3.ebuild,v 1.4 2003/07/09 20:22:54 raker Exp $ DESCRIPTION="Extremely simple MTA to get mail off the system to a Mailhub" SRC_URI="ftp://ftp.es.debian.org/debian/pool/main/s/ssmtp/ssmtp_${PV}.tar.gz" @@ -53,39 +53,26 @@ src_install() { newdoc ssmtp-2.60.lsm insinto /etc/ssmtp doins ssmtp.conf revaliases -} - -#pkg_config() { -# -# local conffile="/etc/ssmtp/ssmtp.conf" -# local hostname=`hostname -f` -# local domainname=`hostname -d` -# mv ${conffile} ${conffile}.orig -# sed -e "s:rewriteDomain=:rewriteDomain=${domainname}:g" \ -# -e "s:_HOSTNAME_:${hostname}:" \ -# -e "s:^mailhub=mail:mailhub=mail.${domainname}:g" \ -# ${conffile}.orig > ${conffile} -#} - -pkg_postinst() { - local conffile="/etc/ssmtp/ssmtp.conf" - local hostname=`hostname -f` - local domainname=`hostname -d` - mv ${conffile} ${conffile}.orig - sed -e "s:rewriteDomain=:rewriteDomain=${domainname}:g" \ - -e "s:_HOSTNAME_:${hostname}:" \ - -e "s:^mailhub=mail:mailhub=mail.${domainname}:g" \ - ${conffile}.orig > ${conffile}.pre - - if [ `use ssl` ]; - then - sed -e "s:^#UseTLS=YES:UseTLS=YES:g" \ - ${conffile}.pre > ${conffile} - mv ${conffile}.pre ${conffile}.orig - else - mv ${conffile}.pre ${conffile} - fi + # Set up config file + # See bug #22658 + #local conffile="/etc/ssmtp/ssmtp.conf" + #local hostname=`hostname -f` + #local domainname=`hostname -d` + #mv ${conffile} ${conffile}.orig + #sed -e "s:rewriteDomain=:rewriteDomain=${domainname}:g" \ + # -e "s:_HOSTNAME_:${hostname}:" \ + # -e "s:^mailhub=mail:mailhub=mail.${domainname}:g" \ + # ${conffile}.orig > ${conffile}.pre + #if [ `use ssl` ]; + #then + # sed -e "s:^#UseTLS=YES:UseTLS=YES:g" \ + # ${conffile}.pre > ${conffile} + # mv ${conffile}.pre ${conffile}.orig + #else + # mv ${conffile}.pre ${conffile} + #fi } + |