git: 02f392ee2ee4 - main - misc/trurl: Update to 0.8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Aug 2023 13:18:30 UTC
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=02f392ee2ee482e5f4e3126d8522b827e41efc1c commit 02f392ee2ee482e5f4e3126d8522b827e41efc1c Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2023-08-24 13:17:37 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2023-08-24 13:17:37 +0000 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(-) 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