diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile index b93af2e9b88b..078e1759bc0a 100644 --- a/www/tinyproxy/Makefile +++ b/www/tinyproxy/Makefile @@ -1,52 +1,55 @@ PORTNAME= tinyproxy PORTVERSION= 1.11.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= https://github.com/tinyproxy/tinyproxy/releases/download/${PORTVERSION}/ +PATCH_SITES= https://github.com/tinyproxy/tinyproxy/commit/ +PATCHFILES= 3c0fde94981b025271ffa1788ae425257841bf5a.patch:-p1 + MAINTAINER= sunpoet@FreeBSD.org COMMENT= Small, efficient HTTP proxy server WWW= https://tinyproxy.github.io/ \ https://github.com/tinyproxy/tinyproxy LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe gmake tar:xz CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \ --disable-manpage_support \ --program-transform-name="" GNU_CONFIGURE= yes USE_RC_SUBR= tinyproxy CPE_VENDOR= tinyproxy_project 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 post-patch: @${REINPLACE_CMD} -e 's|tinyproxy/tinyproxy|tinyproxy|g; s|/etc/tinyproxy|${PREFIX}&|' \ ${WRKSRC}/docs/man5/tinyproxy.conf.5 \ ${WRKSRC}/docs/man8/tinyproxy.8 \ ${WRKSRC}/etc/tinyproxy.conf.in @${REINPLACE_CMD} -e '/\/usr\/share\/tinyproxy/d; s|^#\(LogFile \)|\1|; s|^#\(PidFile \)|\1|' ${WRKSRC}/etc/tinyproxy.conf.in post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/tinyproxy.conf ${STAGEDIR}${PREFIX}/etc/tinyproxy.conf.sample ${INSTALL_MAN} ${WRKSRC}/docs/man5/tinyproxy.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5/ ${INSTALL_MAN} ${WRKSRC}/docs/man8/tinyproxy.8 ${STAGEDIR}${PREFIX}/share/man/man8/ .include diff --git a/www/tinyproxy/distinfo b/www/tinyproxy/distinfo index 13ac76670db2..08260ee17cd3 100644 --- a/www/tinyproxy/distinfo +++ b/www/tinyproxy/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1715842564 +TIMESTAMP = 1765033050 SHA256 (tinyproxy-1.11.2.tar.xz) = 6a126880706691c987e2957b1c99b522efb1964a75eb767af4b30aac0b88a26a SIZE (tinyproxy-1.11.2.tar.xz) = 185864 +SHA256 (3c0fde94981b025271ffa1788ae425257841bf5a.patch) = 7b5fdcd85f55ed784e77f8bd40e24765ce24c3cb3139d9fa895c0559b5506c7d +SIZE (3c0fde94981b025271ffa1788ae425257841bf5a.patch) = 1053