Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 2021 21:51:43 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9adcd0cb4fe8 - main - www/tinyproxy: Add FILTER and UPSTREAM options
Message-ID:  <202105112151.14BLphBl093793@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9adcd0cb4fe84cbffbaf132c09c29b272b0f71e1

commit 9adcd0cb4fe84cbffbaf132c09c29b272b0f71e1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-11 21:15:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-05-11 21:47:00 +0000

    www/tinyproxy: Add FILTER and UPSTREAM options
    
    - Enable all options
    - Bump PORTREVISION for dependency change
---
 www/tinyproxy/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile
index 9c73671950ba..c51ccb7b4525 100644
--- a/www/tinyproxy/Makefile
+++ b/www/tinyproxy/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	tinyproxy
 PORTVERSION=	1.11.0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/tinyproxy/tinyproxy/releases/download/${PORTVERSION}/
@@ -20,12 +21,17 @@ CONFIGURE_ARGS=	--bindir=${PREFIX}/sbin \
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	tinyproxy
 
-OPTIONS_DEFINE=	REVERSE TRANSPARENT XHEADER
+OPTIONS_DEFINE=	FILTER REVERSE UPSTREAM TRANSPARENT XHEADER
+OPTIONS_DEFAULT=FILTER REVERSE UPSTREAM TRANSPARENT XHEADER
+FILTER_DESC=		Filter support
 REVERSE_DESC=		Reverse proxy support
+UPSTREAM_DESC=		Upstream proxying support
 TRANSPARENT_DESC=	Transparent proxy support
 XHEADER_DESC=		X-Tinyproxy header
 
+FILTER_CONFIGURE_ENABLE=	filter
 REVERSE_CONFIGURE_ENABLE=	reverse
+UPSTREAM_CONFIGURE_ENABLE=	upstream
 TRANSPARENT_CONFIGURE_ENABLE=	transparent
 XHEADER_CONFIGURE_ENABLE=	xtinyproxy
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105112151.14BLphBl093793>