aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMaxime Henrion <mux@FreeBSD.org>2006-02-04 02:50:00 +0000
committerMaxime Henrion <mux@FreeBSD.org>2006-02-04 02:50:00 +0000
commit4c0543603add0f74365f9e63138b349dd8521b9d (patch)
tree85b5011066da4e74758dfaa936a1baf1428ed976 /net
parent7c3e6ff41eb32c1baf659765a65f8ec51cff0813 (diff)
downloadports-4c0543603add0f74365f9e63138b349dd8521b9d.tar.gz
ports-4c0543603add0f74365f9e63138b349dd8521b9d.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.
Notes
Notes: svn path=/head/; revision=155177
Diffstat (limited to 'net')
-rw-r--r--net/csup/Makefile2
-rw-r--r--net/csup/distinfo6
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