diff --git a/ftp/freebsd-ftpd/Makefile b/ftp/freebsd-ftpd/Makefile index c129ea875761..d1825db40a75 100644 --- a/ftp/freebsd-ftpd/Makefile +++ b/ftp/freebsd-ftpd/Makefile @@ -1,40 +1,41 @@ # Created by: cy@FreeBSD.org PORTNAME= freebsd-ftpd DISTVERSIONPREFIX= v DISTVERSION= 20200704 +PORTREVISION= 1 CATEGORIES= ftp MAINTAINER= cy@FreeBSD.org COMMENT= FreeBSD ftpd LICENSE= BSD3CLAUSE USE_GITHUB= yes GH_ACCOUNT= cschuber USES= uidfix MAKE_ARGS+= BINOWN=${BINOWN} BINMODE=${BINMODE} MAKE_ENV+= MAKESYSPATH=/usr/src/share/mk \ BINDIR=${PREFIX}/libexec \ MANDIR=${PREFIX}/man/man OPTIONS_DEFINE= IPV6 LIBBLACKLIST OPTIONS_DEFAULT= IPV6 LIBBLACKLIST .if !exists(/usr/include/blacklist.h) OPTIONS_EXCLUDE= LIBBLACKLIST .endif LIBBLACKLIST_DESC= libblacklist(3) support for rlogind(8) and rshd(8) LIBBLACKLIST_MAKE_ARGS= USE_LIBBLACKLIST=yes .include .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300134 MAKE_ENV+= MK_WERROR=no .else MAKE_ENV+= NO_WERROR=1 .endif .include diff --git a/ftp/freebsd-ftpd/pkg-descr b/ftp/freebsd-ftpd/pkg-descr index c6e34039baea..f91dbf3d195d 100644 --- a/ftp/freebsd-ftpd/pkg-descr +++ b/ftp/freebsd-ftpd/pkg-descr @@ -1,9 +1,4 @@ -git filter-repo is a versatile tool for rewriting history, which -includes capabilities I have not found anywhere else. It roughly falls -into the same space of tool as git filter-branch but without the -capitulation-inducing poor performance, with far more capabilities, -and with a design that scales usability-wise beyond trivial rewriting -cases. git filter-repo is now recommended by the git project instead of -git filter-branch. +FreeBSD-ftpd: This is/was FreeBSD libexec/ftpd prior to its removal in +FreeBSD-14. -WWW: https://github.com/newren/git-filter-repo +WWW: https://github.com/cschuber/freebsd-ftpd-repo