diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-05-02 23:43:45 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-05-02 23:43:45 +0000 |
commit | 5cae9737f63bebbf04ef6497830d6839646ba71c (patch) | |
tree | b6d1c21eff0bba62e8644571dd28894d47cd1467 /mail-mta/nbsmtp/files | |
parent | copyright fixed (diff) | |
download | gentoo-2-5cae9737f63bebbf04ef6497830d6839646ba71c.tar.gz gentoo-2-5cae9737f63bebbf04ef6497830d6839646ba71c.tar.bz2 gentoo-2-5cae9737f63bebbf04ef6497830d6839646ba71c.zip |
version bump (-r1 is mailer.eclass aware and p.masked)
(Portage version: 2.0.51.19)
Diffstat (limited to 'mail-mta/nbsmtp/files')
-rw-r--r-- | mail-mta/nbsmtp/files/digest-nbsmtp-0.99 | 1 | ||||
-rw-r--r-- | mail-mta/nbsmtp/files/digest-nbsmtp-0.99-r1 | 1 | ||||
-rwxr-xr-x | mail-mta/nbsmtp/files/nbqueue | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/mail-mta/nbsmtp/files/digest-nbsmtp-0.99 b/mail-mta/nbsmtp/files/digest-nbsmtp-0.99 new file mode 100644 index 000000000000..fbb9bec06f0d --- /dev/null +++ b/mail-mta/nbsmtp/files/digest-nbsmtp-0.99 @@ -0,0 +1 @@ +MD5 36db70c4f8f9aa31dc5f417d8cbdd1d2 nbsmtp-0.99.tar.bz2 103949 diff --git a/mail-mta/nbsmtp/files/digest-nbsmtp-0.99-r1 b/mail-mta/nbsmtp/files/digest-nbsmtp-0.99-r1 new file mode 100644 index 000000000000..fbb9bec06f0d --- /dev/null +++ b/mail-mta/nbsmtp/files/digest-nbsmtp-0.99-r1 @@ -0,0 +1 @@ +MD5 36db70c4f8f9aa31dc5f417d8cbdd1d2 nbsmtp-0.99.tar.bz2 103949 diff --git a/mail-mta/nbsmtp/files/nbqueue b/mail-mta/nbsmtp/files/nbqueue index bcfc56a90294..6eeee7e83d18 100755 --- a/mail-mta/nbsmtp/files/nbqueue +++ b/mail-mta/nbsmtp/files/nbqueue @@ -10,7 +10,7 @@ shopt -s nullglob -QUEUEDIR=~/.nbsmtp/.queue +QUEUEDIR=${QUEUEDIR:-~/.nbsmtp/.queue} messageid() { sed -n -e '1,/^$/ { |