From owner-svn-ports-head@freebsd.org Fri Sep 2 00:42:47 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2FCCBCB43E; Fri, 2 Sep 2016 00:42:46 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2F48C2B; Fri, 2 Sep 2016 00:42:46 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u820gj7P042427; Fri, 2 Sep 2016 00:42:45 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u820gjiL042424; Fri, 2 Sep 2016 00:42:45 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201609020042.u820gjiL042424@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Fri, 2 Sep 2016 00:42:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421249 - head/editors/nano X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 00:42:47 -0000 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