diff options
author | miwi <miwi@FreeBSD.org> | 2008-10-12 21:02:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-10-12 21:02:37 +0800 |
commit | 311641a3da5f4c47a265c1198852d6c456354421 (patch) | |
tree | da660c3f3136e3918fcbae34a6fa6981a3c209a7 /ftp/ftpsync | |
parent | 7eb48941d5ef4a72e4867e7813ae36f768b2b32b (diff) | |
download | freebsd-ports-gnome-311641a3da5f4c47a265c1198852d6c456354421.tar.gz freebsd-ports-gnome-311641a3da5f4c47a265c1198852d6c456354421.tar.zst freebsd-ports-gnome-311641a3da5f4c47a265c1198852d6c456354421.zip |
- Update to 1.2.34
Changelog:
* Added Option to disable timestamping for transferred (local) files
* Added reconnect if conncection times out after local file reading
PR: 128016
Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer)
Diffstat (limited to 'ftp/ftpsync')
-rw-r--r-- | ftp/ftpsync/Makefile | 6 | ||||
-rw-r--r-- | ftp/ftpsync/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/ftp/ftpsync/Makefile b/ftp/ftpsync/Makefile index b753cbda7bcc..55362a680787 100644 --- a/ftp/ftpsync/Makefile +++ b/ftp/ftpsync/Makefile @@ -6,9 +6,11 @@ # PORTNAME= ftpsync -PORTVERSION= 1.29 +PORTVERSION= 1.2.34 +PORTEPOCH= 1 CATEGORIES= ftp -MASTER_SITES= SF +MASTER_SITES= SF \ + http://mirror.mcx2.org/ MAINTAINER= adox@mcx2.org COMMENT= Synchronizes a local and a remote FTP directory trees diff --git a/ftp/ftpsync/distinfo b/ftp/ftpsync/distinfo index ac67d4764cb0..365670c1d01a 100644 --- a/ftp/ftpsync/distinfo +++ b/ftp/ftpsync/distinfo @@ -1,3 +1,3 @@ -MD5 (ftpsync-1.29.tar.bz2) = b693d9819dcf93d36d229bd03b4efc69 -SHA256 (ftpsync-1.29.tar.bz2) = 6839c0a8b79568dbd1499e7651bf3f40fe44077b6c98bcdb77ba86d883974a30 -SIZE (ftpsync-1.29.tar.bz2) = 15260 +MD5 (ftpsync-1.2.34.tar.bz2) = c6588cd334a83c4a64486d5b234dca30 +SHA256 (ftpsync-1.2.34.tar.bz2) = d623f42d287b750472b62a9156d155c3e1798937c7ec58b1c9540059d361daee +SIZE (ftpsync-1.2.34.tar.bz2) = 16403 |