Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 2023 07:54:18 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 06a69951fb59 - main - pkgbase: Put ftp-proxy in the FreeBSD-pf package
Message-ID:  <202302080754.3187sInT038113@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=06a69951fb5968c21c48413e683f0332cfe9fd92

commit 06a69951fb5968c21c48413e683f0332cfe9fd92
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-01-27 14:57:56 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-02-08 07:49:43 +0000

    pkgbase: Put ftp-proxy in the FreeBSD-pf package
    
    It belongs here.
    Also this unbloat FreeBSD-utilities a bit and it will not depend
    on the FreeBSD-libevent1 package now.
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
    Differential Revision:  https://reviews.freebsd.org/D38226
---
 usr.sbin/ftp-proxy/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/usr.sbin/ftp-proxy/Makefile b/usr.sbin/ftp-proxy/Makefile
index 768901f99131..864a35b5f5f1 100644
--- a/usr.sbin/ftp-proxy/Makefile
+++ b/usr.sbin/ftp-proxy/Makefile
@@ -2,6 +2,7 @@
 
 .PATH:	${SRCTOP}/contrib/pf/ftp-proxy
 
+PACKAGE=	pf
 PROG=	ftp-proxy
 MAN=	ftp-proxy.8
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302080754.3187sInT038113>