diff options
| author | Robert Clausecker <fuz@FreeBSD.org> | 2026-01-15 18:07:13 +0000 |
|---|---|---|
| committer | Robert Clausecker <fuz@FreeBSD.org> | 2026-01-16 13:26:15 +0000 |
| commit | beee8f4390bca69869de817aa801e67b7c4c4fdd (patch) | |
| tree | f3aff2d60168b00959e54a8ac060004094c8822a /ftp | |
| parent | 1f3a06bf4e1b4148db1e7df11ad1ab90e4ee6286 (diff) | |
Diffstat (limited to 'ftp')
| -rw-r--r-- | ftp/ftpsesame/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ftp/ftpsesame/Makefile b/ftp/ftpsesame/Makefile index 7d3a89eaa9e4..18b0c3175b48 100644 --- a/ftp/ftpsesame/Makefile +++ b/ftp/ftpsesame/Makefile @@ -1,6 +1,6 @@ PORTNAME= ftpsesame PORTVERSION= 0.95 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ftp MASTER_SITES= http://www.sentia.org/downloads/ \ LOCAL/sem @@ -9,6 +9,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Helper for pf firewall to pass FTP protocol WWW= https://www.sentia.org/projects/ftpsesame/ +# https://reviews.freebsd.org/D41651 +BROKEN_FreeBSD_15= requires no longer supported ioctl(DIOCGETSTATUS) + +DEPRECATED= dead upstream, broken on FreeBSD 15 +EXPIRATION_DATE= 2026-03-31 + LICENSE= ISCL PLIST_FILES= bin/ftpsesame share/man/man8/ftpsesame.8.gz |
