Date: Wed, 26 Aug 2009 21:29:29 -0300 (BRT) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: bu7cher@yandex.ru Subject: ports/138222: [PATCH] devel/cvsd: update to 1.0.16 Message-ID: <20090827002929.702F322AF80@fbsd72.scjamorim.org> Resent-Message-ID: <200908270110.n7R1A113079128@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138222 >Category: ports >Synopsis: [PATCH] devel/cvsd: update to 1.0.16 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Aug 27 01:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug 3 22:10:47 BRT >Description: - Update to 1.0.16 - Changed end added more MASTER_SITES - Changed home page in file pkg-descr - Added more file of DOC - Added "for" in Makefile to install the DOCS You can see log in mine tinderbox: 7-stable - i386 http://www.scjamorim.org/Home/cvsd-1.0.16.log 7-stable - amd64 http://www.scjamorim.org/Home/cvsd-1.0.16_amd64.log Port maintainer (bu7cher@yandex.ru) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- cvsd-1.0.16.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/cvsd/Makefile,v retrieving revision 1.47 diff -u -u -r1.47 Makefile --- Makefile 21 Aug 2008 06:16:37 -0000 1.47 +++ Makefile 27 Aug 2009 01:04:19 -0000 @@ -7,9 +7,10 @@ # PORTNAME= cvsd -PORTVERSION= 1.0.14 +PORTVERSION= 1.0.16 CATEGORIES= devel -MASTER_SITES= http://ch.tudelft.nl/~arthur/cvsd/ +MASTER_SITES= http://arthurdejong.org/cvsd/ \ + http://wiftp.com/ MAINTAINER= bu7cher@yandex.ru COMMENT= CVS pserver daemon @@ -25,7 +26,7 @@ MAN5= cvsd.conf.5 MAN8= cvsd.8 cvsd-buginfo.8 cvsd-buildroot.8 cvsd-passwd.8 -PORTDOCS= README +PORTDOCS= FAQ NEWS README PLIST_FILES= etc/cvsd/cvsd.conf.sample sbin/cvsd sbin/cvsd-buginfo \ sbin/cvsd-buildroot sbin/cvsd-passwd PLIST_DIRS= etc/cvsd @@ -46,7 +47,9 @@ .endfor .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.for docs in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} +.endfor .endif @${CAT} ${PKGMESSAGE} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/devel/cvsd/distinfo,v retrieving revision 1.31 diff -u -u -r1.31 distinfo --- distinfo 18 Jan 2008 15:23:58 -0000 1.31 +++ distinfo 27 Aug 2009 01:04:19 -0000 @@ -1,3 +1,3 @@ -MD5 (cvsd-1.0.14.tar.gz) = 6be998a2108966b9f7cae364b5bcda52 -SHA256 (cvsd-1.0.14.tar.gz) = f9437509f0cfbf10673f130a0c9e477f9e6bbd1bdb4d947366da8351bc62419b -SIZE (cvsd-1.0.14.tar.gz) = 214982 +MD5 (cvsd-1.0.16.tar.gz) = 534428853508a5581ae311bbb48fb9c6 +SHA256 (cvsd-1.0.16.tar.gz) = 5df200df15e211d12678ee8c166eb0d286996d4fa5af6963fc64bb5b67e7060f +SIZE (cvsd-1.0.16.tar.gz) = 234898 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/cvsd/pkg-descr,v retrieving revision 1.2 diff -u -u -r1.2 pkg-descr --- pkg-descr 1 Aug 2005 08:21:55 -0000 1.2 +++ pkg-descr 27 Aug 2009 01:04:19 -0000 @@ -17,4 +17,4 @@ It is generally a good idea to run cvsd without any write permissions to any directory on the system. -WWW: http://ch.tudelft.nl/~arthur/cvsd/ +WWW: http://arthurdejong.org/cvsd --- cvsd-1.0.16.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090827002929.702F322AF80>