From scjamorim@bsd.com.br  Fri Aug 28 22:52:24 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 5D0F5106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Aug 2009 22:52:24 +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 162738FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Aug 2009 22:52:23 +0000 (UTC)
Received: by gxk27 with SMTP id 27so2992789gxk.12
        for <FreeBSD-gnats-submit@freebsd.org>; Fri, 28 Aug 2009 15:52:23 -0700 (PDT)
Received: by 10.90.121.2 with SMTP id t2mr1344831agc.50.1251499942878;
        Fri, 28 Aug 2009 15:52:22 -0700 (PDT)
Received: from fbsd72.scjamorim.org ([201.22.150.56])
        by mx.google.com with ESMTPS id 7sm3460462aga.27.2009.08.28.15.52.21
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Fri, 28 Aug 2009 15:52:22 -0700 (PDT)
Received: by fbsd72.scjamorim.org (Postfix, from userid 0)
	id A2E6422ADC0; Fri, 28 Aug 2009 19:43:54 -0300 (BRT)
Message-Id: <20090828224354.A2E6422ADC0@fbsd72.scjamorim.org>
Date: Fri, 28 Aug 2009 19:43:54 -0300 (BRT)
From: Sylvio Cesar <scjamorim@bsd.com.br>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] editors/joe: Changed Makefile. Take maintainership.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         138290
>Category:       ports
>Synopsis:       [PATCH] editors/joe: 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:   Fri Aug 28 23:00:09 UTC 2009
>Closed-Date:    Sat Aug 29 22:10:22 UTC 2009
>Last-Modified:  Sat Aug 29 22:20:09 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:
- Changed Makefile
- Take maintainership.

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

--- joe-3.7,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/joe/Makefile,v
retrieving revision 1.29
diff -u -u -r1.29 Makefile
--- Makefile	28 Aug 2009 17:36:55 -0000	1.29
+++ Makefile	28 Aug 2009 22:51:03 -0000
@@ -8,15 +8,15 @@
 PORTNAME=	joe
 PORTVERSION=	3.7
 PORTEPOCH=	1
-CATEGORIES+=	editors
+CATEGORIES=	editors
 MASTER_SITES=	SF/joe-editor/JOE%20sources/joe-${PORTVERSION}
 DISTNAME=	${PORTNAME}-${PORTVERSION}
 
-MAINTAINER?=	ports@FreeBSD.org
+MAINTAINER=	scjamorim@bsd.com.br
 COMMENT=	Joe's Own Editor
 
 BUILD_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
-RUN_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 CONFLICTS=	joe-2.*
 
--- joe-3.7,1.patch ends here ---

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

http://www.freebsd.org/cgi/query-pr.cgi?pr=138290 
Responsible-Changed-From-To: chinsan->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Aug 28 23:06:57 UTC 2009 
Responsible-Changed-Why:  
Maintainer was reset. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138290 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Aug 28 23:13:59 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

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

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

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

 miwi        2009-08-29 22:10:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
     editors/joe          Makefile 
   Log:
   - Pass maintainership to submitter
   
   PR:             138290
   Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
   
   Revision  Changes    Path
   1.30      +2 -2      ports/editors/joe/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:
