mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
misc/trurl: Update to 0.8
Release notes: https://github.com/curl/trurl/blob/trurl-0.8/RELEASE-NOTES
This commit is contained in:
parent
b294405454
commit
02f392ee2e
3 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= trurl
|
PORTNAME= trurl
|
||||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||||
DISTVERSION= 0.7
|
DISTVERSION= 0.8
|
||||||
CATEGORIES= misc www
|
CATEGORIES= misc www
|
||||||
|
|
||||||
MAINTAINER= otis@FreeBSD.org
|
MAINTAINER= otis@FreeBSD.org
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1685349895
|
TIMESTAMP = 1692881580
|
||||||
SHA256 (curl-trurl-trurl-0.7_GH0.tar.gz) = 11616a4c3d255ff3347cb8fc65ea4f890526f327800ec556d78e88881e2cbfa7
|
SHA256 (curl-trurl-trurl-0.8_GH0.tar.gz) = 7baccde1620062cf8c670121125480269b41bdc81bd4015b7aabe33debb022c6
|
||||||
SIZE (curl-trurl-trurl-0.7_GH0.tar.gz) = 36624
|
SIZE (curl-trurl-trurl-0.8_GH0.tar.gz) = 36779
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
--- Makefile.orig 2023-05-29 09:11:15 UTC
|
--- Makefile.orig 2023-06-17 10:52:17 UTC
|
||||||
+++ Makefile
|
+++ Makefile
|
||||||
@@ -1,7 +1,6 @@
|
@@ -1,7 +1,6 @@
|
||||||
TARGET = trurl
|
TARGET = trurl
|
||||||
OBJS = trurl.o
|
OBJS = trurl.o
|
||||||
-LDLIBS = $$(curl-config --libs)
|
-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
|
+CFLAGS+=-W -Wall -Wshadow -Werror -pedantic -g
|
||||||
MANUAL = trurl.1
|
MANUAL = trurl.1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue