From 02f392ee2ee482e5f4e3126d8522b827e41efc1c Mon Sep 17 00:00:00 2001 From: Juraj Lutter Date: Thu, 24 Aug 2023 15:17:37 +0200 Subject: misc/trurl: Update to 0.8 Release notes: https://github.com/curl/trurl/blob/trurl-0.8/RELEASE-NOTES --- misc/trurl/Makefile | 2 +- misc/trurl/distinfo | 6 +++--- misc/trurl/files/patch-Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'misc') diff --git a/misc/trurl/Makefile b/misc/trurl/Makefile index 47ad3cda8c80..9d600f4c44ee 100644 --- a/misc/trurl/Makefile +++ b/misc/trurl/Makefile @@ -1,6 +1,6 @@ PORTNAME= trurl DISTVERSIONPREFIX= ${PORTNAME}- -DISTVERSION= 0.7 +DISTVERSION= 0.8 CATEGORIES= misc www MAINTAINER= otis@FreeBSD.org diff --git a/misc/trurl/distinfo b/misc/trurl/distinfo index c6984dae7e7c..52f056457f39 100644 --- a/misc/trurl/distinfo +++ b/misc/trurl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685349895 -SHA256 (curl-trurl-trurl-0.7_GH0.tar.gz) = 11616a4c3d255ff3347cb8fc65ea4f890526f327800ec556d78e88881e2cbfa7 -SIZE (curl-trurl-trurl-0.7_GH0.tar.gz) = 36624 +TIMESTAMP = 1692881580 +SHA256 (curl-trurl-trurl-0.8_GH0.tar.gz) = 7baccde1620062cf8c670121125480269b41bdc81bd4015b7aabe33debb022c6 +SIZE (curl-trurl-trurl-0.8_GH0.tar.gz) = 36779 diff --git a/misc/trurl/files/patch-Makefile b/misc/trurl/files/patch-Makefile index d39f001fab57..93702869744d 100644 --- a/misc/trurl/files/patch-Makefile +++ b/misc/trurl/files/patch-Makefile @@ -1,10 +1,10 @@ ---- Makefile.orig 2023-05-29 09:11:15 UTC +--- Makefile.orig 2023-06-17 10:52:17 UTC +++ Makefile @@ -1,7 +1,6 @@ TARGET = trurl OBJS = trurl.o -LDLIBS = $$(curl-config --libs) --CFLAGS = $$(curl-config --cflags) -W -Wall -Wshadow -Werror -pedantic -g +-CFLAGS += $$(curl-config --cflags) -W -Wall -Wshadow -Werror -pedantic -g -std=gnu99 +CFLAGS+=-W -Wall -Wshadow -Werror -pedantic -g MANUAL = trurl.1 -- cgit v1.2.3