Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2001 00:09:05 -0400 (EDT)
From:      Pete Fritchman <petef@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29134: Update devel/cvspadm to 0.1.1
Message-ID:  <200107220409.f6M495H84400@electron.databits.net>

next in thread | raw e-mail | index | archive | help

>Number:         29134
>Category:       ports
>Synopsis:       Update devel/cvspadm to 0.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 21 21:10:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Pete Fritchman
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Databits Network Services, Inc.
>Environment:
System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Fri Jul 13 09:58:28 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386

>Description:

- update to version 0.1.1
- use ${DOCSDIR}
- clarify pkg-descr

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/cvspadm/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	2001/07/07 03:19:56	1.1
+++ Makefile	2001/07/22 04:07:43
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cvspadm
-PORTVERSION=	0.1
+PORTVERSION=	0.1.1
 CATEGORIES=	devel
 MASTER_SITES=	http://hackfoo.net/projs/
 
@@ -23,10 +23,10 @@
 
 do-install:
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/share/doc/cvspadm
+	@${MKDIR} ${DOCSDIR}
 	@${POD2TEXT} ${WRKSRC}/cvspadm > ${WRKSRC}/cvspadm.README
 	${INSTALL_DATA} ${WRKSRC}/cvspadm.README \
-		${PREFIX}/share/doc/cvspadm/README
+		${DOCSDIR}
 .endif
 	${INSTALL_SCRIPT} ${WRKSRC}/cvspadm ${PREFIX}/bin
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/cvspadm/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	2001/07/07 03:19:57	1.1
+++ distinfo	2001/07/22 04:01:22
@@ -1 +1 @@
-MD5 (cvspadm-0.1.tar.gz) = e9d74bd6a1af8b99e8a279ea921b2715
+MD5 (cvspadm-0.1.1.tar.gz) = 344400e308712b9bbdb52e5fd6e86f16
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/devel/cvspadm/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	2001/07/07 03:19:57	1.1
+++ pkg-descr	2001/07/22 04:03:23
@@ -1,6 +1,6 @@
 An interface to a local CVS repository using pserver for authentication.
-This can add, delete, or suspend/enable non-system users for read and
-write access to a CVS repository.
+This script can add, delete, suspend, or enable non-system users for read
+and write access to a CVS repository.
 
 WWW: http://hackfoo.net/projs/
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107220409.f6M495H84400>