diff options
author | Cy Schubert <cy@FreeBSD.org> | 2021-06-18 16:01:37 -0700 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2021-06-18 16:02:46 -0700 |
commit | 168c57ba5c0b1bafe6ec804d1e4e2df2ec55b55f (patch) | |
tree | d63892148153257265b6aa343aa6b8ce9b886e59 /ftp | |
parent | ftp/freebsd-ftpd: Add ftp/freebsd-ftpd (diff) |
ftpd/freebsd-ftpd: Correct pkg-descr
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/freebsd-ftpd/Makefile | 1 | ||||
-rw-r--r-- | ftp/freebsd-ftpd/pkg-descr | 11 |
2 files changed, 4 insertions, 8 deletions
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 @@ -3,6 +3,7 @@ PORTNAME= freebsd-ftpd DISTVERSIONPREFIX= v DISTVERSION= 20200704 +PORTREVISION= 1 CATEGORIES= ftp MAINTAINER= cy@FreeBSD.org 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 |