Page MenuHomeFreeBSD

D20660.id58686.diff
No OneTemporary

D20660.id58686.diff

Index: editors/nano/Makefile
===================================================================
--- editors/nano/Makefile
+++ editors/nano/Makefile
@@ -4,23 +4,27 @@
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
+BUILD_DEPENDS= ncurses>0:devel/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
Index: editors/nano/distinfo
===================================================================
--- editors/nano/distinfo
+++ editors/nano/distinfo
@@ -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

File Metadata

Mime Type
text/plain
Expires
Sun, Feb 8, 8:11 AM (1 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28468520
Default Alt Text
D20660.id58686.diff (1 KB)

Event Timeline