diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-15 17:28:08 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-15 17:28:08 +0000 |
commit | 637b3d75f32e388a128f41aa2d3db1522511c43c (patch) | |
tree | da45bc610b895baaaec7e5627ae6fc549ed3528c /ftp | |
parent | 96e51fb708cfdb1e4d7899587b575b3b10dbba02 (diff) | |
download | ports-637b3d75f32e388a128f41aa2d3db1522511c43c.tar.gz ports-637b3d75f32e388a128f41aa2d3db1522511c43c.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/atftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/cftp/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/ftp/atftp/Makefile b/ftp/atftp/Makefile index 1809c3d5ca61..e6740142dcc3 100644 --- a/ftp/atftp/Makefile +++ b/ftp/atftp/Makefile @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Advanced TFTP server and client BROKEN= unfetchable +DEPRECATED= Unfetchable, unmaintained +EXPIRATION_DATE= 2019-10-16 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.dfsg diff --git a/ftp/cftp/Makefile b/ftp/cftp/Makefile index dcb67e1e8eb5..3aef712620e1 100644 --- a/ftp/cftp/Makefile +++ b/ftp/cftp/Makefile @@ -15,6 +15,8 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= unfetchable +DEPRECATED= Unfetchable, unmaintained +EXPIRATION_DATE= 2019-10-16 USES= ncurses GNU_CONFIGURE= yes |