diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2020-08-31 11:59:09 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2020-08-31 11:59:09 +0000 |
commit | 726a625368f87bac87eb3bdddc344ee2dbea4080 (patch) | |
tree | c690c05785a32a370624a933ab0e7c383df80d49 /editors/nano | |
parent | - Finish the conversion to modern Python started with r524492 (diff) |
- Update to 5.2
- Replace CONFIGURE_ENV by USES=pkgconfig. pkg-config will set the ncurses path properly if the user has it installed via ports
PR: 248636
Notes
Notes:
svn path=/head/; revision=547169
Diffstat (limited to 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 6 | ||||
-rw-r--r-- | editors/nano/distinfo | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 0dc1f6b2dd59..5470aba38c57 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nano -PORTVERSION= 5.0 +PORTVERSION= 5.2 CATEGORIES= editors MASTER_SITES= https://www.nano-editor.org/dist/v${PORTVERSION:R:R}/ GNU @@ -12,15 +12,13 @@ COMMENT= Nano's ANOther editor, an enhanced free Pico clone LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= charsetfix ncurses tar:xz +USES= charsetfix ncurses pkgconfig tar:xz CONFLICTS= nano-devel-2* GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} --enable-utf8 -CONFIGURE_ENV+= NCURSESW_CFLAGS="-I${NCURSESINC}" \ - NCURSESW_LIBS="-L${NCURSESLIB} -l${NCURSES_IMPL}" MAKE_ARGS+= install_htmlmanDATA=install-htmlmanDATA diff --git a/editors/nano/distinfo b/editors/nano/distinfo index 907c31ec9f1c..d45b9ac57b3a 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1596453671 -SHA256 (nano-5.0.tar.xz) = 7c0d94be69cd066f20df2868a2da02f7b1d416ce8d47c0850a8bd270897caa36 -SIZE (nano-5.0.tar.xz) = 1526784 +TIMESTAMP = 1598867220 +SHA256 (nano-5.2.tar.xz) = 32c2da43e1ae9a5e43437d8c6e1ec0388af870c7762c479e5bffb5f292bda7e1 +SIZE (nano-5.2.tar.xz) = 1394724 |