diff options
author | Simon Barner <barner@FreeBSD.org> | 2006-01-31 13:49:17 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2006-01-31 13:49:17 +0000 |
commit | d232f21f645eb76a4d62112e798c2db93a19afa4 (patch) | |
tree | 3a3771155560c4608ea30c9ee94e7ac94a2443e0 /devel/cvsdadm | |
parent | 9537d75c022c0755db54c437d65c1918bb8406b2 (diff) | |
download | ports-d232f21f645eb76a4d62112e798c2db93a19afa4.tar.gz ports-d232f21f645eb76a4d62112e798c2db93a19afa4.zip |
- Update to 0.2
- ChangeLog:
o If no -R are given, cvsdadm will try to check if the repository is in
the cwd.
o &Init_repository: Verify if the repository is in a sane state _before_
attempting any operation. The difference between this behavior and the
old one is that cvsdadm will not stop in the middle of an operation
(eg: adding a user) and let the repository almost ready.
o New command [-C]. If this command is given with -R and nothing else,
it will create a new repository. It means CVSROOT dir, passwd, readers and
writers files.
If -C is given with any other flags -[adekq], it will create the repository
file(s) if they are missing. Your repository files will not be overwritten
if they already created. Cvsdadm is gentle for your repository...
This option can be given with interactive [-i] mode too.
o Better handling and logic with interactive mode.
o Remove some redundant lines of code that do the same things
unnecessarily.
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer)
PR: ports/92578
Notes
Notes:
svn path=/head/; revision=154889
Diffstat (limited to 'devel/cvsdadm')
-rw-r--r-- | devel/cvsdadm/Makefile | 2 | ||||
-rw-r--r-- | devel/cvsdadm/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/cvsdadm/Makefile b/devel/cvsdadm/Makefile index f39cdfc29e03..fbd17803d642 100644 --- a/devel/cvsdadm/Makefile +++ b/devel/cvsdadm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cvsdadm -PORTVERSION= 0.1.3 +PORTVERSION= 0.2 CATEGORIES= devel MASTER_SITES= ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/ diff --git a/devel/cvsdadm/distinfo b/devel/cvsdadm/distinfo index 87e8d762de64..e11b9df3cc8f 100644 --- a/devel/cvsdadm/distinfo +++ b/devel/cvsdadm/distinfo @@ -1,3 +1,3 @@ -MD5 (cvsdadm-0.1.3.tar.gz) = f875f1450405a7617b75f48cbc591034 -SHA256 (cvsdadm-0.1.3.tar.gz) = 53658632ad60b907197711db9f5ec831bd47760034bae4826d0797133cf2548e -SIZE (cvsdadm-0.1.3.tar.gz) = 8622 +MD5 (cvsdadm-0.2.tar.gz) = f2a3da5241ab9795f060e5678fb362ad +SHA256 (cvsdadm-0.2.tar.gz) = c8d0d8f0d870c4a6ef49f850c5ea1a0258a32be68d6accb42fb5065d87cc0f54 +SIZE (cvsdadm-0.2.tar.gz) = 9596 |