misc/trurl: Update to 0.8

Release notes:
https://github.com/curl/trurl/blob/trurl-0.8/RELEASE-NOTES
This commit is contained in:
Juraj Lutter 2023-08-24 15:17:37 +02:00
parent b294405454
commit 02f392ee2e
3 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= trurl
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 0.7
DISTVERSION= 0.8
CATEGORIES= misc www
MAINTAINER= otis@FreeBSD.org

View file

@ -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

View file

@ -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