diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-02-22 04:43:34 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-02-22 04:43:34 +0800 |
commit | a42e0a13b3b49942aee0bc8788b914427ee9a594 (patch) | |
tree | effa3468f2f536f9b6156310444fe8b738f8641b /security/pidentd/Makefile | |
parent | 825409ab12826034d2437ce404addb89405e82f2 (diff) | |
download | freebsd-ports-gnome-a42e0a13b3b49942aee0bc8788b914427ee9a594.tar.gz freebsd-ports-gnome-a42e0a13b3b49942aee0bc8788b914427ee9a594.tar.zst freebsd-ports-gnome-a42e0a13b3b49942aee0bc8788b914427ee9a594.zip |
- remove BROKEN, verified that port can fetch all files from all locations
http://people.freebsd.org/~fenner/portsurvey/security.html#pidentd
pidentd
cvs tree / pkg-descr
File: pidentd-2.8.5.tar.gz has 2 possible URLs: 1 OK, 1 bad, 0 skipped
Port maintainer: dinoex@FreeBSD.org
ftp://ftp.lysator.liu.se/pub/ident/servers/pidentd-2.8.5.tar.gz: looking for file 550 pidentd-2.8.5.tar.gz: No such file or directory. (Last OK result Thu Apr 4 9:05:23 2002 )
ftp://ftp.fu-berlin.de/unix/security/ident/servers/pidentd-2.8.5.tar.gz: ok
File: pidentd-2.8.5-ipv6-1.5.diff.gz has 1 possible URL: OK!
Summary 2 files fetchable out of 2
Master Site # files fetchable
ftp.fu-berlin.de 1
www.imasy.or.jp 1
ftp.lysator.liu.se 0
$ ftp ftp://ftp.lysator.liu.se/pub/ident/servers/
Connected to ftp.lysator.liu.se.
220 Peter's Anonymous FTP server (pftpd 0.41 at Apr 29 2002 22:37:28) ready.
331 Guest login ok; use your e-mail address as password.
230 Login OK.
Remote system type is UNIX.
Using binary mode to transfer files.
200 Type set to I.
250 Command successful.
250-This directory is the main distribution point for the pidentd IDENT
250-(RFC1413) protocol server and it originates from the site:
250-
250- ftp://ftp.lysator.liu.se/pub/ident/servers/
250-
250-Please report problems with the files in this directory to:
250-
250- Peter Eriksson <pen@lysator.liu.se>
250 Command successful.
ftp> ls
150 Opening ASCII mode data connection for file listing.
[...]
-rw-r--r-- 1 pen local 121835 Nov 26 1998 pidentd-2.8.5.tar.gz
-rw-r--r-- 1 pen local 366 Nov 26 1998 pidentd-2.8.5.tar.gz.sig
[...]
226 Transfer complete.
$ ftp ftp://ftp.fu-berlin.de/unix/security/ident/servers/
Connected to ftp.fu-berlin.de.
220 FTP.FU-Berlin.DE ready.
331 Anonymous login ok, send anything as password.
[...]
230-
Welcome at Freie Universität Berlin, Germany.
Willkommen auf dem FTP-Server der Freien Universität Berlin.
Ein Service der Zentraleinrichtung für Datenverarbeitung (ZEDAT).
230 FTP.FU-Berlin.DE login ok.
Remote system type is UNIX.
Using binary mode to transfer files.
200 Type set to I
250 CWD command successful.
250 CWD command successful.
ftp> ls
150 Opening ASCII mode data connection for file list
[...]
-rw-r--r-- 1 ZEDAT FU-Berlin 121835 Nov 25 1998 pidentd-2.8.5.tar.gz
-rw-r--r-- 1 ZEDAT FU-Berlin 366 Nov 25 1998 pidentd-2.8.5.tar.gz.sig
[...]
226 Transfer complete.
$ fetch http://www.imasy.or.jp/~ume/ipv6/pidentd-2.8.5-ipv6-1.5.diff.gz
Receiving pidentd-2.8.5-ipv6-1.5.diff.gz (9635 bytes): 100%
9635 bytes transferred in 5.5 seconds (1.71 kBps)
Diffstat (limited to 'security/pidentd/Makefile')
-rw-r--r-- | security/pidentd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile index 0cc6bd81e089..74d6c66c269a 100644 --- a/security/pidentd/Makefile +++ b/security/pidentd/Makefile @@ -18,8 +18,6 @@ PATCH_DIST_STRIP= -p2 MAINTAINER= dinoex@FreeBSD.org COMMENT= An RFC1413 identification server -BROKEN= "Does not fetch" - ALL_TARGET= freebsd MAKE_ENV= REALPREFIX=${PREFIX} MAN8= identd.8 idecrypt.8 |