diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-02-05 09:40:43 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-02-05 09:40:43 +0000 |
commit | 74c41b5224b52bd0337e9edbb4e7707f7b16b5a0 (patch) | |
tree | 8fdb2b43dbe45791ce073d24f895b0ecf4bc346a | |
parent | Update to SRC680_m155. (diff) |
Version 0.2.2:
- Query the repository's files if $user is already in there
before attempting to adding him/her.
- Exit status with 0 instead of 1 in interactive mode.
- Fix a bug crash with 'disable' function. Look if user is already
disable before attempting to disable him/her again.
- Print if user is 'enable' or 'disable' in Query mode
- Fix some others minors bugs.
I'm considering, now, that cvsdadm have passed from alpha state to
beta. It is more stable than before, but not complete.
PR: 92833
Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> (maintainer)
Notes
Notes:
svn path=/head/; revision=155245
-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 d9f5c9df1e38..e19efec86a9f 100644 --- a/devel/cvsdadm/Makefile +++ b/devel/cvsdadm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= cvsdadm -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= devel MASTER_SITES= ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/ diff --git a/devel/cvsdadm/distinfo b/devel/cvsdadm/distinfo index b870b7a105eb..eda93ccba2f9 100644 --- a/devel/cvsdadm/distinfo +++ b/devel/cvsdadm/distinfo @@ -1,3 +1,3 @@ -MD5 (cvsdadm-0.2.1.tar.gz) = b836a0318dc4059fcfd34cf1971ccbb8 -SHA256 (cvsdadm-0.2.1.tar.gz) = 49490b3bde5bec5d31e6f67fee0321811bb175279d8f2b921e045559c43afa07 -SIZE (cvsdadm-0.2.1.tar.gz) = 9522 +MD5 (cvsdadm-0.2.2.tar.gz) = 6f5d42cc3d3635e50081a9e954bea47c +SHA256 (cvsdadm-0.2.2.tar.gz) = b94a4bfa3451408649432cf1231092e84885acbb874f11ad644caa6e3741dc2d +SIZE (cvsdadm-0.2.2.tar.gz) = 9883 |