From 37863a6572716e2286525dbc997dcc839f550a59 Mon Sep 17 00:00:00 2001 From: Maxime Henrion <mux@FreeBSD.org> Date: Thu, 2 Feb 2006 00:35:40 +0000 Subject: Update to the 20060202 snapshot: - Many bugfixes and code improvements. - There is now a csup(1) manual page. - We now use the Z_DEFAULT_COMPRESSION zlib compression level instead of Z_BEST_SPEED (the lowest). As a consequence of this, less data needs to be send and csup is slightly faster than CVSup in my tests. --- net/csup/Makefile | 5 +++-- net/csup/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'net/csup') diff --git a/net/csup/Makefile b/net/csup/Makefile index acf6b75ccb72..da3e50d13175 100644 --- a/net/csup/Makefile +++ b/net/csup/Makefile @@ -7,7 +7,7 @@ # PORTNAME= csup -PORTVERSION= 20060127 +PORTVERSION= 20060202 CATEGORIES= net devel MASTER_SITES= http://www.mu.org/~mux/ DISTNAME= ${PORTNAME}-snap-${PORTVERSION} @@ -17,6 +17,7 @@ MAINTAINER= mux@FreeBSD.org COMMENT= A rewrite of the CVSup file updating client in C WRKSRC= ${WRKDIR}/${PORTNAME} -PLIST_FILES= bin/csup +PLIST_FILES= bin/csup \ + man/man1/csup.1.gz .include <bsd.port.mk> diff --git a/net/csup/distinfo b/net/csup/distinfo index 943144c7d31e..d25292c3e81c 100644 --- a/net/csup/distinfo +++ b/net/csup/distinfo @@ -1,3 +1,3 @@ -MD5 (csup-snap-20060127.tgz) = 2646387b0f3124c750d0e16ae1de08d7 -SHA256 (csup-snap-20060127.tgz) = 213ad9db0e4aa45c8d092149f1d4f821e73034386a4ea671f1fd1555d6d98f61 -SIZE (csup-snap-20060127.tgz) = 52222 +MD5 (csup-snap-20060202.tgz) = 9046ba7a21226379e98a52e9a3c28968 +SHA256 (csup-snap-20060202.tgz) = 4059b8ce9620f13e553d17be52d558d90969ab4876eb916bad86faf2b7392228 +SIZE (csup-snap-20060202.tgz) = 58870 -- cgit v1.2.3