From owner-freebsd-ports Mon Jan 28 10:50:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EF61537B41C for ; Mon, 28 Jan 2002 10:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0SIo2b98565; Mon, 28 Jan 2002 10:50:02 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF68637B400 for ; Mon, 28 Jan 2002 10:49:57 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0SInv398526; Mon, 28 Jan 2002 10:49:57 -0800 (PST) (envelope-from nobody) Message-Id: <200201281849.g0SInv398526@freefall.freebsd.org> Date: Mon, 28 Jan 2002 10:49:57 -0800 (PST) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/34376: Update port: devel/cvsd to 0.9.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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