svn commit: r471911 - head/net/libsrtp

Tijl Coosemans tijl at FreeBSD.org
Thu Jun 7 12:45:13 UTC 2018


Author: tijl
Date: Thu Jun  7 12:45:11 2018
New Revision: 471911
URL: https://svnweb.freebsd.org/changeset/ports/471911

Log:
  Limit portscout to 1.x.

Modified:
  head/net/libsrtp/Makefile

Modified: head/net/libsrtp/Makefile
==============================================================================
--- head/net/libsrtp/Makefile	Thu Jun  7 12:34:23 2018	(r471910)
+++ head/net/libsrtp/Makefile	Thu Jun  7 12:45:11 2018	(r471911)
@@ -14,6 +14,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_SSL=	openssl-devel
 
+PORTSCOUT=	limit:^1\.
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	cisco
 


More information about the svn-ports-all mailing list