svn commit: r314984 - head/editors/nano-devel

Eitan Adler eadler at FreeBSD.org
Sat Mar 23 03:45:50 UTC 2013


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


More information about the svn-ports-head mailing list