git: c6f31f2441cb - main - sysutils/plocate: update to 1.1.19
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Jun 2023 14:44:15 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=c6f31f2441cbdaefe722197eb20d6ae37aac191b commit c6f31f2441cbdaefe722197eb20d6ae37aac191b Author: Stefan `Sec` Zehl <sec@42.org> AuthorDate: 2023-06-12 08:17:15 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-06-13 14:39:09 +0000 sysutils/plocate: update to 1.1.19 PR: 271956 Reported by: sec@42.org (maintainer) --- sysutils/plocate/Makefile | 2 +- sysutils/plocate/distinfo | 6 +++--- sysutils/plocate/files/patch-updatedb.cpp | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/sysutils/plocate/Makefile b/sysutils/plocate/Makefile index 034a86cd6954..d83c0ac8c2da 100644 --- a/sysutils/plocate/Makefile +++ b/sysutils/plocate/Makefile @@ -1,5 +1,5 @@ PORTNAME= plocate -DISTVERSION= 1.1.18 +DISTVERSION= 1.1.19 CATEGORIES= sysutils MASTER_SITES= https://plocate.sesse.net/download/ diff --git a/sysutils/plocate/distinfo b/sysutils/plocate/distinfo index 9e8a1adee1e9..aacf8bb110dd 100644 --- a/sysutils/plocate/distinfo +++ b/sysutils/plocate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680026625 -SHA256 (plocate-1.1.18.tar.gz) = 939657050b70719b01ce04fc1c8b64270062a0d53da2c72eafbe036a1964e12c -SIZE (plocate-1.1.18.tar.gz) = 73906 +TIMESTAMP = 1686519928 +SHA256 (plocate-1.1.19.tar.gz) = d95bc8ee8a9f79b9f69ce63df53fb85b202139f243bbb84c399555eda22e6165 +SIZE (plocate-1.1.19.tar.gz) = 73964 diff --git a/sysutils/plocate/files/patch-updatedb.cpp b/sysutils/plocate/files/patch-updatedb.cpp deleted file mode 100644 index 65f5b4614d72..000000000000 --- a/sysutils/plocate/files/patch-updatedb.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- updatedb.cpp.orig 2023-05-04 07:34:10 UTC -+++ updatedb.cpp -@@ -44,7 +44,7 @@ any later version. - #include <memory> - #include <mntent.h> - #include <random> --#include <stdint.h> -+#include <cinttypes> - #include <stdio.h> - #include <stdlib.h> - #include <string.h>