Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 May 2011 13:49:58 GMT
From:      Eitan Adler <lists@eitanadler.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156958: [patch] update editors/nano-devel
Message-ID:  <201105111349.p4BDnwwt031779@red.freebsd.org>
Resent-Message-ID: <201105111350.p4BDo6Bp035659@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         156958
>Category:       ports
>Synopsis:       [patch] update editors/nano-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 11 13:50:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Eitan Adler
>Release:        
>Organization:
>Environment:
>Description:
This is a bugfix update for nano. It has been fully tested on http://tb3.bluelife.at/ 
>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/editors/nano-devel/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	4 Mar 2011 14:10:27 -0000	1.10
+++ Makefile	11 May 2011 13:26:57 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	nano
-PORTVERSION=	2.3.0
-PORTREVISION=	1
+PORTVERSION=	2.3.1
 CATEGORIES=	editors
 MASTER_SITES=	http://www.nano-editor.org/dist/v${PORTVERSION:R}/ \
 		http://www.ewtoo.org/~astyanax/nano/dist/v${PORTVERSION:R}/
@@ -20,8 +19,6 @@
 CONFLICTS=	nano-2*
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
 
 .if !defined(WITHOUT_NLS)
 USE_GETTEXT=	yes
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/editors/nano-devel/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	4 Mar 2011 14:10:27 -0000	1.7
+++ distinfo	11 May 2011 13:26:57 -0000
@@ -1,2 +1,2 @@
-SHA256 (nano-2.3.0.tar.gz) = a4f764f3408ffe69c82c8cb295b61e1b6c11b4849ad11698699de3b5e04d79f3
-SIZE (nano-2.3.0.tar.gz) = 1591018
+SHA256 (nano-2.3.1.tar.gz) = b7bace9a8e543b84736d6ef5ce5430305746efea3aacb24391f692efc6f3c8d3
+SIZE (nano-2.3.1.tar.gz) = 1624332
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/editors/nano-devel/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	4 Mar 2011 14:10:27 -0000	1.4
+++ pkg-plist	11 May 2011 13:26:57 -0000
@@ -35,6 +35,7 @@
 %%DATADIR%%/awk.nanorc
 %%DATADIR%%/cmake.nanorc
 %%DATADIR%%/fortran.nanorc
+%%DATADIR%%/lua.nanorc
 %%DATADIR%%/xml.nanorc
 %%DATADIR%%/php.nanorc
 %%DATADIR%%/tcl.nanorc


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105111349.p4BDnwwt031779>