guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: swaks: Use HTTPS home page and source URIs.


From: Arun Isaac
Subject: 01/01: gnu: swaks: Use HTTPS home page and source URIs.
Date: Sun, 18 Feb 2018 07:49:08 -0500 (EST)

arunisaac pushed a commit to branch master
in repository guix.

commit d72f59a4cf26c536fab6bd2938d10db178930288
Author: Arun Isaac <address@hidden>
Date:   Sun Feb 18 18:12:23 2018 +0530

    gnu: swaks: Use HTTPS home page and source URIs.
    
    * gnu/packages/mail.scm (swaks)[source]: Use HTTPS URI.
    [home-page]: Use HTTPS URI.
    [arguments]: Replace system* with invoke.
---
 gnu/packages/mail.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 03568a4..9cf564b 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -17,7 +17,7 @@
 ;;; Copyright © 2016, 2017 Troy Sankey <address@hidden>
 ;;; Copyright © 2016, 2017, 2018 ng0 <address@hidden>
 ;;; Copyright © 2016 Clément Lassieur <address@hidden>
-;;; Copyright © 2016, 2017 Arun Isaac <address@hidden>
+;;; Copyright © 2016, 2017, 2018 Arun Isaac <address@hidden>
 ;;; Copyright © 2016 John Darrington <address@hidden>
 ;;; Copyright © 2016 Marius Bakke <address@hidden>
 ;;; Copyright © 2017 Thomas Danckaert <address@hidden>
@@ -2252,7 +2252,7 @@ on the fly.  Both programs are written in C and are very 
fast.")
      (origin
        (method url-fetch)
        (uri (string-append
-             "http://jetmore.org/john/code/swaks/files/swaks-";
+             "https://jetmore.org/john/code/swaks/files/swaks-";
              version ".tar.gz"))
        (sha256
         (base32
@@ -2268,7 +2268,7 @@ on the fly.  Both programs are written in C and are very 
fast.")
          (delete 'configure)
          (replace 'build
            (lambda _
-             (zero? (system* "pod2man" "doc/ref.pod" "swaks.1"))))
+             (invoke "pod2man" "doc/ref.pod" "swaks.1")))
          (replace 'install
            (lambda* (#:key outputs #:allow-other-keys)
              (let ((out (assoc-ref outputs "out")))
@@ -2281,7 +2281,7 @@ on the fly.  Both programs are written in C and are very 
fast.")
                                           "/bin/swaks")
                `("PERL5LIB" ":" = (,(getenv "PERL5LIB"))))
              #t)))))
-    (home-page "http://jetmore.org/john/code/swaks/";)
+    (home-page "https://jetmore.org/john/code/swaks/";)
     (synopsis "Featureful SMTP test tool")
     (description "Swaks is a flexible, scriptable, transaction-oriented SMTP
 test tool.  It handles SMTP features and extensions such as TLS,



reply via email to

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