aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsdadm
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-06-28 06:36:27 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-06-28 06:36:27 +0000
commit97f88adff904a326b71722e2a0241db5a23804d4 (patch)
tree896780fac5f107a92772513ec1401053d93bbdab /devel/cvsdadm
parent3fc5bb0f79bd3d68c58871ecf8bb856f5d0adcf0 (diff)
downloadports-97f88adff904a326b71722e2a0241db5a23804d4.tar.gz
ports-97f88adff904a326b71722e2a0241db5a23804d4.zip
- update to version 0.3.2
- Re-add the copyright notice of the original cvspadm author. It has been removed by a lack of knowledge about license stuff. PR: ports/99571 Submitted by: maintainer (Serge Gagnon)
Notes
Notes: svn path=/head/; revision=166495
Diffstat (limited to 'devel/cvsdadm')
-rw-r--r--devel/cvsdadm/Makefile6
-rw-r--r--devel/cvsdadm/distinfo6
-rw-r--r--devel/cvsdadm/pkg-descr11
3 files changed, 12 insertions, 11 deletions
diff --git a/devel/cvsdadm/Makefile b/devel/cvsdadm/Makefile
index 763c455c66bc..b3ba507089e3 100644
--- a/devel/cvsdadm/Makefile
+++ b/devel/cvsdadm/Makefile
@@ -6,9 +6,11 @@
#
PORTNAME= cvsdadm
-PORTVERSION= 0.3.1
+PORTVERSION= 0.3.2
CATEGORIES= devel
-MASTER_SITES= ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/
+MASTER_SITES= ftp://quenix2.dyndns.org/FreeBSD/ports/distfiles/ \
+ ${MASTER_SITE_SAVANNAH}
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= serge.gagnon@b2b2c.ca
COMMENT= Tool for CVSd pserver user administration
diff --git a/devel/cvsdadm/distinfo b/devel/cvsdadm/distinfo
index b289aef222ed..08ef57204c77 100644
--- a/devel/cvsdadm/distinfo
+++ b/devel/cvsdadm/distinfo
@@ -1,3 +1,3 @@
-MD5 (cvsdadm-0.3.1.tar.gz) = 9b1b5daa3cde18c003545fedae9da766
-SHA256 (cvsdadm-0.3.1.tar.gz) = 00465cbf35586ebdebe2196153b37c2b3fa546df4c4d369c504f296bfe0328af
-SIZE (cvsdadm-0.3.1.tar.gz) = 12766
+MD5 (cvsdadm-0.3.2.tar.gz) = 6575e76c1175edafbdca32195114c382
+SHA256 (cvsdadm-0.3.2.tar.gz) = 012049da50edc82d1a9d969a380147996b5ea07fa89165dc96ac2cbe32d37817
+SIZE (cvsdadm-0.3.2.tar.gz) = 13038
diff --git a/devel/cvsdadm/pkg-descr b/devel/cvsdadm/pkg-descr
index 1e6711516266..dbd41008d697 100644
--- a/devel/cvsdadm/pkg-descr
+++ b/devel/cvsdadm/pkg-descr
@@ -1,10 +1,9 @@
-An interface to a local CVSd repository using pserver for authentication.
-This script can add, delete, suspend, or enable non-system users for read
-and write access to a CVS repository.
-
-This program is a fork of cvspadm.
+cvsdadm is a tool to assist CVSd administrators in the user admin
+of the CVSROOT/passwd, CVSROOT/readers, CVSROOT/writers files when
+pserver authentication is being used for the repository. cvsdadm
+is a fork of cvspadm.
- Serge Gagnon
serge.gagnon@b2b2c.ca
-WWW: http://quenix2.dyndns.org:8080/Unix-soft/cvsdadm-news.html
+WWW: http://quenix2.dyndns.org:8080/Unix-soft/cvsdadm.html