From scjamorim@bsd.com.br  Sun Sep  6 20:07:01 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 1899A1065672;
	Sun,  6 Sep 2009 20:07:01 +0000 (UTC)
	(envelope-from scjamorim@bsd.com.br)
Received: from mail-yx0-f172.google.com (mail-yx0-f172.google.com [209.85.210.172])
	by mx1.freebsd.org (Postfix) with ESMTP id A2C258FC16;
	Sun,  6 Sep 2009 20:07:00 +0000 (UTC)
Received: by yxe2 with SMTP id 2so4508546yxe.3
        for <multiple recipients>; Sun, 06 Sep 2009 13:06:59 -0700 (PDT)
Received: by 10.101.135.36 with SMTP id m36mr14590010ann.49.1252267619879;
        Sun, 06 Sep 2009 13:06:59 -0700 (PDT)
Received: from fbsd72.scjamorim.org (201.47.164.82.dynamic.adsl.gvt.net.br [201.47.164.82])
        by mx.google.com with ESMTPS id c23sm854521ana.18.2009.09.06.13.06.58
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sun, 06 Sep 2009 13:06:59 -0700 (PDT)
Received: by fbsd72.scjamorim.org (Postfix, from userid 0)
	id BDA98229B9B; Sun,  6 Sep 2009 17:06:54 -0300 (BRT)
Message-Id: <20090906200654.BDA98229B9B@fbsd72.scjamorim.org>
Date: Sun,  6 Sep 2009 17:06:54 -0300 (BRT)
From: Sylvio Cesar <scjamorim@bsd.com.br>
To: FreeBSD-gnats-submit@freebsd.org
Cc: itetcu@freebsd.org, araujo@freebsd.org 
Subject: [PATCH] archivers/mtf: It was changed form how installs the DOCS. Take maintainership.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         138588
>Category:       ports
>Synopsis:       [PATCH] archivers/mtf: It was changed form how installs the DOCS. Take maintainership.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 06 20:10:01 UTC 2009
>Closed-Date:    Sat Sep 19 17:15:48 UTC 2009
>Last-Modified:  Sat Sep 19 17:20:01 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:
- Added "for" to install the DOCS
- Take maintainership.

You can see the log in mine tinderbox:
http://www.scjamorim.org/Home/mtf-0.2.1_1.log

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- mtf-0.2.1_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/mtf/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	4 Aug 2007 11:40:37 -0000	1.5
+++ Makefile	6 Sep 2009 20:04:26 -0000
@@ -13,7 +13,7 @@
 MASTER_SITE_SUBDIR=	system/backup
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	scjamorim@bsd.com.br
 COMMENT=	A Unix reader for the Microsoft Tape Format used by NT Backup
 
 ALL_TARGET=	# empty
@@ -29,7 +29,9 @@
 	${INSTALL_PROGRAM} ${WRKSRC}/mtf ${PREFIX}/bin
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.for docs in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
+.endfor
 .endif
 
 .include <bsd.port.mk>
--- mtf-0.2.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Sep 6 20:10:18 UTC 2009 
Responsible-Changed-Why:  
araujo@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138588 
Responsible-Changed-From-To: araujo->itetcu 
Responsible-Changed-By: araujo 
Responsible-Changed-When: Tue Sep 8 11:42:50 UTC 2009 
Responsible-Changed-Why:  
Ion could help me to close those PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138588 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Sep 19 17:15:47 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138588: commit references a PR
Date: Sat, 19 Sep 2009 17:15:16 +0000 (UTC)

 miwi        2009-09-19 17:15:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     archivers/mtf        Makefile 
     audio/fcplay         Makefile 
     audio/maplay         Makefile 
   Log:
   - Pass maintainership to submitter
   
   PR:             138588 138594 138604
   Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
   Feature safe:   yes
   
   Revision  Changes    Path
   1.6       +1 -1      ports/archivers/mtf/Makefile
   1.19      +1 -1      ports/audio/fcplay/Makefile
   1.22      +1 -1      ports/audio/maplay/Makefile
 _______________________________________________
 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:
