From nobody@FreeBSD.org  Wed Jul 29 21:15:59 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 76F24106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 29 Jul 2009 21:15:59 +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 65D288FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 29 Jul 2009 21:15:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n6TLFxjt046459
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 29 Jul 2009 21:15:59 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n6TLFx4f046458;
	Wed, 29 Jul 2009 21:15:59 GMT
	(envelope-from nobody)
Message-Id: <200907292115.n6TLFx4f046458@www.freebsd.org>
Date: Wed, 29 Jul 2009 21:15:59 GMT
From: Eitan Adler <Eitan.Adler@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: update nano-devel
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         137247
>Category:       ports
>Synopsis:       update editors/nano-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tabthorpe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 29 21:20:05 UTC 2009
>Closed-Date:    Wed Aug 12 18:58:12 UTC 2009
>Last-Modified:  Wed Aug 12 19:00:16 UTC 2009
>Originator:     Eitan Adler
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
>Description:
Bumping version to 2.10
Following portlint's advise to move the -devel to PKGNAMESUFFIX
Removing configure args as they default to on
>How-To-Repeat:

>Fix:
diff -urN --to-file=nano-newdev/ nano-devel/Makefile nano-newdev/Makefile
--- nano-devel/Makefile	2009-02-20 18:46:39.000000000 +0000
+++ nano-newdev/Makefile	2009-07-29 17:13:13.000000000 +0000
@@@@ -5,12 +5,12 @@
 # $FreeBSD: ports/editors/nano-devel/Makefile,v 1.4 2009/02/20 18:46:39 naddy Exp $
 #
 
-PORTNAME=	nano-devel
-PORTVERSION=	2.1.9
-PORTREVISION=	1
+PORTNAME=	nano
+PORTVERSION=	2.1.10
 CATEGORIES=	editors
 MASTER_SITES=	http://www.nano-editor.org/dist/v2.1/ \
 		http://www.ewtoo.org/~astyanax/nano/dist/v2.1/
+PKGNAMESUFFIX=	-devel
 DISTNAME=	nano-${PORTVERSION}
 
 MAINTAINER=	EitanAdlerList@gmail.com
@@@@ -19,7 +19,6 @@
 CONFLICTS=	nano-2*
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-all --enable-rc
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
diff -urN --to-file=nano-newdev/ nano-devel/distinfo nano-newdev/distinfo
--- nano-devel/distinfo	2009-02-18 17:02:53.000000000 +0000
+++ nano-newdev/distinfo	2009-07-28 11:32:29.000000000 +0000
@@@@ -1,3 +1,3 @@
-MD5 (nano-2.1.9.tar.gz) = 41e9ffb4a055eba666cdb17c4e50ba21
-SHA256 (nano-2.1.9.tar.gz) = eb49281f0db551311d22cb47087963b870b864046bfc7e7f8b46671bace81e34
-SIZE (nano-2.1.9.tar.gz) = 1483856
+MD5 (nano-2.1.10.tar.gz) = f55bd9efeccf9da98950b54a4b0d872e
+SHA256 (nano-2.1.10.tar.gz) = 03af11adace9f6c482a06f5304c5aba5d134972a416ce4368307b604420b2e40
+SIZE (nano-2.1.10.tar.gz) = 1478204


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe 
Responsible-Changed-By: tabthorpe 
Responsible-Changed-When: Mon Aug 3 04:25:00 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137247 
State-Changed-From-To: open->closed 
State-Changed-By: tabthorpe 
State-Changed-When: Wed Aug 12 18:58:11 UTC 2009 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/137247: commit references a PR
Date: Wed, 12 Aug 2009 18:57:47 +0000 (UTC)

 tabthorpe    2009-08-12 18:57:33 UTC
 
   FreeBSD ports repository
 
   Modified files:
     editors/nano-devel   Makefile distinfo pkg-plist 
   Removed files:
     editors/nano-devel/files patch-doc_man_Makefile.in 
                              patch-doc_man_fr_Makefile.in 
   Log:
   - Update to 2.10
   
   PR:             ports/137247
   Submitted by:   Eitan Adler <Eitan.Adler gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.5       +3 -4      ports/editors/nano-devel/Makefile
   1.4       +3 -3      ports/editors/nano-devel/distinfo
   1.3       +0 -20     ports/editors/nano-devel/files/patch-doc_man_Makefile.in (dead)
   1.2       +0 -20     ports/editors/nano-devel/files/patch-doc_man_fr_Makefile.in (dead)
   1.3       +5 -1      ports/editors/nano-devel/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:
