diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-06-05 03:05:04 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-08 17:58:36 +0100 |
commit | d426c5a4b2eac839497cc2cbeee4b87a1c9ee422 (patch) | |
tree | c3484b5625b583fc7da9cc3a7f53b4dc69186fa5 /Ports/nyancat/patches | |
parent | d69a79b03b8f2853b60773e38553d662a01ac269 (diff) | |
download | serenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip |
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/nyancat/patches')
-rw-r--r-- | Ports/nyancat/patches/0001-Install-to-usr-local.patch | 7 | ||||
-rw-r--r-- | Ports/nyancat/patches/0002-Use-d-for-time-diff-printing.patch | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/Ports/nyancat/patches/0001-Install-to-usr-local.patch b/Ports/nyancat/patches/0001-Install-to-usr-local.patch index 34b5671c45..7535a0f422 100644 --- a/Ports/nyancat/patches/0001-Install-to-usr-local.patch +++ b/Ports/nyancat/patches/0001-Install-to-usr-local.patch @@ -1,7 +1,7 @@ -From 7523e59d058e0455bc03d4c3154d18ffa5fdd92a Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner <gbeutner@serenityos.org> Date: Thu, 15 Apr 2021 15:43:18 +0200 -Subject: [PATCH 1/2] Install to /usr/local +Subject: [PATCH] Install to /usr/local --- Makefile | 6 ++++-- @@ -23,6 +23,3 @@ index 069b06c..34b38d8 100644 + gzip -9 -c < nyancat.1 > ${DESTDIR}/usr/local/share/man/man1/nyancat.1.gz .PHONY: FORCE all clean check dist distcheck install --- -2.36.1 - diff --git a/Ports/nyancat/patches/0002-Use-d-for-time-diff-printing.patch b/Ports/nyancat/patches/0002-Use-d-for-time-diff-printing.patch index b17b190fe3..59a9be9edd 100644 --- a/Ports/nyancat/patches/0002-Use-d-for-time-diff-printing.patch +++ b/Ports/nyancat/patches/0002-Use-d-for-time-diff-printing.patch @@ -1,7 +1,7 @@ -From e59fb37e9eeae4e68244a29d337047d7eb04c3c2 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner <gbeutner@serenityos.org> Date: Thu, 15 Apr 2021 15:43:18 +0200 -Subject: [PATCH 2/2] Use %d for time diff printing +Subject: [PATCH] Use %d for time diff printing --- src/nyancat.c | 2 +- @@ -20,6 +20,3 @@ index 537225c..f2965c1 100644 } /* Reset the last color so that the escape sequences rewrite */ last = 0; --- -2.36.1 - |