1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

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
This commit is contained in:
Matthew Seaman
2025-12-11 20:37:52 +00:00
parent 221f99fd4a
commit 83434ed704
3 changed files with 4 additions and 19 deletions
+1 -2
View File
@@ -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
+3 -3
View File
@@ -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
@@ -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)"' $<