diff options
author | demon <demon@FreeBSD.org> | 2002-05-05 23:29:24 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2002-05-05 23:29:24 +0800 |
commit | c949622e8c69e7762113f790f7f5974ec2cc56f9 (patch) | |
tree | 473efc6672f1c48acc234aa46e7f1ea1c439425b | |
parent | 58d1331e6c753431794b1ab34177a9e098e9e110 (diff) | |
download | freebsd-ports-graphics-c949622e8c69e7762113f790f7f5974ec2cc56f9.tar.gz freebsd-ports-graphics-c949622e8c69e7762113f790f7f5974ec2cc56f9.tar.zst freebsd-ports-graphics-c949622e8c69e7762113f790f7f5974ec2cc56f9.zip |
Upgrade to version 1.2.8
-rw-r--r-- | ftp/fget/Makefile | 4 | ||||
-rw-r--r-- | ftp/fget/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ftp/fget/Makefile b/ftp/fget/Makefile index 88e0a54247a..c6fa869b8a5 100644 --- a/ftp/fget/Makefile +++ b/ftp/fget/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fget -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.8 CATEGORIES= ftp www MASTER_SITES= ftp://ftp-dev.cso.uiuc.edu/pub/fget/ @@ -23,7 +23,7 @@ MAN3= ftp_connect.3 ftp_login.3 ftp_chdir.3 ftp_quit.3 ftp_fd.3 \ ftp_set_io_timeout.3 ftp_whoami.3 ftp_glob.3 ftp_globfree.3 ftp_open.3 \ ftp_read.3 ftp_write.3 ftp_lseek.3 ftp_close.3 ftp_opendir.3 \ ftp_readdir.3 ftp_rewinddir.3 ftp_telldir.3 ftp_seekdir.3 \ - ftp_closedir.3 ftp_parse_url.3 ftp_readlink.3 ftp_realpath.3 \ + ftp_closedir.3 ftp_url_parse.3 ftp_readlink.3 ftp_realpath.3 \ ftp_rename.3 ftp_remove.3 ftp_mkdir.3 ftp_rmdir.3 ftp_getcwd.3 \ ftp_set_sendhook.3 ftp_set_recvhook.3 ftp_site.3 ftp_systype.3 \ ftp_status.3 ftp_stat.3 ftp_lstat.3 diff --git a/ftp/fget/distinfo b/ftp/fget/distinfo index ea69d46da74..7047d2c59fa 100644 --- a/ftp/fget/distinfo +++ b/ftp/fget/distinfo @@ -1 +1 @@ -MD5 (fget-1.2.6.tar.gz) = 349792e24e069049a7ecd8769ec58a02 +MD5 (fget-1.2.8.tar.gz) = 8f5dc5e6cbeced0fce80f5bb6c9e867f |