git: 9adcd0cb4fe8 - main - www/tinyproxy: Add FILTER and UPSTREAM options
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue May 11 21:51:44 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9adcd0cb4fe84cbffbaf132c09c29b272b0f71e1
commit 9adcd0cb4fe84cbffbaf132c09c29b272b0f71e1
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-11 21:15:15 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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
More information about the dev-commits-ports-all
mailing list