mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to tinyproxy-1.11.3
no longer needs asciidoc to build
This commit is contained in:
+13
-17
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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... "])
|
||||
|
||||
Reference in New Issue
Block a user