aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2007-06-10 13:56:37 +0800
committerbeech <beech@FreeBSD.org>2007-06-10 13:56:37 +0800
commit7e858d36fb4ecf061feb89d7debc69e39d5e055a (patch)
tree812b8817d65fec72bc955833d04607f4d6c87962 /ftp
parent89abda0958dc3487349b9a5fa1a99052fb7d530d (diff)
downloadfreebsd-ports-gnome-7e858d36fb4ecf061feb89d7debc69e39d5e055a.tar.gz
freebsd-ports-gnome-7e858d36fb4ecf061feb89d7debc69e39d5e055a.tar.zst
freebsd-ports-gnome-7e858d36fb4ecf061feb89d7debc69e39d5e055a.zip
- Update to 1.9
- Patches integrated upstream
Diffstat (limited to 'ftp')
-rw-r--r--ftp/bftpd/Makefile7
-rw-r--r--ftp/bftpd/distinfo6
-rw-r--r--ftp/bftpd/files/patch-main.c11
-rw-r--r--ftp/bftpd/files/patch-options.c11
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"