Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 2020 20:52:17 +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: r532709 - head/editors/nano
Message-ID:  <202004232052.03NKqHpA063059@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Thu Apr 23 20:52:17 2020
New Revision: 532709
URL: https://svnweb.freebsd.org/changeset/ports/532709

Log:
  - Update to 4.9.2
  - Fix variable expansion in MASTER_SITES

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

Modified: head/editors/nano/Makefile
==============================================================================
--- head/editors/nano/Makefile	Thu Apr 23 20:39:46 2020	(r532708)
+++ head/editors/nano/Makefile	Thu Apr 23 20:52:17 2020	(r532709)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	nano
-PORTVERSION=	4.8
+PORTVERSION=	4.9.2
 CATEGORIES=	editors
-MASTER_SITES=	https://www.nano-editor.org/dist/v${PORTVERSION:R}/ GNU
+MASTER_SITES=	https://www.nano-editor.org/dist/v${PORTVERSION:R:R}/ GNU
 
 MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	Nano's ANOther editor, an enhanced free Pico clone

Modified: head/editors/nano/distinfo
==============================================================================
--- head/editors/nano/distinfo	Thu Apr 23 20:39:46 2020	(r532708)
+++ head/editors/nano/distinfo	Thu Apr 23 20:52:17 2020	(r532709)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1581181614
-SHA256 (nano-4.8.tar.xz) = c348f61c68ab1d573b308398212a09cd68c60fbee20f01a5bd4b50071a258e63
-SIZE (nano-4.8.tar.xz) = 1520160
+TIMESTAMP = 1587674530
+SHA256 (nano-4.9.2.tar.xz) = d8a25eea942ecee2d57b8e037eb4b28f030f818b78773b8fcb994ed5835d2ef6
+SIZE (nano-4.9.2.tar.xz) = 1517276



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