diff options
author | mux <mux@FreeBSD.org> | 2006-02-04 10:50:00 +0800 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2006-02-04 10:50:00 +0800 |
commit | 752e6ae745bf001746d658e0ee0ad840577d242d (patch) | |
tree | cd14609993340c6f14c5b82b347cb3f299ae3153 | |
parent | 2901aeb7008482e44a48d5d65a941cf912aa1a38 (diff) | |
download | freebsd-ports-gnome-752e6ae745bf001746d658e0ee0ad840577d242d.tar.gz freebsd-ports-gnome-752e6ae745bf001746d658e0ee0ad840577d242d.tar.zst freebsd-ports-gnome-752e6ae745bf001746d658e0ee0ad840577d242d.zip |
Update to csup-snap-20060204:
- Don't use the C99 %zd format in fattr_encode(), it fails with a
pre-C99 compiler and just prints "zd", which caused csup to send
corrupted file attributes and get kicked by the server. I have no
idea why I didn't see this when testing on ref4.FreeBSD.org but csup
now really works on RELENG_4.
- Completely revamp the file attributes computation when checking out
new files and when updating them via diffs. We now create the files
with correct attributes. If you've seen "SetAttrs" commands when you
didn't use to see with CVSup, that fixes it.
- Rewrite mkdirhier() so that it works as intended and respects the
umask setting of the collection.
- Fix a bad bug in proto_get_ascii() that made csup crash when there
were no more tokens to eat.
- Rework the status file API so that it's always possible to determine
if there was an error and to supply appropriate error messages with
status_errmsg(). Use this new function in the lister, detailer and
updater threads.
- Implement support for two new formats in proto_printf(), %f and %F,
that are used to print encoded file attributes. Use them everywhere
appropriate to simplify code.
And probably a few things more that I forgot.
-rw-r--r-- | net/csup/Makefile | 2 | ||||
-rw-r--r-- | net/csup/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/csup/Makefile b/net/csup/Makefile index 1f9b627f49cc..a8e730d489bb 100644 --- a/net/csup/Makefile +++ b/net/csup/Makefile @@ -7,7 +7,7 @@ # PORTNAME= csup -PORTVERSION= 20060203 +PORTVERSION= 20060204 CATEGORIES= net devel MASTER_SITES= http://www.mu.org/~mux/ DISTNAME= ${PORTNAME}-snap-${PORTVERSION} diff --git a/net/csup/distinfo b/net/csup/distinfo index 8b4094f7e518..2ad62befb267 100644 --- a/net/csup/distinfo +++ b/net/csup/distinfo @@ -1,3 +1,3 @@ -MD5 (csup-snap-20060203.tgz) = 04ad634428aa3389ac1924a713fb0061 -SHA256 (csup-snap-20060203.tgz) = ee929430c3f2366abb8d19b911a6b73d429b03b2c64b62fc25fd11b6325cb17b -SIZE (csup-snap-20060203.tgz) = 59395 +MD5 (csup-snap-20060204.tgz) = c84e6147211ff42ad5539c62e323d3a3 +SHA256 (csup-snap-20060204.tgz) = e40ac517faa6180cc491025e33b78fea6053d8bb26a9e520a5e4afd865e897ab +SIZE (csup-snap-20060204.tgz) = 59972 |