Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2020 18:42:59 +0000 (UTC)
From:      Stefan Esser <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526312 - head/net/rtptools
Message-ID:  <202002161842.01GIgxFW036034@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Sun Feb 16 18:42:58 2020
New Revision: 526312
URL: https://svnweb.freebsd.org/changeset/ports/526312

Log:
  Add PORTSCOUT limit pattern to prevent false positives
  
  Only tags starting with a number are relevant.
  
  Approved by:	antoine (implicit)

Modified:
  head/net/rtptools/Makefile

Modified: head/net/rtptools/Makefile
==============================================================================
--- head/net/rtptools/Makefile	Sun Feb 16 18:41:24 2020	(r526311)
+++ head/net/rtptools/Makefile	Sun Feb 16 18:42:58 2020	(r526312)
@@ -16,6 +16,8 @@ GNU_CONFIGURE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	irtlab
 
+PORTSCOUT=	limit:^\d.*
+
 .for f in multidump multiplay rtpdump rtpplay rtpsend rtptrans
 PLIST_FILES+=	bin/${f}
 PLIST_FILES+=	man/man1/${f}.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002161842.01GIgxFW036034>