diff options
Diffstat (limited to 'net/libproxy/Makefile')
-rw-r--r-- | net/libproxy/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net/libproxy/Makefile b/net/libproxy/Makefile index a20f7aba8a78..dd0102fd8854 100644 --- a/net/libproxy/Makefile +++ b/net/libproxy/Makefile @@ -1,8 +1,12 @@ PORTNAME= libproxy DISTVERSION= 0.5.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net devel +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 08069f7925649907198277364c7e268797fcf734.patch:-p1 \ + 0420c502ba6364dd9f5ce2f390a34a3af42be0b8.patch:-p1 + MAINTAINER= desktop@FreeBSD.org COMMENT= Library that provides automatic proxy configuration management WWW= https://libproxy.github.io/libproxy/ @@ -23,8 +27,6 @@ MESON_ARGS= -Dtests=true \ -Dintrospection=true \ -Drelease=true USE_LDCONFIG= yes -# https://github.com/libproxy/libproxy/issues/320 -LLD_UNSAFE= yes OPTIONS_DEFINE= CURL DOCS VAPI OPTIONS_GROUP= CONFIG PACRUNNER |