svn commit: r547169 - head/editors/nano

Danilo Egea Gondolfo danilo at FreeBSD.org
Mon Aug 31 11:59:10 UTC 2020


Author: danilo
Date: Mon Aug 31 11:59:09 2020
New Revision: 547169
URL: https://svnweb.freebsd.org/changeset/ports/547169

Log:
  - 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

Modified:
  head/editors/nano/Makefile
  head/editors/nano/distinfo

Modified: head/editors/nano/Makefile
==============================================================================
--- head/editors/nano/Makefile	Mon Aug 31 11:53:59 2020	(r547168)
+++ head/editors/nano/Makefile	Mon Aug 31 11:59:09 2020	(r547169)
@@ -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 
 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
 

Modified: head/editors/nano/distinfo
==============================================================================
--- head/editors/nano/distinfo	Mon Aug 31 11:53:59 2020	(r547168)
+++ head/editors/nano/distinfo	Mon Aug 31 11:59:09 2020	(r547169)
@@ -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


More information about the svn-ports-all mailing list