aboutsummaryrefslogtreecommitdiff
path: root/sysutils/plocate
diff options
context:
space:
mode:
authorStefan `Sec` Zehl <sec@42.org>2023-06-12 08:17:15 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-06-13 14:39:09 +0000
commitc6f31f2441cbdaefe722197eb20d6ae37aac191b (patch)
tree5114a6e76bbc138c6cf97458c082807b77571dc7 /sysutils/plocate
parentbc1d1a429be64127ade2034fdf416446e4dc5d1f (diff)
downloadports-c6f31f2441cbdaefe722197eb20d6ae37aac191b.tar.gz
ports-c6f31f2441cbdaefe722197eb20d6ae37aac191b.zip
sysutils/plocate: update to 1.1.19
PR: 271956 Reported by: sec@42.org (maintainer)
Diffstat (limited to 'sysutils/plocate')
-rw-r--r--sysutils/plocate/Makefile2
-rw-r--r--sysutils/plocate/distinfo6
-rw-r--r--sysutils/plocate/files/patch-updatedb.cpp11
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>