1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

sysutils/plocate: update to 1.1.19

PR:		271956
Reported by:	sec@42.org (maintainer)
This commit is contained in:
Stefan `Sec` Zehl 2023-06-12 10:17:15 +02:00 committed by Fernando Apesteguía
parent bc1d1a429b
commit c6f31f2441
3 changed files with 4 additions and 15 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= plocate
DISTVERSION= 1.1.18
DISTVERSION= 1.1.19
CATEGORIES= sysutils
MASTER_SITES= https://plocate.sesse.net/download/

View File

@ -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

View File

@ -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>