Download raw body.
[patch] pipe-viewer 0.51.0p1 rundep for socks proxy support
Add www/p5-LWP-Protocol-socks to RUN_DEPENDS to allow using pipe-viewer
with socks proxies via the http_proxy option.
OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/pipe-viewer/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile 21 May 2024 07:47:17 -0000 1.2
+++ Makefile 8 Aug 2024 23:06:19 -0000
@@ -5,6 +5,7 @@ VERSION = 0.5.1
DIST_TUPLE = github trizen pipe-viewer ${VERSION} .
PKGNAME-main = pipe-viewer-${VERSION}
PKGNAME-gtk = gtk-pipe-viewer-${VERSION}
+REVISION = 1
MULTI_PACKAGES = -main -gtk
@@ -25,6 +26,7 @@ RUN_DEPENDS = converters/p5-JSON \
devel/p5-Term-ReadLine-Gnu \
www/p5-libwww \
www/p5-LWP-Protocol-https \
+ www/p5-LWP-Protocol-socks \
www/yt-dlp
RUN_DEPENDS-gtk = ${BASE_PKGPATH},-main \
devel/p5-File-ShareDir \
[patch] pipe-viewer 0.51.0p1 rundep for socks proxy support