summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2004-03-17 23:38:38 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2004-03-17 23:38:38 +0000
commit2cacbf99f96c033f9e4d7a25de7139d51abaa104 (patch)
tree1eae2843cef4379764f01d13ee53629f54577a0d /net-mail/ssmtp
parentInstall xrender.pc. (diff)
downloadhistorical-2cacbf99f96c033f9e4d7a25de7139d51abaa104.tar.gz
historical-2cacbf99f96c033f9e4d7a25de7139d51abaa104.tar.bz2
historical-2cacbf99f96c033f9e4d7a25de7139d51abaa104.zip
Another fixo.
Diffstat (limited to 'net-mail/ssmtp')
-rw-r--r--net-mail/ssmtp/ChangeLog5
-rw-r--r--net-mail/ssmtp/Manifest4
-rw-r--r--net-mail/ssmtp/ssmtp-2.60.4-r1.ebuild5
3 files changed, 8 insertions, 6 deletions
diff --git a/net-mail/ssmtp/ChangeLog b/net-mail/ssmtp/ChangeLog
index 2653c98e3994..2e2ff38904ea 100644
--- a/net-mail/ssmtp/ChangeLog
+++ b/net-mail/ssmtp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/ssmtp
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/ssmtp/ChangeLog,v 1.22 2004/03/17 23:14:00 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ssmtp/ChangeLog,v 1.23 2004/03/17 23:38:27 g2boojum Exp $
+
+ 17 Mar 2004; Grant Goodyear <g2boojum@hotmail.com> ssmtp-2.60.4-r1.ebuild:
+ Put /usr/lib/sendmail symlink back in.
17 Mar 2004; Grant Goodyear <g2boojum@hotmail.com> ssmtp-2.60.4-r1.ebuild:
Fixed missing 'inherit eutils'; thanks iggy!
diff --git a/net-mail/ssmtp/Manifest b/net-mail/ssmtp/Manifest
index 259086602457..7592d0d3822c 100644
--- a/net-mail/ssmtp/Manifest
+++ b/net-mail/ssmtp/Manifest
@@ -1,7 +1,7 @@
MD5 43dae1ddb8c819f22c66ee376684a0bf ssmtp-2.60.4.ebuild 2246
MD5 e71dd4913d6541d297157be220b3a88f ssmtp-2.48.ebuild 1566
-MD5 abee66f194c3eec56f2ae20e1cdf70ff ssmtp-2.60.4-r1.ebuild 2519
-MD5 7d4317ce43277903b8410ba6826b688e ChangeLog 3287
+MD5 da3ec389ddbb916da05dc66484f826bb ssmtp-2.60.4-r1.ebuild 2454
+MD5 d68a5c2bd580c761d5452b6457100ac2 ChangeLog 3406
MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161
MD5 b472b7b272a6ca524b636c605f387dd5 ssmtp-2.38.14-r1.ebuild 1489
MD5 7acea6571783e2e8d40bb7aafad39d21 files/digest-ssmtp-2.48 62
diff --git a/net-mail/ssmtp/ssmtp-2.60.4-r1.ebuild b/net-mail/ssmtp/ssmtp-2.60.4-r1.ebuild
index 1b7c22427da7..392bec5c7a97 100644
--- a/net-mail/ssmtp/ssmtp-2.60.4-r1.ebuild
+++ b/net-mail/ssmtp/ssmtp-2.60.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.4-r1.ebuild,v 1.2 2004/03/17 23:14:00 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/ssmtp/ssmtp-2.60.4-r1.ebuild,v 1.3 2004/03/17 23:38:38 g2boojum Exp $
DESCRIPTION="Extremely simple MTA to get mail off the system to a Mailhub"
SRC_URI="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/${P/-/_}.tar.gz"
@@ -54,8 +54,7 @@ src_install() {
#dosym /usr/sbin/ssmtp /usr/bin/mail
#The sendmail symlink is now handled by mailwrapper
#dosym /usr/sbin/ssmtp /usr/sbin/sendmail
- #Removing the /usr/lib/sendmail symlink for multiple-mta support.
- #dosym /usr/sbin/ssmtp /usr/lib/sendmail
+ dosym /usr/sbin/sendmail /usr/lib/sendmail
doman ssmtp.8
#removing the sendmail.8 symlink to support multiple installed mtas.
#dosym /usr/share/man/man8/ssmtp.8 /usr/share/man/man8/sendmail.8