From: Stefan Moran Subject: Re: [patch] pipe-viewer 0.51.0p1 rundep for socks proxy support To: ports@openbsd.org Date: Thu, 8 Aug 2024 19:18:50 -0400 ignore previous patch; REVISION was set incorrectly 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:17:57 -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 = 0 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 \