diff --git a/ftp/ftpsesame/Makefile b/ftp/ftpsesame/Makefile index 7d3a89eaa9e4..18b0c3175b48 100644 --- a/ftp/ftpsesame/Makefile +++ b/ftp/ftpsesame/Makefile @@ -1,23 +1,29 @@ PORTNAME= ftpsesame PORTVERSION= 0.95 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ftp MASTER_SITES= http://www.sentia.org/downloads/ \ LOCAL/sem 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 USE_RC_SUBR= ftpsesame MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ftpsesame ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ftpsesame.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include