diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile index ea8b6a36172..dfc86cec9c4 100644 --- a/www/tinyproxy/Makefile +++ b/www/tinyproxy/Makefile @@ -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 diff --git a/www/tinyproxy/distinfo b/www/tinyproxy/distinfo index 2b8cbcb366c..ed090297b4a 100644 --- a/www/tinyproxy/distinfo +++ b/www/tinyproxy/distinfo @@ -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 diff --git a/www/tinyproxy/patches/patch-configure_ac b/www/tinyproxy/patches/patch-configure_ac index 1e2c42b3c38..99fa6f6f7a1 100644 --- a/www/tinyproxy/patches/patch-configure_ac +++ b/www/tinyproxy/patches/patch-configure_ac @@ -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... "])