diff options
author | gehenna <gehenna@pkgsrc.org> | 2003-04-14 12:31:34 +0000 |
---|---|---|
committer | gehenna <gehenna@pkgsrc.org> | 2003-04-14 12:31:34 +0000 |
commit | af2e162b6371ad7f4ece5fbc149c374d56aa0147 (patch) | |
tree | f7ee4b31f04c3a5ec5e2d2597d9931854d6892d9 /devel/cvsync/Makefile | |
parent | 6026aa14996f24340e14c2210410695849719a30 (diff) | |
download | pkgsrc-af2e162b6371ad7f4ece5fbc149c374d56aa0147.tar.gz |
cvsync-0.19.4
ChangeLog:
2003-04-14 MAEKAWA Masahide <maekawa@daemon-systems.org>
* 0.19.3
* Fix a bug that '@' is missing for 'comment'.
* Improve the network performance.
* Options (both)
-V: Print the version number to standard error.
-v: Verbose mode.
* Options (server)
-g: Specifies the group the server should run as.
-u: Specifies the user the server should run as.
-w: Sets the working directory of the server.
Diffstat (limited to 'devel/cvsync/Makefile')
-rw-r--r-- | devel/cvsync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvsync/Makefile b/devel/cvsync/Makefile index fe5afe5c0dd..ccbfc60467c 100644 --- a/devel/cvsync/Makefile +++ b/devel/cvsync/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2003/04/11 16:21:20 gehenna Exp $ +# $NetBSD: Makefile,v 1.22 2003/04/14 12:31:34 gehenna Exp $ # -DISTNAME= cvsync-0.19.2 +DISTNAME= cvsync-0.19.3 CATEGORIES= devel MASTER_SITES= http://www.daemon-systems.org/cvsync/ |