GNU bug report logs - #54362
[PATCH] gnu: cl-find-port: Update to 20190601.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Sat, 12 Mar 2022 23:19:02 UTC

Severity: normal

Tags: patch

Done: Raghav Gururajan <rg <at> raghavgururajan.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Raghav Gururajan <rg <at> raghavgururajan.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#54362: closed ([PATCH] gnu: cl-find-port: Update to 20190601.)
Date: Sun, 13 Mar 2022 08:54:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 13 Mar 2022 04:53:03 -0400
with message-id <dd708f44-6b0c-03fc-cf90-7d48c8bda486 <at> raghavgururajan.name>
and subject line Re: [PATCH] gnu: cl-find-port: Update to 20190601.
has caused the debbugs.gnu.org bug report #54362,
regarding [PATCH] gnu: cl-find-port: Update to 20190601.
to be marked as done.

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


-- 
54362: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54362
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: cl-find-port: Update to 20190601.
Date: Sat, 12 Mar 2022 18:18:08 -0500
* gnu/packages/lisp-xyz.scm (cl-find-port): Update to 20190601.
[version]: Use git-version function with date of commit.
---
 gnu/packages/lisp-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index fc18742e3c..53aa9c6ae5 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -5120,12 +5120,12 @@ (define-public cl-verbose
   (sbcl-package->cl-source-package sbcl-verbose))
 
 (define-public sbcl-find-port
-  (let ((commit "00c96a25af93a0f8681d34ec548861f2d7485478")
-        (revision "1"))
+  (let ((commit "811727f88d7f000623bf92fdb0e64678a7112a28")
+        (revision "2"))
     (package
       (name "sbcl-find-port")
       (build-system asdf-build-system/sbcl)
-      (version "0.1")
+      (version (git-version "20190601" revision commit))
       (home-page "https://github.com/eudoxia0/find-port")
       (source
        (origin
@@ -5136,7 +5136,7 @@ (define-public sbcl-find-port
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0d6dzbb45jh0rx90wgs6v020k2xa87mvzas3mvfzvivjvqqlpryq"))))
+           "1fw6q7d2bxxb7fqk548ylq8mx4sz95yc0q5h0rwd0mnqjrbwbari"))))
       (native-inputs
        (list sbcl-fiveam))
       (inputs
-- 
2.35.1



[Message part 3 (message/rfc822, inline)]
From: Raghav Gururajan <rg <at> raghavgururajan.name>
To: 54362-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: cl-find-port: Update to 20190601.
Date: Sun, 13 Mar 2022 04:53:03 -0400
[Message part 4 (text/plain, inline)]
I agree with T G-R. It should have been git-version from the beginning. 
Also, for packages with no releases, we usually start version and 
revision with "0", and increment revision by one for every update. Not 
sure why the version was started with "0.1", but lets keep it that way 
for now. :)

Pushed as 1a36fb51a8..f69727278b to master.
[OpenPGP_signature (application/pgp-signature, attachment)]

This bug report was last modified 3 years and 71 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.