git: 83434ed7046f - main - databases/pgreplay: update to 1.5.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Dec 2025 20:41:13 UTC
The branch main has been updated by matthew:
URL: https://cgit.FreeBSD.org/ports/commit/?id=83434ed7046f8fd61142c422fac99911df6e93fe
commit 83434ed7046f8fd61142c422fac99911df6e93fe
Author: Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2025-12-11 20:37:52 +0000
Commit: Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2025-12-11 20:37:52 +0000
databases/pgreplay: update to 1.5.0
Changes: https://github.com/laurenz/pgreplay/compare/PGREPLAY_1_3_0...PGREPLAY_1_5_0
Reported by: repology
---
databases/pgreplay/Makefile | 3 +--
databases/pgreplay/distinfo | 6 +++---
databases/pgreplay/files/patch-Makefile.in | 14 --------------
3 files changed, 4 insertions(+), 19 deletions(-)
diff --git a/databases/pgreplay/Makefile b/databases/pgreplay/Makefile
index c0acb035d0aa..48fc28df2f98 100644
--- a/databases/pgreplay/Makefile
+++ b/databases/pgreplay/Makefile
@@ -1,7 +1,6 @@
PORTNAME= pgreplay
DISTVERSIONPREFIX= ${PORTNAME:tu}_
-DISTVERSION= 1_3_0
-PORTREVISION= 3
+DISTVERSION= 1_5_0
CATEGORIES= databases
MAINTAINER= matthew@FreeBSD.org
diff --git a/databases/pgreplay/distinfo b/databases/pgreplay/distinfo
index d8c794620f4f..2917c35d6038 100644
--- a/databases/pgreplay/distinfo
+++ b/databases/pgreplay/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487664678
-SHA256 (laurenz-pgreplay-PGREPLAY_1_3_0_GH0.tar.gz) = ff1d67d568df5a23c0ba79b74d7870f0f8711683cda8b9e0a1fafd18c2f33409
-SIZE (laurenz-pgreplay-PGREPLAY_1_3_0_GH0.tar.gz) = 118450
+TIMESTAMP = 1765484814
+SHA256 (laurenz-pgreplay-PGREPLAY_1_5_0_GH0.tar.gz) = b43b236218b607d85dde17715a1f1bb6703e4ff128e7858472b59915eacf1e03
+SIZE (laurenz-pgreplay-PGREPLAY_1_5_0_GH0.tar.gz) = 124215
diff --git a/databases/pgreplay/files/patch-Makefile.in b/databases/pgreplay/files/patch-Makefile.in
deleted file mode 100644
index 9e66158a85c7..000000000000
--- a/databases/pgreplay/files/patch-Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.in.orig 2016-05-25 09:58:50 UTC
-+++ Makefile.in
-@@ -1,4 +1,5 @@
- CFLAGS = @CFLAGS@
-+CPPFLAGS= @CPPFLAGS@
- LDFLAGS = @LDFLAGS@
- LIBS = @LIBS@
- CC = @CC@
-@@ -57,4 +58,4 @@ install_html: $(EXE).html
- $(INSTALL) -D -m 0644 $< $(DESTDIR)$(htmldir)/$<
-
- .c.o: $(HEADERS)
-- $(CC) -c $(CFLAGS) -DVERSION='"$(VERSION)"' $<
-+ $(CC) -c $(CFLAGS) $(CPPFLAGS) -DVERSION='"$(VERSION)"' $<