Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Sep 2016 00:42:45 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421249 - head/editors/nano
Message-ID:  <201609020042.u820gjiL042424@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Fri Sep  2 00:42:45 2016
New Revision: 421249
URL: https://svnweb.freebsd.org/changeset/ports/421249

Log:
  - Update to 2.7.0

Modified:
  head/editors/nano/Makefile
  head/editors/nano/distinfo
  head/editors/nano/pkg-plist

Modified: head/editors/nano/Makefile
==============================================================================
--- head/editors/nano/Makefile	Thu Sep  1 23:05:16 2016	(r421248)
+++ head/editors/nano/Makefile	Fri Sep  2 00:42:45 2016	(r421249)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nano
-PORTVERSION=	2.4.3
+PORTVERSION=	2.7.0
 CATEGORIES=	editors
 MASTER_SITES=	http://www.nano-editor.org/dist/v${PORTVERSION:R}/ GNU
 
@@ -31,6 +31,9 @@ INFO=		nano
 
 PORTSCOUT=	limitw:1,even
 
+post-configure:
+	${REINPLACE_CMD} -e 's/update_revision//g' ${WRKSRC}/src/Makefile
+
 post-build:
 	cd ${WRKSRC}/doc/man; ${REINPLACE_CMD} \
 		-e 's:SYSCONFDIR:${PREFIX}/etc:g' \

Modified: head/editors/nano/distinfo
==============================================================================
--- head/editors/nano/distinfo	Thu Sep  1 23:05:16 2016	(r421248)
+++ head/editors/nano/distinfo	Fri Sep  2 00:42:45 2016	(r421249)
@@ -1,2 +1,3 @@
-SHA256 (nano-2.4.3.tar.gz) = 32d627072b6026678e4f4095c047adec92ac7ec542dd6d91cf27f49b601768f2
-SIZE (nano-2.4.3.tar.gz) = 1878096
+TIMESTAMP = 1472747319
+SHA256 (nano-2.7.0.tar.gz) = 5dd1e9cf8e3de676c141a0b23f312e68380ef049926e2913e2114bbe32fbeac3
+SIZE (nano-2.7.0.tar.gz) = 2019889

Modified: head/editors/nano/pkg-plist
==============================================================================
--- head/editors/nano/pkg-plist	Thu Sep  1 23:05:16 2016	(r421248)
+++ head/editors/nano/pkg-plist	Fri Sep  2 00:42:45 2016	(r421249)
@@ -26,6 +26,7 @@ man/man5/nanorc.5.gz
 %%NLS%%share/locale/fr/LC_MESSAGES/nano.mo
 %%NLS%%share/locale/ga/LC_MESSAGES/nano.mo
 %%NLS%%share/locale/gl/LC_MESSAGES/nano.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/nano.mo
 %%NLS%%share/locale/hu/LC_MESSAGES/nano.mo
 %%NLS%%share/locale/id/LC_MESSAGES/nano.mo
 %%NLS%%share/locale/it/LC_MESSAGES/nano.mo
@@ -47,6 +48,7 @@ man/man5/nanorc.5.gz
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/nano.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/nano.mo
 %%DATADIR%%/asm.nanorc
+%%DATADIR%%/autoconf.nanorc
 %%DATADIR%%/awk.nanorc
 %%DATADIR%%/c.nanorc
 %%DATADIR%%/changelog.nanorc
@@ -70,6 +72,7 @@ man/man5/nanorc.5.gz
 %%DATADIR%%/mgp.nanorc
 %%DATADIR%%/mutt.nanorc
 %%DATADIR%%/nanorc.nanorc
+%%DATADIR%%/nftables.nanorc
 %%DATADIR%%/objc.nanorc
 %%DATADIR%%/ocaml.nanorc
 %%DATADIR%%/patch.nanorc
@@ -80,6 +83,7 @@ man/man5/nanorc.5.gz
 %%DATADIR%%/pov.nanorc
 %%DATADIR%%/python.nanorc
 %%DATADIR%%/ruby.nanorc
+%%DATADIR%%/rust.nanorc
 %%DATADIR%%/sh.nanorc
 %%DATADIR%%/spec.nanorc
 %%DATADIR%%/tcl.nanorc



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