View | Details | Raw Unified | Return to bug 271956
Collapse All | Expand All

(-)b/plocate/Makefile (-1 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	plocate
1
PORTNAME=	plocate
2
DISTVERSION=	1.1.18
2
DISTVERSION=	1.1.19
3
CATEGORIES=	sysutils
3
CATEGORIES=	sysutils
4
MASTER_SITES=	https://plocate.sesse.net/download/
4
MASTER_SITES=	https://plocate.sesse.net/download/
5
5
(-)b/plocate/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1680026625
1
TIMESTAMP = 1686519928
2
SHA256 (plocate-1.1.18.tar.gz) = 939657050b70719b01ce04fc1c8b64270062a0d53da2c72eafbe036a1964e12c
2
SHA256 (plocate-1.1.19.tar.gz) = d95bc8ee8a9f79b9f69ce63df53fb85b202139f243bbb84c399555eda22e6165
3
SIZE (plocate-1.1.18.tar.gz) = 73906
3
SIZE (plocate-1.1.19.tar.gz) = 73964
(-)a/plocate/files/patch-updatedb.cpp (-12 lines)
Removed Link Here
1
--- updatedb.cpp.orig	2023-05-04 07:34:10 UTC
2
+++ updatedb.cpp
3
@@ -44,7 +44,7 @@ any later version.
4
 #include <memory>
5
 #include <mntent.h>
6
 #include <random>
7
-#include <stdint.h>
8
+#include <cinttypes>
9
 #include <stdio.h>
10
 #include <stdlib.h>
11
 #include <string.h>
12
- 

Return to bug 271956