Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 2003 23:09:56 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53099: Update port: devel/cvsd to 0.9.19
Message-ID:  <20030609230956.60497199.tkato@prontomail.com>
Resent-Message-ID: <200306091420.h59EKFmQ070505@freefall.freebsd.org>

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

>Number:         53099
>Category:       ports
>Synopsis:       Update port: devel/cvsd to 0.9.19
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 09 07:20:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.9.19

Following PRs should be superseded by this one:
[2003/05/19] ports/52434  ports-bugs  cvsd overwrites etc/cvsd/cvsd.conf without permission

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/cvsd/Makefile devel/cvsd/Makefile
--- /usr/ports/devel/cvsd/Makefile	Sun Apr 27 11:34:30 2003
+++ devel/cvsd/Makefile	Mon Jun  9 22:58:15 2003
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	cvsd
-PORTVERSION=	0.9.18
+PORTVERSION=	0.9.19
 CATEGORIES=	devel
 MASTER_SITES=	http://tiefighter.et.tudelft.nl/~arthur/cvsd/
 
@@ -16,7 +16,6 @@
 
 USE_PERL5=	yes
 USE_GETOPT_LONG=	yes
-USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
@@ -27,11 +26,20 @@
 MAN5=	cvsd.conf.5
 MAN8=	cvsd.8 cvsd-buildroot.8 cvsd-passwd.8
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|init.d/cvsd|rc.d/cvsd.sh.sample|g ; \
-		 s|init.d|rc.d|g' ${WRKSRC}/Makefile.in
-
-post-install:
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/cvsd ${PREFIX}/sbin/cvsd
+.for file in cvsd-buildroot cvsd-passwd
+	${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/sbin/${file}
+.endfor
+	${INSTALL_DATA} ${WRKSRC}/cvsd.init ${PREFIX}/etc/rc.d/cvsd.sh.sample
+	@${MKDIR} ${PREFIX}/etc/cvsd
+	${INSTALL_DATA} ${WRKSRC}/cvsd.conf-dist ${PREFIX}/etc/cvsd/cvsd.conf.sample
+.for file in ${MAN5}
+	${INSTALL_MAN} ${WRKSRC}/${file} ${MANPREFIX}/man/man5/${file}
+.endfor
+.for file in ${MAN8}
+	${INSTALL_MAN} ${WRKSRC}/${file} ${MANPREFIX}/man/man8/${file}
+.endfor
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
diff -urN /usr/ports/devel/cvsd/distinfo devel/cvsd/distinfo
--- /usr/ports/devel/cvsd/distinfo	Sun Apr 27 11:34:30 2003
+++ devel/cvsd/distinfo	Mon Jun  9 00:39:42 2003
@@ -1 +1 @@
-MD5 (cvsd-0.9.18.tar.gz) = 4e0fadc7c4d87304ae9359d05bd40326
+MD5 (cvsd-0.9.19.tar.gz) = 2757c59517e59771bd9d249aea760b41
diff -urN /usr/ports/devel/cvsd/pkg-plist devel/cvsd/pkg-plist
--- /usr/ports/devel/cvsd/pkg-plist	Thu Sep 19 21:06:23 2002
+++ devel/cvsd/pkg-plist	Mon Jun  9 22:44:03 2003
@@ -1,4 +1,4 @@
-etc/cvsd/cvsd.conf
+etc/cvsd/cvsd.conf.sample
 etc/rc.d/cvsd.sh.sample
 sbin/cvsd
 sbin/cvsd-buildroot
>Release-Note:
>Audit-Trail:
>Unformatted:



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