diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-17 04:05:41 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-17 04:05:41 +0000 |
commit | 715b3b08e3ce8eaf80879db0f48290b345f18063 (patch) | |
tree | 7e1987ebe238909498abd4839f2bbcaf9cb4292b /ftp | |
parent | 5f15c0030f8136fa4fd8c00fb1728356ca22c544 (diff) | |
download | ports-715b3b08e3ce8eaf80879db0f48290b345f18063.tar.gz ports-715b3b08e3ce8eaf80879db0f48290b345f18063.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/jftpgw/Makefile | 2 | ||||
-rw-r--r-- | ftp/jftpgw/files/patch-std_cmds.h | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/ftp/jftpgw/Makefile b/ftp/jftpgw/Makefile index fc7fab86baa4..1333665d5b30 100644 --- a/ftp/jftpgw/Makefile +++ b/ftp/jftpgw/Makefile @@ -7,7 +7,7 @@ PORTNAME= jftpgw PORTVERSION= 0.13.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ftp MASTER_SITES= http://www.mcknight.de/jftpgw/ diff --git a/ftp/jftpgw/files/patch-std_cmds.h b/ftp/jftpgw/files/patch-std_cmds.h new file mode 100644 index 000000000000..20af29b6753e --- /dev/null +++ b/ftp/jftpgw/files/patch-std_cmds.h @@ -0,0 +1,10 @@ +--- ./std_cmds.h.orig 2009-07-17 00:00:04.686943825 -0400 ++++ ./std_cmds.h 2009-07-17 00:00:25.530073049 -0400 +@@ -42,6 +42,7 @@ + { "QUIT", std_quit }, + { "LIST", std_list }, + { "NLST", std_list }, ++ { "MLSD", std_list }, + { 0, 0 } + }; + |