Index: head/editors/nano/Makefile =================================================================== --- head/editors/nano/Makefile (revision 504999) +++ head/editors/nano/Makefile (revision 505000) @@ -1,52 +1,54 @@ # Created by: Philippe Lefebvre # $FreeBSD$ PORTNAME= nano PORTVERSION= 4.2 CATEGORIES= editors -MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ GNU +MASTER_SITES= https://www.nano-editor.org/dist/v${PORTVERSION:R}/ GNU MAINTAINER= danilo@FreeBSD.org COMMENT= Nano's ANOther editor, an enhanced free Pico clone LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING -USES= charsetfix ncurses +USES= charsetfix ncurses 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} -lncursesw" + MAKE_ARGS+= install_htmlmanDATA=install-htmlmanDATA -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS EXAMPLES NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls INFO= nano PORTSCOUT= limitw:1,even .ifdef QEMU_EMULATING # XXX bug 224740/231346: configure hangs CONFIGURE_ENV+= gl_cv_func_printf_enomem=no .endif post-patch: ${REINPLACE_CMD} -e 's/^groff.*/false/' ${WRKSRC}/configure post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/sample.nanorc ${STAGEDIR}${EXAMPLESDIR} post-install-DOCS-on: .for doc in nano.1.html rnano.1.html nanorc.5.html ${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/editors/nano/distinfo =================================================================== --- head/editors/nano/distinfo (revision 504999) +++ head/editors/nano/distinfo (revision 505000) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556227857 -SHA256 (nano-4.2.tar.gz) = c06e456890a93e7a61317a938c70caacaa2bfd6161a52b2731df83875ebbcf80 -SIZE (nano-4.2.tar.gz) = 2928595 +TIMESTAMP = 1560579916 +SHA256 (nano-4.2.tar.xz) = 1143defce62e391b241252ffdb6e5c1ded56cfe26d46ee81b796abe0ccc45df9 +SIZE (nano-4.2.tar.xz) = 1478972