svn commit: r434909 - head/net/tcptraceroute

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 26 19:09:43 UTC 2017


Author: sunpoet
Date: Sun Feb 26 19:09:41 2017
New Revision: 434909
URL: https://svnweb.freebsd.org/changeset/ports/434909

Log:
  Change PORTSCOUT to ignore:1

Modified:
  head/net/tcptraceroute/Makefile

Modified: head/net/tcptraceroute/Makefile
==============================================================================
--- head/net/tcptraceroute/Makefile	Sun Feb 26 18:47:48 2017	(r434908)
+++ head/net/tcptraceroute/Makefile	Sun Feb 26 19:09:41 2017	(r434909)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libnet.so:net/libnet
 
 OPTIONS_DEFINE=	DOCS
 
-PORTSCOUT=	limit:^[0-9]
+PORTSCOUT=	ignore:1
 
 GNU_CONFIGURE=	yes
 USES=		gmake localbase


More information about the svn-ports-all mailing list