git: 484694a26bec - main - news/inn-current: Update to 20241006
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Oct 2024 18:27:45 UTC
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=484694a26bece2a5834e04f69ab0b96269c4ecdc commit 484694a26bece2a5834e04f69ab0b96269c4ecdc Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2024-10-08 18:13:53 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2024-10-08 18:27:39 +0000 news/inn-current: Update to 20241006 --- news/inn-current/Makefile | 2 +- news/inn-current/distinfo | 6 +++--- news/inn/Makefile | 1 + news/inn/files/{patch-lib_innconf.c => extra-patch-lib_innconf.c} | 0 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index 07585dcfc2fb..23f54d65aafe 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -5,7 +5,7 @@ MASTER_SITE_SUBDIR= inn/snapshots DISTNAME= inn-${BRANCH}-${SNAPSHOT} BRANCH= 2.8 -SNAPSHOT= 20240908 +SNAPSHOT= 20241006 CONFLICTS= inn-2.[0-9]* diff --git a/news/inn-current/distinfo b/news/inn-current/distinfo index b3c4c09286c7..793597907b21 100644 --- a/news/inn-current/distinfo +++ b/news/inn-current/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725944032 -SHA256 (inn-2.8-20240908.tar.gz) = 4a7d9cb842af309456736ef5de64ee2a89eeb60c9374dc7959af74e7c70107f7 -SIZE (inn-2.8-20240908.tar.gz) = 2817867 +TIMESTAMP = 1728411209 +SHA256 (inn-2.8-20241006.tar.gz) = 34da7e9a222768d1eb52ab81ed9f39a977927dd0e4d16e384f7afbe13fbf38ef +SIZE (inn-2.8-20241006.tar.gz) = 2823876 diff --git a/news/inn/Makefile b/news/inn/Makefile index 2da13e679f9d..8cb9db8c01a6 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -48,6 +48,7 @@ BLACKLISTD_CONFIGURE_WITH= blacklist .if ${BRANCH:U} == 2.8 PLIST_SUB+= SNAPSHOT="" .else +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-lib_innconf.c PLIST_SUB+= SNAPSHOT="@comment " .endif diff --git a/news/inn/files/patch-lib_innconf.c b/news/inn/files/extra-patch-lib_innconf.c similarity index 100% rename from news/inn/files/patch-lib_innconf.c rename to news/inn/files/extra-patch-lib_innconf.c