Index: head/ftp/ftpsesame/Makefile =================================================================== --- head/ftp/ftpsesame/Makefile (revision 421832) +++ head/ftp/ftpsesame/Makefile (revision 421833) @@ -1,22 +1,24 @@ # Created by: Sergey Matveychuk # $FreeBSD$ PORTNAME= ftpsesame PORTVERSION= 0.95 CATEGORIES= ftp MASTER_SITES= http://www.sentia.org/downloads/ \ LOCAL/sem MAINTAINER= ports@FreeBSD.org COMMENT= Helper for pf firewall to pass FTP protocol +LICENSE= ISCL + PLIST_FILES= bin/ftpsesame man/man8/ftpsesame.8.gz USE_RC_SUBR= ftpsesame MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} MANPREFIX=${STAGEDIR}${MANPREFIX} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ftpsesame ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ftpsesame.8 ${STAGEDIR}${PREFIX}/man/man8 .include Index: head/ftp/ftpsesame/files/patch-ftpsesame.c =================================================================== --- head/ftp/ftpsesame/files/patch-ftpsesame.c (revision 421832) +++ head/ftp/ftpsesame/files/patch-ftpsesame.c (revision 421833) @@ -1,11 +1,11 @@ ---- ftpsesame.c.orig Mon May 1 01:30:43 2006 -+++ ftpsesame.c Mon May 1 01:30:51 2006 -@@ -663,7 +663,7 @@ +--- ftpsesame.c.orig 2004-10-05 12:07:24 UTC ++++ ftpsesame.c +@@ -663,7 +663,7 @@ sig_close(int sig) gotsig_close = 1; } -__dead void +void usage(void) { fprintf(stderr, "usage: %s [-d] [-D level] [-i interface] " \