FreeBSD Bugzilla – Attachment 250125 Details for
Bug 278497
misc/trurl: Update to 0.12
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for trurl
trurl012.patch (text/plain), 1.98 KB, created by
Daniel Engberg
on 2024-04-21 06:21:26 UTC
(
hide
)
Description:
Patch for trurl
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2024-04-21 06:21:26 UTC
Size:
1.98 KB
patch
obsolete
>diff --git a/misc/trurl/Makefile b/misc/trurl/Makefile >index ca03fa3fd1ed..c4b27751e334 100644 >--- a/misc/trurl/Makefile >+++ b/misc/trurl/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= trurl > DISTVERSIONPREFIX= ${PORTNAME}- >-DISTVERSION= 0.10 >+DISTVERSION= 0.12 > CATEGORIES= misc www > > MAINTAINER= otis@FreeBSD.org >@@ -13,17 +13,18 @@ LICENSE_FILE= ${WRKSRC}/COPYING > LIB_DEPENDS= libcurl.so:ftp/curl > TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} > >-USES= gmake python:test >+USES= gmake localbase:ldflags python:test > USE_GITHUB= yes > GH_ACCOUNT= curl > >-MAKE_ARGS= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ >- LDFLAGS="-lcurl" \ >- LDLIBS="-L${LOCALBASE}/lib" \ >- > ALL_TARGET= ${PORTNAME} > TEST_TARGET= test > >+LDFLAGS= -lcurl >+ >+MAKE_ARGS= TRURL_IGNORE_CURL_CONFIG=1 \ >+ PYTHON3=${PYTHON_CMD} >+ > PLIST_FILES= bin/trurl \ > share/man/man1/trurl.1.gz > >diff --git a/misc/trurl/distinfo b/misc/trurl/distinfo >index fb61189086cd..d4d6997eb17e 100644 >--- a/misc/trurl/distinfo >+++ b/misc/trurl/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1708412466 >-SHA256 (curl-trurl-trurl-0.10_GH0.tar.gz) = e54ee05a1a39f2547fbb39225f9cf5e2608eeaf07ad3f7dbff0a069d060d3c46 >-SIZE (curl-trurl-trurl-0.10_GH0.tar.gz) = 45268 >+TIMESTAMP = 1713679777 >+SHA256 (curl-trurl-trurl-0.12_GH0.tar.gz) = 67a1620ebb0392a9cdd8e46bc44a14e0a5d8c1a9112859fbbb525ec919d2fa9b >+SIZE (curl-trurl-trurl-0.12_GH0.tar.gz) = 45860 >diff --git a/misc/trurl/files/patch-Makefile b/misc/trurl/files/patch-Makefile >deleted file mode 100644 >index 40ba35efd866..000000000000 >--- a/misc/trurl/files/patch-Makefile >+++ /dev/null >@@ -1,13 +0,0 @@ >---- Makefile.orig 2024-02-20 07:14:00 UTC >-+++ Makefile >-@@ -24,10 +24,6 @@ OBJS = trurl.o >- >- TARGET = trurl >- OBJS = trurl.o >--ifndef TRURL_IGNORE_CURL_CONFIG >--LDLIBS += $$(curl-config --libs) >--CFLAGS += $$(curl-config --cflags) >--endif >- CFLAGS += -W -Wall -Wshadow -Werror -pedantic >- CFLAGS += -Wconversion -Wmissing-prototypes -Wwrite-strings -Wsign-compare -Wno-sign-conversion >- ifndef NDEBUG
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 278497
: 250125