Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2013 03:45:50 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314984 - head/editors/nano-devel
Message-ID:  <201303230345.r2N3jo4r060876@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sat Mar 23 03:45:50 2013
New Revision: 314984
URL: http://svnweb.freebsd.org/changeset/ports/314984

Log:
  Update to 2.3.2 "Annoy your coworkers for fun and profit"
  
  Changes:
  This release introduces vim-style file locking
  (though not backup/restore), useful when using nano
  in a multi-editor environment.  Feedback is welcome if
  you run into any issues with this new code.  Other new
  features include additional support for word boundary
  checking when cross compiling, fixes for trying to go to
  an invalid line number, and the usual documentation
  tweaks.

Modified:
  head/editors/nano-devel/Makefile
  head/editors/nano-devel/distinfo

Modified: head/editors/nano-devel/Makefile
==============================================================================
--- head/editors/nano-devel/Makefile	Sat Mar 23 03:41:21 2013	(r314983)
+++ head/editors/nano-devel/Makefile	Sat Mar 23 03:45:50 2013	(r314984)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	nano
-PORTVERSION=	2.3.1
+PORTVERSION=	2.3.2
 CATEGORIES=	editors
 MASTER_SITES=	http://www.nano-editor.org/dist/v${PORTVERSION:R}/
 PKGNAMESUFFIX=	-devel

Modified: head/editors/nano-devel/distinfo
==============================================================================
--- head/editors/nano-devel/distinfo	Sat Mar 23 03:41:21 2013	(r314983)
+++ head/editors/nano-devel/distinfo	Sat Mar 23 03:45:50 2013	(r314984)
@@ -1,2 +1,2 @@
-SHA256 (nano-2.3.1.tar.gz) = b7bace9a8e543b84736d6ef5ce5430305746efea3aacb24391f692efc6f3c8d3
-SIZE (nano-2.3.1.tar.gz) = 1624332
+SHA256 (nano-2.3.2.tar.gz) = ff309248071486445609ad4269b798262a1324d7503dc09dea289f5b60106be8
+SIZE (nano-2.3.2.tar.gz) = 1725485



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