svn commit: r420408 - head/net/libwebsockets

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Aug 18 15:07:41 UTC 2016


Author: amdmi3
Date: Thu Aug 18 15:07:39 2016
New Revision: 420408
URL: https://svnweb.freebsd.org/changeset/ports/420408

Log:
  - Add PORTSCOUT to filter out tags which as not new versions (such as "support-chrome-20-firefox-12")
  
  PR:		211267
  Submitted by:	iblis at hs.ntnu.edu.tw (maintainer)

Modified:
  head/net/libwebsockets/Makefile

Modified: head/net/libwebsockets/Makefile
==============================================================================
--- head/net/libwebsockets/Makefile	Thu Aug 18 15:04:47 2016	(r420407)
+++ head/net/libwebsockets/Makefile	Thu Aug 18 15:07:39 2016	(r420408)
@@ -16,6 +16,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USE_GITHUB=	yes
 GH_ACCOUNT=	warmcat
 
+PORTSCOUT=	limit:^v\d+\.
+
 USES=		cmake pkgconfig ssl
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list