From scjamorim@bsd.com.br  Sat Aug 29 00:04:31 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 856FC106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Aug 2009 00:04:31 +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 49FB98FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Aug 2009 00:04:31 +0000 (UTC)
Received: by gxk27 with SMTP id 27so3044384gxk.12
        for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Aug 2009 17:04:30 -0700 (PDT)
Received: by 10.91.95.5 with SMTP id x5mr1402093agl.28.1251504270113;
        Fri, 28 Aug 2009 17:04:30 -0700 (PDT)
Received: from fbsd72.scjamorim.org ([201.22.150.56])
        by mx.google.com with ESMTPS id 36sm510822aga.54.2009.08.28.17.04.27
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Fri, 28 Aug 2009 17:04:28 -0700 (PDT)
Received: by fbsd72.scjamorim.org (Postfix, from userid 0)
	id 64566228001; Fri, 28 Aug 2009 21:04:19 -0300 (BRT)
Message-Id: <20090829000419.64566228001@fbsd72.scjamorim.org>
Date: Fri, 28 Aug 2009 21:04:19 -0300 (BRT)
From: Sylvio Cesar <scjamorim@bsd.com.br>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] www/logtools: Changed Makefile. Take maintainership.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         138293
>Category:       ports
>Synopsis:       [PATCH] www/logtools: Changed Makefile. Take maintainership.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 29 00:10:02 UTC 2009
>Closed-Date:    Sat Aug 29 22:12:47 UTC 2009
>Last-Modified:  Sat Aug 29 22:20:13 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:
- Moved pkg-plist to into of Makefile with PLIST_FILES
- Take maintainership.

You can see log in mine tinderbox:
http://www.scjamorim.org/Home/logtools-0.13d_amd64.log

Removed file(s):
- pkg-plist

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

--- logtools-0.13d.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/logtools/Makefile,v
retrieving revision 1.12
diff -u -u -r1.12 Makefile
--- Makefile	28 Aug 2009 17:37:17 -0000	1.12
+++ Makefile	29 Aug 2009 00:00:30 -0000
@@ -12,9 +12,16 @@
   		LOCAL/chinsan/logtools/
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	scjamorim@bsd.com.br
 COMMENT=	Useful tools to deal with CLF files (Common Log File format)
 
+PLIST_FILES=	bin/clfmerge \
+		bin/clfsplit \
+		bin/clfdomainsplit \
+		bin/logprn \
+		bin/funnel \
+		etc/clfdomainsplit.cfg
+
 GNU_CONFIGURE=	yes
 MAN1=		clfmerge.1 logprn.1 funnel.1 clfsplit.1 clfdomainsplit.1
 
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	24 Jan 2002 15:08:41 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,6 +0,0 @@
-bin/clfmerge
-bin/clfsplit
-bin/clfdomainsplit
-bin/logprn
-bin/funnel
-etc/clfdomainsplit.cfg
--- logtools-0.13d.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->chinsan 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Aug 29 00:10:14 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138293 
Responsible-Changed-From-To: chinsan->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Aug 29 00:49:17 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138293 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Aug 29 22:12:45 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138293: commit references a PR
Date: Sat, 29 Aug 2009 22:12:51 +0000 (UTC)

 miwi        2009-08-29 22:12:37 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/logtools         Makefile 
   Removed files:
     www/logtools         pkg-plist 
   Log:
   - Small cleanup
   - Use PLIST_FILES
   - Pass maintainership to submitter
   
   PR:             138293
   Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
   
   Revision  Changes    Path
   1.13      +8 -1      ports/www/logtools/Makefile
   1.2       +0 -6      ports/www/logtools/pkg-plist (dead)
 _______________________________________________
 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:
