aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cvsdadm
diff options
context:
space:
mode:
authorbarner <barner@FreeBSD.org>2006-01-31 21:49:17 +0800
committerbarner <barner@FreeBSD.org>2006-01-31 21:49:17 +0800
commited6892bc142797fda40c100473b6ac9dfb722796 (patch)
tree71ebb100f0ccce61b4314dc5aaf3381c47056d9c /devel/cvsdadm
parentd7c8d27fcd0758e92eaf3d126573054f4f017ec8 (diff)
downloadfreebsd-ports-gnome-ed6892bc142797fda40c100473b6ac9dfb722796.tar.gz
freebsd-ports-gnome-ed6892bc142797fda40c100473b6ac9dfb722796.tar.zst
freebsd-ports-gnome-ed6892bc142797fda40c100473b6ac9dfb722796.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
Diffstat (limited to 'devel/cvsdadm')
-rw-r--r--devel/cvsdadm/Makefile2
-rw-r--r--devel/cvsdadm/distinfo6
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