diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-06-05 20:42:34 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-06-05 20:42:34 +0800 |
commit | c1ddf382fc71fd529a6edc91913d71b67c596d22 (patch) | |
tree | f0ef50327013d2c90b18856b94c0997d22bc713d /ftp/ftpproxy | |
parent | 1cd938f7cbc7dbe50d75b959a61e2a2b4cf0a0a2 (diff) | |
download | freebsd-ports-gnome-c1ddf382fc71fd529a6edc91913d71b67c596d22.tar.gz freebsd-ports-gnome-c1ddf382fc71fd529a6edc91913d71b67c596d22.tar.zst freebsd-ports-gnome-c1ddf382fc71fd529a6edc91913d71b67c596d22.zip |
Update to version 1.0.7
PR: 27881
Submitted by: MAINTAINER
Diffstat (limited to 'ftp/ftpproxy')
-rw-r--r-- | ftp/ftpproxy/Makefile | 4 | ||||
-rw-r--r-- | ftp/ftpproxy/distinfo | 2 | ||||
-rw-r--r-- | ftp/ftpproxy/files/patch-ftp.c | 10 | ||||
-rw-r--r-- | ftp/ftpproxy/pkg-descr | 2 |
4 files changed, 10 insertions, 8 deletions
diff --git a/ftp/ftpproxy/Makefile b/ftp/ftpproxy/Makefile index de905ed1cb96..e0e88e3cf8a3 100644 --- a/ftp/ftpproxy/Makefile +++ b/ftp/ftpproxy/Makefile @@ -6,9 +6,9 @@ # PORTNAME= ftpproxy -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.7 CATEGORIES= ftp -MASTER_SITES= http://www.quietsche-entchen.de/download/ +MASTER_SITES= http://ftp.daemons.de/download/ DISTNAME= ftpproxy-${PORTVERSION} MAINTAINER= philippe@le-berre.com diff --git a/ftp/ftpproxy/distinfo b/ftp/ftpproxy/distinfo index 3e9a8c46f4bc..b45c2a06ff66 100644 --- a/ftp/ftpproxy/distinfo +++ b/ftp/ftpproxy/distinfo @@ -1 +1 @@ -MD5 (ftpproxy-1.0.1.tar.gz) = d9f1ce0a3e028c060a9c5d0d8ae7d6ac +MD5 (ftpproxy-1.0.7.tar.gz) = 4cf5774e22fbcd0a0e02dab0c7ba4853 diff --git a/ftp/ftpproxy/files/patch-ftp.c b/ftp/ftpproxy/files/patch-ftp.c index 4f424810e4bd..fb8f266dea37 100644 --- a/ftp/ftpproxy/files/patch-ftp.c +++ b/ftp/ftpproxy/files/patch-ftp.c @@ -1,19 +1,21 @@ *** ftp.orig Wed May 16 09:53:13 2001 --- ftp.c Wed May 16 09:54:08 2001 *************** -*** 30,36 **** +*** 31,38 **** #include <time.h> #include <signal.h> ! #include <wait.h> - + #include <ctype.h> + #include <sys/types.h> #include <sys/stat.h> ---- 30,36 ---- +--- 31,38 ---- #include <time.h> #include <signal.h> ! #include <sys/wait.h> - + #include <ctype.h> + #include <sys/types.h> #include <sys/stat.h> diff --git a/ftp/ftpproxy/pkg-descr b/ftp/ftpproxy/pkg-descr index 231f962db7fc..0501ec709285 100644 --- a/ftp/ftpproxy/pkg-descr +++ b/ftp/ftpproxy/pkg-descr @@ -6,7 +6,7 @@ Beside this basic function which makes the program useful on firewall or masqueraders it offers fixing the FTP server (e.g. for connections into a protected LAN) and proxy authentication. -WWW: http://www.quietsche-entchen.de/software/ftp.proxy.html +WWW: http://ftp.daemons.de/ -Philippe philippe@le-berre.com |