diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2019-07-28 19:11:14 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2019-07-28 19:11:14 +0000 |
commit | 1ccc6c21cffaf956bac8c0eb07e0ea6368291f6c (patch) | |
tree | 97e411a3e6489996c084432a537a7cc624f02838 /editors/nano | |
parent | misc/libemos: Unbreak, it was broken by the science/eccodes update in r506947 (diff) |
- Update to 4.3
- Re-introduce CPPFLAGS. Without it the configure test for libintl fails and nano crashes when the user selects one of the NLS supported languages
PR: 239189
Notes
Notes:
svn path=/head/; revision=507525
Diffstat (limited to 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 3 | ||||
-rw-r--r-- | editors/nano/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 0797b9bdc89f..b457c1ac88cf 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nano -PORTVERSION= 4.2 +PORTVERSION= 4.3 CATEGORIES= editors MASTER_SITES= https://www.nano-editor.org/dist/v${PORTVERSION:R}/ GNU @@ -29,6 +29,7 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls +NLS_CPPFLAGS= -I${LOCALBASE}/include INFO= nano diff --git a/editors/nano/distinfo b/editors/nano/distinfo index 54f1258a318d..81f6e114d502 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1560579916 -SHA256 (nano-4.2.tar.xz) = 1143defce62e391b241252ffdb6e5c1ded56cfe26d46ee81b796abe0ccc45df9 -SIZE (nano-4.2.tar.xz) = 1478972 +TIMESTAMP = 1564338029 +SHA256 (nano-4.3.tar.xz) = 00d3ad1a287a85b4bf83e5f06cedd0a9f880413682bebd52b4b1e2af8cfc0d81 +SIZE (nano-4.3.tar.xz) = 1485776 |