diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-02-04 03:50:32 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-02-04 03:50:32 +0000 |
commit | 91f0eda57d9a72e3fa462a98a81ac28686bc52de (patch) | |
tree | 3d36198f1d6f347c007b630ad877c25d1c82c949 /ftp | |
parent | 1d07cd60fd2266415d57439015971d16a9bf6500 (diff) | |
download | ports-91f0eda57d9a72e3fa462a98a81ac28686bc52de.tar.gz ports-91f0eda57d9a72e3fa462a98a81ac28686bc52de.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/mget/Makefile | 2 | ||||
-rw-r--r-- | ftp/mget/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/mget/Makefile b/ftp/mget/Makefile index 223ad254386d..00a0747ff319 100644 --- a/ftp/mget/Makefile +++ b/ftp/mget/Makefile @@ -9,7 +9,7 @@ PORTNAME= mget PORTVERSION= 1.4.2 CATEGORIES= ftp ipv6 -MASTER_SITES= http://cs-people.bu.edu/dbera/activities/projects/mget/ +MASTER_SITES= http://cs-people.bu.edu/dbera/projects/mget/ MAINTAINER= beech@FreeBSD.org COMMENT= Multithreaded commandline web-download manager diff --git a/ftp/mget/pkg-descr b/ftp/mget/pkg-descr index c98cb12aa366..1010b77fb2f4 100644 --- a/ftp/mget/pkg-descr +++ b/ftp/mget/pkg-descr @@ -4,4 +4,4 @@ It can handle proxies and can tunnel through them to get files blocked by proxies. Currently mGet only handles HTTP downloads directly, while FTP downloads must go through a proxy. -WWW: http://cs-people.bu.edu/dbera/activities/projects/mget/mget.php +WWW: http://cs-people.bu.edu/dbera/projects/mget/mget.php |