diff options
author | danilo <danilo@FreeBSD.org> | 2017-03-31 22:41:05 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2017-03-31 22:41:05 +0800 |
commit | 691697fb898f9f700f83a892c383ffe4108ee417 (patch) | |
tree | f9d621dbf07d310d72219652670dff09254edf0c /editors | |
parent | 7f248e12b3e1728d0d90fef26ec5af3e28fdfa7e (diff) | |
download | freebsd-ports-gnome-691697fb898f9f700f83a892c383ffe4108ee417.tar.gz freebsd-ports-gnome-691697fb898f9f700f83a892c383ffe4108ee417.tar.zst freebsd-ports-gnome-691697fb898f9f700f83a892c383ffe4108ee417.zip |
- Update to 2.8.0
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nano/Makefile | 4 | ||||
-rw-r--r-- | editors/nano/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index b820a1238fd5..f5c9e3faa36a 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nano -PORTVERSION= 2.7.5 +PORTVERSION= 2.8.0 CATEGORIES= editors MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ GNU @@ -13,7 +13,7 @@ LICENSE= GPLv3 CONFLICTS= nano-devel-2* -USES= ncurses +USES= charsetfix ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} --enable-utf8 diff --git a/editors/nano/distinfo b/editors/nano/distinfo index 816a1b9a0ab6..fc7f8b1f75be 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1488239317 -SHA256 (nano-2.7.5.tar.gz) = 226be22f46359007aa76499623739f4a7d5fa294a2899c70b21bc09b8d81d907 -SIZE (nano-2.7.5.tar.gz) = 2031723 +TIMESTAMP = 1490964426 +SHA256 (nano-2.8.0.tar.gz) = 0b7b434805e5e343d2fef75804fc61c59323641d8c8e63d3027b4ac442689136 +SIZE (nano-2.8.0.tar.gz) = 2726748 |