svn commit: r526312 - head/net/rtptools

Stefan Esser se at FreeBSD.org
Sun Feb 16 18:42:59 UTC 2020


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


More information about the svn-ports-all mailing list