update to tinyproxy-1.11.3

no longer needs asciidoc to build
This commit is contained in:
sthen
2026-03-09 12:03:47 +00:00
parent c027068277
commit 30023b64a6
3 changed files with 16 additions and 20 deletions
+13 -17
View File
@@ -1,28 +1,24 @@
COMMENT = lightweight HTTP/SSL proxy
COMMENT= lightweight HTTP/SSL proxy
V = 1.11.2
DISTNAME = tinyproxy-$V
REVISION = 0
CATEGORIES = www net
V= 1.11.3
DISTNAME= tinyproxy-$V
CATEGORIES= www net
HOMEPAGE = https://tinyproxy.github.io/
HOMEPAGE= https://tinyproxy.github.io/
SITES= https://github.com/tinyproxy/tinyproxy/releases/download/$V/
# GPLv2+
PERMIT_PACKAGE = Yes
PERMIT_PACKAGE= Yes
WANTLIB += c pthread
BUILD_DEPENDS = devel/gperf \
textproc/asciidoc
AUTOCONF_VERSION= 2.71
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.71
BUILD_DEPENDS= devel/gperf
SEPARATE_BUILD= Yes
USE_GMAKE= Yes
SEPARATE_BUILD = Yes
USE_GMAKE = Yes
CONFIGURE_STYLE = autoconf
SITES = https://github.com/tinyproxy/tinyproxy/releases/download/$V/
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples
.include <bsd.port.mk>
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (tinyproxy-1.11.2.tar.gz) = LI/lSW8sZCv9GJAgUEq5jXS57br825TZ8QjhV7W9+W0=
SIZE (tinyproxy-1.11.2.tar.gz) = 283188
SHA256 (tinyproxy-1.11.3.tar.gz) = m89G2xojdf8+PSekGYLx7+xHBszoiZ/58zMjqCGPdZI=
SIZE (tinyproxy-1.11.3.tar.gz) = 279362
+1 -1
View File
@@ -19,7 +19,7 @@ Index: configure.ac
done
fi
@@ -200,7 +200,7 @@ AH_TEMPLATE([HAVE_GPERF],
@@ -203,7 +203,7 @@ AH_TEMPLATE([HAVE_GPERF],
tmp_gperf=false
if test "x$GPERF" != "x" -a "x$GPERF" != "xno" ; then
AS_ECHO_N(["checking whether gperf is recent enough... "])