svn commit: r474132 - head/editors/nano-devel

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Jul 7 19:57:41 UTC 2018


Author: danilo
Date: Sat Jul  7 19:57:40 2018
New Revision: 474132
URL: https://svnweb.freebsd.org/changeset/ports/474132

Log:
  - Set PORTSCOUT=ignore for now

Modified:
  head/editors/nano-devel/Makefile

Modified: head/editors/nano-devel/Makefile
==============================================================================
--- head/editors/nano-devel/Makefile	Sat Jul  7 19:43:33 2018	(r474131)
+++ head/editors/nano-devel/Makefile	Sat Jul  7 19:57:40 2018	(r474132)
@@ -5,7 +5,6 @@ PORTVERSION=	2.5.3
 CATEGORIES=	editors
 MASTER_SITES=	http://www.nano-editor.org/dist/v${PORTVERSION:R}/ \
 		GNU
-
 PKGNAMESUFFIX=	-devel
 
 MAINTAINER=	danilo at FreeBSD.org
@@ -33,7 +32,7 @@ NLS_CONFIGURE_ENABLE=	nls
 
 INFO=		nano
 
-PORTSCOUT=	limitw:1,odd
+PORTSCOUT=	ignore:1
 
 post-build:
 	cd ${WRKSRC}/doc/man; ${REINPLACE_CMD} \


More information about the svn-ports-all mailing list