diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-06-20 16:49:34 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-06-20 16:49:34 +0000 |
commit | 75b97863744b8923ab049c5a0c1425b646251750 (patch) | |
tree | 85d86e976793b88912f067d91518c6f3e190ba93 /net/cvsync | |
parent | ac315ed6a753cfe9dddc314a35f36b9a1971c5e0 (diff) | |
download | ports-75b97863744b8923ab049c5a0c1425b646251750.tar.gz ports-75b97863744b8923ab049c5a0c1425b646251750.zip |
Update to 0.24.16.
Submitted by: hrs
Notes
Notes:
svn path=/head/; revision=111869
Diffstat (limited to 'net/cvsync')
-rw-r--r-- | net/cvsync/Makefile | 4 | ||||
-rw-r--r-- | net/cvsync/distinfo | 4 | ||||
-rw-r--r-- | net/cvsync/pkg-descr | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/net/cvsync/Makefile b/net/cvsync/Makefile index 9643e6477d08..11f822d2e628 100644 --- a/net/cvsync/Makefile +++ b/net/cvsync/Makefile @@ -6,8 +6,8 @@ # PORTNAME= cvsync -PORTVERSION= 0.24.15 -PORTREVISION= 1 +PORTVERSION= 0.24.16 +PORTREVISION= 0 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.cvsync.org/pub/cvsync/ \ ftp://ftp.allbsd.org/pub/cvsync/ diff --git a/net/cvsync/distinfo b/net/cvsync/distinfo index d6538b85e603..e8006e4b10c4 100644 --- a/net/cvsync/distinfo +++ b/net/cvsync/distinfo @@ -1,2 +1,2 @@ -MD5 (cvsync-0.24.15.tar.gz) = 940ea8ce09c11ec5fc33850bab12aa13 -SIZE (cvsync-0.24.15.tar.gz) = 133293 +MD5 (cvsync-0.24.16.tar.gz) = 7cbaf93774069c65440dfa2700ac3256 +SIZE (cvsync-0.24.16.tar.gz) = 135096 diff --git a/net/cvsync/pkg-descr b/net/cvsync/pkg-descr index e6755caa5866..7d528fbda611 100644 --- a/net/cvsync/pkg-descr +++ b/net/cvsync/pkg-descr @@ -2,7 +2,5 @@ cvsync is a portable CVS repository synchronization utility, written in C and POSIX pthread library, released under BSD license. It is very similar to CVSup but not compatible with it. -Note that this utility is still experimental. - Author: MAEKAWA Masahide <maekawa at cvsync dot org> WWW: http://www.cvsync.org/ |