emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54753: closed ([PATCH] gnu: Add smtpmail)


From: GNU bug Tracking System
Subject: bug#54753: closed ([PATCH] gnu: Add smtpmail)
Date: Tue, 12 Apr 2022 21:56:01 +0000

Your message dated Tue, 12 Apr 2022 23:54:54 +0200
with message-id <87k0buarwx.fsf@gnu.org>
and subject line Re: bug#54753: [PATCH] gnu: Add smtpmail
has caused the debbugs.gnu.org bug report #54753,
regarding [PATCH] gnu: Add smtpmail
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54753: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54753
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add smtpmail Date: Wed, 6 Apr 2022 13:17:12 -0400 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1
Here is a patch to add smtpmail.

Cheers.

Attachment: 0001-gnu-Add-smtpmail.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#54753: [PATCH] gnu: Add smtpmail Date: Tue, 12 Apr 2022 23:54:54 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Justin Veilleux <terramorpha@cock.li> skribis:

> From c1c1dea4834c47adf7269070831696f28ffb949d Mon Sep 17 00:00:00 2001
> From: terramorpha <terramorpha@cock.li>
> Date: Wed, 6 Apr 2022 13:11:52 -0400
> Subject: [PATCH] gnu: Add smtpmail.
>
> * gnu/packages/mail.scm (smtpmail): New variable.

Applied with the changes below.  License is ‘gpl2+’ because source file
headers says “or any later version”.

Thanks,
Ludo’.

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 6dc8db526f..5dd7f3b33e 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4606,17 +4606,15 @@ (define-public smtpmail
     (source
      (origin
        (method url-fetch)
-       (uri
-        (string-append
-         "http://download.savannah.nongnu.org/releases/smtpmail/smtpmail-";
-         version
-         ".tar.gz"))
-       (sha256 (base32 
"08ap2l2g2avkq2jx05jy993517vvapmypg7j5cwl8gvpq436gdh5"))))
+       (uri (string-append "mirror://savannah/smtpmail/smtpmail-"
+                           version ".tar.gz"))
+       (sha256
+        (base32 "08ap2l2g2avkq2jx05jy993517vvapmypg7j5cwl8gvpq436gdh5"))))
     (build-system gnu-build-system)
     (home-page "https://www.nongnu.org/smtpmail/";)
     (synopsis "SMTP utility")
     (description
      "smtpmail is a little console-based tool for users who have no local
-mailserver on her machine. it enables these users to send their mail over a
-remote smtp server.")
-    (license license:gpl2)))
+mailserver on their machine.  It enables these users to send their mail over a
+remote SMTP server.")
+    (license license:gpl2+)))

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]