git: bfe1afd57664 - main - www/tinyproxy: Fix default configuration file path
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 May 2024 10:24:57 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=bfe1afd57664689a425dec1401a1b9f423f8b00f commit bfe1afd57664689a425dec1401a1b9f423f8b00f Author: Yuri Victorovich <yuri@freebsd.org> AuthorDate: 2024-05-28 10:17:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-28 10:21:55 +0000 www/tinyproxy: Fix default configuration file path - Bump PORTREVISION for package change It does not affect normal use (via rc script). PR: 270991 Submitted by: yuri --- www/tinyproxy/Makefile | 2 +- www/tinyproxy/files/patch-src-Makefile.in | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile index 06e08d10e0cd..b93af2e9b88b 100644 --- a/www/tinyproxy/Makefile +++ b/www/tinyproxy/Makefile @@ -1,6 +1,6 @@ PORTNAME= tinyproxy PORTVERSION= 1.11.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= https://github.com/tinyproxy/tinyproxy/releases/download/${PORTVERSION}/ diff --git a/www/tinyproxy/files/patch-src-Makefile.in b/www/tinyproxy/files/patch-src-Makefile.in new file mode 100644 index 000000000000..ccf0c7ae7c24 --- /dev/null +++ b/www/tinyproxy/files/patch-src-Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig 2024-05-08 18:25:30 UTC ++++ src/Makefile.in +@@ -307,7 +307,7 @@ top_srcdir = @top_srcdir@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-pkgsysconfdir = $(sysconfdir)/$(PACKAGE) ++pkgsysconfdir = $(sysconfdir) + AM_CPPFLAGS = \ + -DSYSCONFDIR=\"${pkgsysconfdir}\" \ + -DLOCALSTATEDIR=\"${localstatedir}\"