svn commit: r480818 - in head/editors/nano: . files

Danilo Egea Gondolfo danilo at FreeBSD.org
Thu Sep 27 20:42:30 UTC 2018


Author: danilo
Date: Thu Sep 27 20:42:29 2018
New Revision: 480818
URL: https://svnweb.freebsd.org/changeset/ports/480818

Log:
  - Update to 3.1

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

Modified: head/editors/nano/Makefile
==============================================================================
--- head/editors/nano/Makefile	Thu Sep 27 20:29:00 2018	(r480817)
+++ head/editors/nano/Makefile	Thu Sep 27 20:42:29 2018	(r480818)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nano
-PORTVERSION=	3.0
-PORTREVISION=	1
+PORTVERSION=	3.1
 CATEGORIES=	editors
 MASTER_SITES=	http://www.nano-editor.org/dist/v${PORTVERSION:R}/ GNU
 
@@ -12,9 +11,10 @@ COMMENT=	Nano's ANOther editor, an enhanced free Pico 
 
 LICENSE=	GPLv3
 
+USES=		charsetfix ncurses
+
 CONFLICTS=	nano-devel-2*
 
-USES=		charsetfix ncurses
 GNU_CONFIGURE=	yes
 
 CONFIGURE_ARGS=	--docdir=${DOCSDIR} --enable-utf8

Modified: head/editors/nano/distinfo
==============================================================================
--- head/editors/nano/distinfo	Thu Sep 27 20:29:00 2018	(r480817)
+++ head/editors/nano/distinfo	Thu Sep 27 20:42:29 2018	(r480818)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1536705832
-SHA256 (nano-3.0.tar.gz) = 3f5f7713665155d9089ffde814ca89b3795104892af2ce8db2c1a70b82fa84a3
-SIZE (nano-3.0.tar.gz) = 2921245
+TIMESTAMP = 1538080224
+SHA256 (nano-3.1.tar.gz) = cc99372b6e3f38a86617143cbf5987f33641f541334070146dc2648aba1fa42f
+SIZE (nano-3.1.tar.gz) = 2923258


More information about the svn-ports-head mailing list