Date: Mon, 7 Oct 2002 12:34:04 -0700 (PDT) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/43783: Update port: devel/cvsd to 0.9.13 Message-ID: <200210071934.g97JY4lx080995@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 43783 >Category: ports >Synopsis: Update port: devel/cvsd to 0.9.13 >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 Oct 07 12:40:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6.2-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.9.13 Remove file: files/patch-cvsd.c >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/cvsd/Makefile devel/cvsd/Makefile --- /usr/ports/devel/cvsd/Makefile Tue Sep 24 20:18:57 2002 +++ devel/cvsd/Makefile Sat Oct 5 21:37:33 2002 @@ -7,7 +7,7 @@ # PORTNAME= cvsd -PORTVERSION= 0.9.12 +PORTVERSION= 0.9.13 CATEGORIES= devel MASTER_SITES= http://tiefighter.et.tudelft.nl/~arthur/cvsd/ @@ -25,10 +25,13 @@ MAN8= cvsd.8 cvsd-buildroot.8 cvsd-passwd.8 post-patch: - @${REINPLACE_CMD} -E -e 's|init.d/cvsd|rc.d/cvsd.sh.sample|g ; \ - s|init.d|rc.d|g ; \ - s,@(ACLOCAL|AUTO(CONF|MAKE|HEADER))@,/usr/bin/true,' \ - ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e \ + 's|@ACLOCAL@|${TRUE}|g ; \ + s|@AUTOCONF@|${TRUE}|g ; \ + s|@AUTOMAKE@|${TRUE}|g ; \ + s|@AUTOHEADER@|${TRUE}|g ; \ + s|init.d/cvsd|rc.d/cvsd.sh.sample|g ; \ + s|init.d|rc.d|g' ${WRKSRC}/Makefile.in post-install: .if !defined(NOPORTDOCS) diff -urN /usr/ports/devel/cvsd/distinfo devel/cvsd/distinfo --- /usr/ports/devel/cvsd/distinfo Thu Sep 19 21:06:23 2002 +++ devel/cvsd/distinfo Sat Oct 5 19:22:53 2002 @@ -1 +1 @@ -MD5 (cvsd-0.9.12.tar.gz) = 77c49735926ff213f80fa7c7dd21eb61 +MD5 (cvsd-0.9.13.tar.gz) = bacbdcd0363a3b23c358a0bb9f7a3c96 diff -urN /usr/ports/devel/cvsd/files/patch-cvsd.c devel/cvsd/files/patch-cvsd.c --- /usr/ports/devel/cvsd/files/patch-cvsd.c Sun Sep 22 02:58:40 2002 +++ devel/cvsd/files/patch-cvsd.c Thu Jan 1 09:00:00 1970 @@ -1,16 +0,0 @@ -diff -urN /usr/ports/devel/cvsd/files/patch-cvsd.c devel/cvsd/files/patch-cvsd.c ---- /usr/ports/devel/cvsd/files/patch-cvsd.c Thu Jan 1 09:00:00 1970 -+++ devel/cvsd/files/patch-cvsd.c Tue Sep 17 19:26:39 2002 -@@ -0,0 +1,12 @@ -+--- cvsd.c.orig Sun Aug 25 09:44:33 2002 -++++ cvsd.c Tue Sep 17 19:26:31 2002 -+@@ -60,7 +60,9 @@ -+ #include <sys/wait.h> -+ #include <sys/socket.h> -+ #include <sys/time.h> -++#ifndef __FreeBSD__ -+ #include <netinet/in.h> -++#endif -+ #include <arpa/inet.h> -+ #ifdef HAVE_NETDB_H -+ #include <netdb.h> >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?200210071934.g97JY4lx080995>