Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jan 2002 10:49:57 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/34376: Update port: devel/cvsd to 0.9.5
Message-ID:  <200201281849.g0SInv398526@freefall.freebsd.org>

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

>Number:         34376
>Category:       ports
>Synopsis:       Update port: devel/cvsd to 0.9.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 28 10:50:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.9.5

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/devel/cvsd/Makefile devel/cvsd/Makefile
--- /usr/ports/devel/cvsd/Makefile	Wed Jan  9 19:31:44 2002
+++ devel/cvsd/Makefile	Mon Jan 28 02:26:56 2002
@@ -7,32 +7,27 @@
 #
 
 PORTNAME=	cvsd
-PORTVERSION=	0.9.3
+PORTVERSION=	0.9.5
 CATEGORIES=	devel
 MASTER_SITES=	http://tiefighter.et.tudelft.nl/~arthur/cvsd/
 
 MAINTAINER=	ports@FreeBSD.org
 
-LIB_DEPENDS=	gnugetopt:${PORTSDIR}/devel/libgnugetopt
-
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
-		LIBS="-L${LOCALBASE}/lib -lgnugetopt"
+CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
 
 MAN5=	cvsd.conf.5
 MAN8=	cvsd.8 cvsd-buildroot.8 cvsd-passwd.8
 
 post-patch:
-	@${PERL} -pi -e "s|init.d|rc.d|g" ${WRKSRC}/Makefile.in
+	@${PERL} -pi -e 's|init.d/cvsd|rc.d/cvsd.sh|g ; \
+		 s|init.d|rc.d|g' ${WRKSRC}/Makefile.in
 
 post-install:
-	@${MV} ${PREFIX}/etc/rc.d/cvsd ${PREFIX}/etc/rc.d/cvsd.sh
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 .endif
-	@${ECHO}
 	@${CAT} ${PKGMESSAGE}
-	@${ECHO}
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/cvsd/distinfo devel/cvsd/distinfo
--- /usr/ports/devel/cvsd/distinfo	Mon Dec 31 14:33:17 2001
+++ devel/cvsd/distinfo	Mon Jan 28 01:55:19 2002
@@ -1 +1 @@
-MD5 (cvsd-0.9.3.tar.gz) = 67fd0369c3c5a9a42c19c669fb3d97cf
+MD5 (cvsd-0.9.5.tar.gz) = 6bb9da46586cd5b7931642c6bb322dbd
diff -urN /usr/ports/devel/cvsd/pkg-message devel/cvsd/pkg-message
--- /usr/ports/devel/cvsd/pkg-message	Mon Dec 31 14:33:17 2001
+++ devel/cvsd/pkg-message	Mon Jan 28 02:28:51 2002
@@ -1,2 +1,4 @@
-You should set up user and group ids for cvsd, create a chrooted filesystem
-and create repositories.
+************************************************************
+You should set up user and group ids for cvsd, create a
+chrooted filesystem and create repositories.
+************************************************************

>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?200201281849.g0SInv398526>