From culot@0xd0.org  Sun Jul 25 07:55:48 2010
Return-Path: <culot@0xd0.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E8B57106567A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 25 Jul 2010 07:55:47 +0000 (UTC)
	(envelope-from culot@0xd0.org)
Received: from 0xd0.org (ks28346.kimsufi.com [91.121.92.146])
	by mx1.freebsd.org (Postfix) with ESMTP id 96F158FC19
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 25 Jul 2010 07:55:47 +0000 (UTC)
Received: from 0xd0.org (doudou.0xd0.org [172.16.0.254])
	by 0xd0.org (8.14.4/8.14.4) with ESMTP id o6P7tjOI014745
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 25 Jul 2010 09:55:45 +0200 (CEST)
	(envelope-from culot@0xd0.org)
Received: (from culot@localhost)
	by 0xd0.org (8.14.4/8.14.4/Submit) id o6P7tjWQ014744;
	Sun, 25 Jul 2010 09:55:45 +0200 (CEST)
	(envelope-from culot)
Message-Id: <201007250755.o6P7tjWQ014744@0xd0.org>
Date: Sun, 25 Jul 2010 09:55:45 +0200 (CEST)
From: Frederic Culot <frederic@culot.org>
Reply-To: Frederic Culot <frederic@culot.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: deskutils/calcurse and maintainership request
X-Send-Pr-Version: 3.113
X-GNATS-Notify: h.skuhra@gmail.com

>Number:         148917
>Category:       ports
>Synopsis:       Update port: deskutils/calcurse and maintainership request
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    makc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 25 08:00:10 UTC 2010
>Closed-Date:    Tue Jul 27 17:59:12 UTC 2010
>Last-Modified:  Tue Jul 27 17:59:12 UTC 2010
>Originator:     Frederic Culot
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD 0xd0.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
My patch does the following:
- update port's COMMENT and pkg-descr
- transfer maintainership to frederic@culot.org (calcurse's author)

Actual maintainer agreed on maintainership transfer as shown in the mail below:

    Date: Sat, 24 Jul 2010 22:30:29 +0200
    From: "Herbert J. Skuhra" <h.skuhra@gmail.com>
    To: Frederic Culot <frederic@culot.org>
    Subject: Re: [Calcurse-announce] Calcurse 2.3 is now available

    Hei!

    Well, it's your piece of software, so go on...

    --Herbert

    On Sat, 24 Jul 2010 19:32:45 +0200 Frederic Culot wrote:

    > Hi Herbert,
    > 
    > I hope you won't get offended by I had a request: I would like to become the
    > maintainer of calcurse's FreeBSD port.
    > 
    > Actually I switched from OpenBSD to FreeBSD and I really appreciate the system
    > and would like to get involved in the community and to give a hand if possible.
    > I start with quite easy tasks like submitting or updating new ports, and if you
    > agree with that I would like to handle the calcurse port so I could train
    > myself.
    > 
    > If it is ok for you I will open an PR with a patch to update the port (I send
    > you this patch in attachment). Otherwise if for any reason you prefer keeping
    > the maintainance of this port just let me know.

>How-To-Repeat:
	
>Fix:
diff -ruN calcurse.bak/Makefile calcurse/Makefile
--- calcurse.bak/Makefile	2010-07-24 14:24:51.000000000 +0200
+++ calcurse/Makefile	2010-07-24 14:25:49.000000000 +0200
@@ -9,8 +9,8 @@
 CATEGORIES=	deskutils
 MASTER_SITES=	ftp://ftp2.culot.org/culot/
 
-MAINTAINER=	h.skuhra@gmail.com
-COMMENT=	A text-based personal organizer
+MAINTAINER=	frederic@culot.org
+COMMENT=	A text-based calendar and scheduling application
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
diff -ruN calcurse.bak/pkg-descr calcurse/pkg-descr
--- calcurse.bak/pkg-descr	2010-07-24 14:24:51.000000000 +0200
+++ calcurse/pkg-descr	2010-07-24 14:27:26.000000000 +0200
@@ -1,8 +1,7 @@
-Calcurse is a text-based personal organizer which helps keeping track
-of events and everyday tasks. It contains a calendar, a 'todo' list,
-and puts your appointments in order. The user interface is
-configurable, and one can choose between different color schemes and
-layouts.  All of the commands are documented within an online help
-system.
+Calcurse is a text-based calendar and scheduling application. It helps
+keeping track of events, appointments and everyday tasks.
+A configurable notification system reminds user of upcoming deadlines,
+and the curses based interface can be customized to suit user needs.
+All of the commands are documented within an online help system.
 
 WWW: http://culot.org/calcurse/
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Jul 25 08:01:29 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: h.skuhra@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/148917: Update port: deskutils/calcurse and maintainership request
Date: Sun, 25 Jul 2010 08:01:26 UT

 Maintainer of deskutils/calcurse,
 
 Please note that PR ports/148917 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/148917
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Herbert J. Skuhra <h.skuhra@gmail.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/148917: Update port: deskutils/calcurse and maintainership request
Date: Sun, 25 Jul 2010 10:43:25 +0200

 Please commit!
 
 
 
Responsible-Changed-From-To: freebsd-ports-bugs->makc 
Responsible-Changed-By: makc 
Responsible-Changed-When: Sun Jul 25 13:00:34 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/148917: commit references a PR
Date: Tue, 27 Jul 2010 17:49:37 +0000 (UTC)

 makc        2010-07-27 17:49:25 UTC
 
   FreeBSD ports repository
 
   Modified files:
     deskutils/calcurse   Makefile pkg-descr 
   Log:
   Update COMMENT and pkg-descr
   Pass maintainership to submitter
   Clean up CONFIGURE_ARGS while here
   
   PR:             ports/148917
   Submitted by:   Frederic Culot <frederic at culot.org>
   Approved by:    Herbert J. Skuhra (previous maintainer)
   
   Revision  Changes    Path
   1.18      +2 -3      ports/deskutils/calcurse/Makefile
   1.2       +5 -6      ports/deskutils/calcurse/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"
 
State-Changed-From-To: feedback->open 
State-Changed-By: makc 
State-Changed-When: Tue Jul 27 17:58:46 UTC 2010 
State-Changed-Why:  
Maintainer approved 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148917 
State-Changed-From-To: open->closed 
State-Changed-By: makc 
State-Changed-When: Tue Jul 27 17:59:11 UTC 2010 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=148917 
>Unformatted:
