From scjamorim@bsd.com.br  Thu Aug 27 01:08:57 2009
Return-Path: <scjamorim@bsd.com.br>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2C554106568B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Aug 2009 01:08:57 +0000 (UTC)
	(envelope-from scjamorim@bsd.com.br)
Received: from mail-gx0-f227.google.com (mail-gx0-f227.google.com [209.85.217.227])
	by mx1.freebsd.org (Postfix) with ESMTP id E54018FC25
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 27 Aug 2009 01:08:56 +0000 (UTC)
Received: by gxk27 with SMTP id 27so737427gxk.12
        for <FreeBSD-gnats-submit@freebsd.org>; Wed, 26 Aug 2009 18:08:56 -0700 (PDT)
Received: by 10.90.134.2 with SMTP id h2mr6539421agd.110.1251335335223;
        Wed, 26 Aug 2009 18:08:55 -0700 (PDT)
Received: from fbsd72.scjamorim.org ([201.22.150.223])
        by mx.google.com with ESMTPS id 38sm4074122aga.39.2009.08.26.18.08.53
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Wed, 26 Aug 2009 18:08:54 -0700 (PDT)
Received: by fbsd72.scjamorim.org (Postfix, from userid 0)
	id 702F322AF80; Wed, 26 Aug 2009 21:29:29 -0300 (BRT)
Message-Id: <20090827002929.702F322AF80@fbsd72.scjamorim.org>
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: [PATCH] devel/cvsd: update to 1.0.16
X-Send-Pr-Version: 3.113
X-GNATS-Notify: bu7cher@yandex.ru

>Number:         138222
>Category:       ports
>Synopsis:       [PATCH] devel/cvsd: update to 1.0.16
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    araujo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 27 01:10:01 UTC 2009
>Closed-Date:    Fri Aug 28 16:25:26 UTC 2009
>Last-Modified:  Fri Aug 28 16:30:05 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Aug 27 01:10:29 UTC 2009 
Responsible-Changed-Why:  
araujo@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138222 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Aug 27 01:10:33 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138222 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: bu7cher@yandex.ru
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/138222: [PATCH] devel/cvsd: update to 1.0.16
Date: Thu, 27 Aug 2009 01:10:31 UT

 Maintainer of devel/cvsd,
 
 Please note that PR ports/138222 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/138222
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Thu Aug 27 07:55:40 UTC 2009 
State-Changed-Why:  
From misfiled PR ports/138226: 

Date: Thu, 27 Aug 2009 08:13:26 +0400 
From: "Andrey V. Elsukov" <bu7cher@yandex.ru> 
To: Sylvio Cesar <scjamorim@bsd.com.br> 
Subject: Re: [PATCH] devel/cvsd: update to 1.0.16 

Sylvio Cesar wrote: 
State-Changed-From-To: open->closed 
State-Changed-By: araujo 
State-Changed-When: Fri Aug 28 16:25:24 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138222 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138222: commit references a PR
Date: Fri, 28 Aug 2009 16:25:24 +0000 (UTC)

 araujo      2009-08-28 16:25:10 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/cvsd           Makefile distinfo pkg-descr 
   Log:
   - Update to 1.0.16.
   - Change WWW reference into pkg-descr.
   
   PR:             ports/138222
   Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
   Approved by:    Andrey V. Elsukov <bu7cher@yandex.ru> (maintainer)
   
   Revision  Changes    Path
   1.48      +7 -4      ports/devel/cvsd/Makefile
   1.32      +3 -3      ports/devel/cvsd/distinfo
   1.3       +1 -1      ports/devel/cvsd/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
 >> Synopsis:	[PATCH] devel/cvsd: update to 1.0.16 
 
 I'm agree. 
 
 --  
 WBR, Andrey V. Elsukov 
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=138222 
