diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-06-10 05:56:37 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-06-10 05:56:37 +0000 |
commit | dbcd9637e0bfb746aa6a110b4080cd76fc9a4363 (patch) | |
tree | 8c1a79f54ee2af63615f1ab72a605316b5c3a5b6 /ftp/bftpd | |
parent | 850039fa36b100851c0c312927b27e4dc83fe7ee (diff) | |
download | ports-dbcd9637e0bfb746aa6a110b4080cd76fc9a4363.tar.gz ports-dbcd9637e0bfb746aa6a110b4080cd76fc9a4363.zip |
Notes
Diffstat (limited to 'ftp/bftpd')
-rw-r--r-- | ftp/bftpd/Makefile | 7 | ||||
-rw-r--r-- | ftp/bftpd/distinfo | 6 | ||||
-rw-r--r-- | ftp/bftpd/files/patch-main.c | 11 | ||||
-rw-r--r-- | ftp/bftpd/files/patch-options.c | 11 |
4 files changed, 6 insertions, 29 deletions
diff --git a/ftp/bftpd/Makefile b/ftp/bftpd/Makefile index 0f8d28832177..a0eea81f42b3 100644 --- a/ftp/bftpd/Makefile +++ b/ftp/bftpd/Makefile @@ -6,12 +6,11 @@ # PORTNAME= bftpd -PORTVERSION= 1.8.4 +PORTVERSION= 1.9 CATEGORIES= ftp -MASTER_SITES= CENKES http://freebsd.alaskaparadise.com/source/ \ - http://bftpd.sourceforge.net/downloads/testing/ +MASTER_SITES= SF -MAINTAINER= beech@alaskaparadise.com +MAINTAINER= beech@FreeBSD.org COMMENT= Very configurable FTP server that can do chroot easily GNU_CONFIGURE= yes diff --git a/ftp/bftpd/distinfo b/ftp/bftpd/distinfo index c8ef2ac0ac97..c1cf40727caa 100644 --- a/ftp/bftpd/distinfo +++ b/ftp/bftpd/distinfo @@ -1,3 +1,3 @@ -MD5 (bftpd-1.8.4.tar.gz) = dc97121eda9b93226899ff7c9ea5acf1 -SHA256 (bftpd-1.8.4.tar.gz) = 6375124e0f4709795b7fc8f499f70c28fb1c6d7312b3b88cbfc84d8e3712855c -SIZE (bftpd-1.8.4.tar.gz) = 114815 +MD5 (bftpd-1.9.tar.gz) = e55ebb3f5009a67c371b38cb6ff1e71b +SHA256 (bftpd-1.9.tar.gz) = 2e4ed14d0af937f64ddb4c20fe7bbc81ebec2905ca7cac467211a7f9a732d685 +SIZE (bftpd-1.9.tar.gz) = 115582 diff --git a/ftp/bftpd/files/patch-main.c b/ftp/bftpd/files/patch-main.c deleted file mode 100644 index 9e035c0b9516..000000000000 --- a/ftp/bftpd/files/patch-main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- main.c.orig Sun Apr 8 12:34:59 2007 -+++ main.c Thu May 24 19:11:45 2007 -@@ -47,6 +47,8 @@ - # include <sys/wait.h> - # endif - #endif -+/* add BSD support */ -+#include <limits.h> - - #include "main.h" - #include "cwd.h" diff --git a/ftp/bftpd/files/patch-options.c b/ftp/bftpd/files/patch-options.c deleted file mode 100644 index 3f18e8943aca..000000000000 --- a/ftp/bftpd/files/patch-options.c +++ /dev/null @@ -1,11 +0,0 @@ ---- options.c.orig Fri Apr 13 16:19:15 2007 -+++ options.c Thu May 24 19:13:39 2007 -@@ -3,6 +3,8 @@ - #include <stdlib.h> - #include <grp.h> - #include <unistd.h> -+/* add BSD support */ -+#include <limits.h> - - #include "options.h" - #include "mystring.h" |