From nobody@FreeBSD.org  Tue Dec  1 09:48:30 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E5305106568B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  1 Dec 2009 09:48:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id D3BFF8FC1C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  1 Dec 2009 09:48:30 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nB19mUO5083892
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 1 Dec 2009 09:48:30 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nB19mUUd083891;
	Tue, 1 Dec 2009 09:48:30 GMT
	(envelope-from nobody)
Message-Id: <200912010948.nB19mUUd083891@www.freebsd.org>
Date: Tue, 1 Dec 2009 09:48:30 GMT
From: Eitan Adler <eitanadlerlist@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] Update editors/nano to 2.2.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         141049
>Category:       ports
>Synopsis:       [patch] Update editors/nano to 2.2.0
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    naddy
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 01 09:50:01 UTC 2009
>Closed-Date:    Tue Dec 01 16:50:23 UTC 2009
>Last-Modified:  Tue Dec  1 17:00:04 UTC 2009
>Originator:     Eitan Adler
>Release:        FreeBSD 8.0
>Organization:
>Environment:
>Description:
This patch updates editors/nano to 2.2.0
I'm also asking naddy@ (the current maintainer) if he would like to pass maintainership to me. This is NOT because of maintainer time out - but because I'm active on the nano mailing list and have been maintaining editors/nano-devel for a while now.
>How-To-Repeat:

>Fix:
All files but
patch-doc_man_nano.1    patch-doc_man_nanorc.5
should be removed

--- Makefile.old	2009-12-01 11:38:19.000000000 +0200
+++ Makefile	2009-12-01 11:41:38.000000000 +0200
@@ -6,13 +6,12 @@
 #
 
 PORTNAME=	nano
-PORTVERSION=	2.0.9
-PORTREVISION=	1
+PORTVERSION=	2.2.0
 CATEGORIES=	editors
-MASTER_SITES=	http://www.nano-editor.org/dist/v2.0/ \
-		http://www.ewtoo.org/~astyanax/nano/dist/v2.0/
+MASTER_SITES=	http://www.nano-editor.org/dist/v2.2/ \
+		http://www.ewtoo.org/~astyanax/nano/dist/v2.2/
 
 MAINTAINER=	naddy@FreeBSD.org
 COMMENT=	Nano's ANOther editor, an enhanced free Pico clone
 
 GNU_CONFIGURE=	yes



New distinfo:
MD5 (nano-2.2.0.tar.gz) = b34ea8fac9563b0485f39a065b5893bf
SHA256 (nano-2.2.0.tar.gz) = c1e5e9c2baf2c4cfae6bebd1499ef9c20bfd5e094a966ed3d73a3a9e3f641e2f
SIZE (nano-2.2.0.tar.gz) = 1495381


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->naddy 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Dec 1 09:50:16 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141049 
State-Changed-From-To: open->closed 
State-Changed-By: naddy 
State-Changed-When: Tue Dec 1 16:47:33 UTC 2009 
State-Changed-Why:  
Committed, thanks.  I have also 
* fixed the plist 
* fixed the makefile.nanorc syntax template 
* moved the HTML man pages to DOCSDIR, where they belong, and made their 
installation optional with NOPORTDOCS 
* passed maintainership 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/141049: commit references a PR
Date: Tue,  1 Dec 2009 16:47:34 +0000 (UTC)

 naddy       2009-12-01 16:47:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     editors/nano         Makefile distinfo pkg-plist 
     editors/nano/files   patch-doc_man_Makefile.in 
                          patch-doc_man_fr_Makefile.in 
   Added files:
     editors/nano/files   patch-doc_syntax_makefile.nanorc 
   Removed files:
     editors/nano/files   patch-src_rcfile.c 
   Log:
   Update to 2.2.0 and pass maintainership to Eitan Adler.
   
   PR:             141049
   Submitted by:   Eitan Adler <eitanadlerlist@gmail.com>
   
   Revision  Changes    Path
   1.50      +12 -6     ports/editors/nano/Makefile
   1.30      +3 -3      ports/editors/nano/distinfo
   1.3       +16 -13    ports/editors/nano/files/patch-doc_man_Makefile.in
   1.3       +16 -13    ports/editors/nano/files/patch-doc_man_fr_Makefile.in
   1.1       +13 -0     ports/editors/nano/files/patch-doc_syntax_makefile.nanorc (new)
   1.2       +0 -14     ports/editors/nano/files/patch-src_rcfile.c (dead)
   1.20      +20 -1     ports/editors/nano/pkg-plist
 _______________________________________________
 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:
