Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 May 2026 14:49:13 +0000
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2049d433e02d - main - ftp/freebsd-ftpd: v20260507 Uses USE_BLOCKLIST
Message-ID:  <69fca669.2304b.781f725a@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2049d433e02dcafc888e5e196240f05b05e56b6f

commit 2049d433e02dcafc888e5e196240f05b05e56b6f
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2026-05-07 14:45:54 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2026-05-07 14:45:54 +0000

    ftp/freebsd-ftpd: v20260507 Uses USE_BLOCKLIST
    
    Upstream (maintained by me) replaced USE_BLACKLIST with USE_BLOCKLIST.
    I may not have communicated this clearly.
    
    PR:             295080
    Fixes:          fbe86c4decb6
---
 ftp/freebsd-ftpd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ftp/freebsd-ftpd/Makefile b/ftp/freebsd-ftpd/Makefile
index 8c309c2e3d88..e6559b2f66f5 100644
--- a/ftp/freebsd-ftpd/Makefile
+++ b/ftp/freebsd-ftpd/Makefile
@@ -33,7 +33,7 @@ LIBBLOCKLIST_MAKE_ARGS=	USE_LIBBLOCKLIST=yes
 
 .if ${PORT_OPTIONS:MLIBBLOCKLIST}
 . if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500000
-LIBBLOCKLIST_MAKE_ARGS=	USE_LIBBLACKLIST=yes
+LIBBLOCKLIST_MAKE_ARGS=	USE_LIBBLOCKLIST=yes
 . endif
 .endif
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69fca669.2304b.781f725a>