diff --git a/editors/nano/Makefile b/editors/nano/Makefile index f21f1771a213..a23c60dfab01 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,44 +1,37 @@ # Created by: Philippe Lefebvre PORTNAME= nano -DISTVERSION= 6.0 +DISTVERSION= 6.2 CATEGORIES= editors MASTER_SITES= https://www.nano-editor.org/dist/v${DISTVERSION:R: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 pkgconfig tar:xz - GNU_CONFIGURE= yes - CONFIGURE_ARGS= --docdir=${DOCSDIR} --enable-utf8 - MAKE_ARGS+= install_htmlmanDATA=install-htmlmanDATA - +PORTSCOUT= limitw:1,even +INFO= nano OPTIONS_DEFINE= DOCS EXAMPLES NLS OPTIONS_SUB= yes - NLS_USES= gettext localbase NLS_CONFIGURE_ENABLE= nls -INFO= nano - -PORTSCOUT= limitw:1,even - 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} + @${REINPLACE_CMD} -e 's/^groff.*/false/' ${WRKSRC}/configure post-install-DOCS-on: .for doc in nano.1.html rnano.1.html nanorc.5.html ${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${STAGEDIR}${DOCSDIR} .endfor +post-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/sample.nanorc ${STAGEDIR}${EXAMPLESDIR} + .include diff --git a/editors/nano/distinfo b/editors/nano/distinfo index f306dbe0170c..786c0c10f8fc 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642365719 -SHA256 (nano-6.0.tar.xz) = 93ac8cb68b4ad10e0aaeb80a2dd15c5bb89eb665a4844f7ad01c67efcb169ea2 -SIZE (nano-6.0.tar.xz) = 1509388 +TIMESTAMP = 1646688395 +SHA256 (nano-6.2.tar.xz) = 2bca1804bead6aaf4ad791f756e4749bb55ed860eec105a97fba864bc6a77cb3 +SIZE (nano-6.2.tar.xz) = 1531800