svn commit: r472674 - head/www/davix

Yuri Victorovich yuri at FreeBSD.org
Mon Jun 18 07:32:57 UTC 2018


Author: yuri
Date: Mon Jun 18 07:32:56 2018
New Revision: 472674
URL: https://svnweb.freebsd.org/changeset/ports/472674

Log:
  www/davix: Update PORTSCOUT to use 'limit'
  
  'skipv' doesn't seem to work.

Modified:
  head/www/davix/Makefile

Modified: head/www/davix/Makefile
==============================================================================
--- head/www/davix/Makefile	Mon Jun 18 07:29:21 2018	(r472673)
+++ head/www/davix/Makefile	Mon Jun 18 07:32:56 2018	(r472674)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libuuid.so:misc/e2fsprogs-libuuid
 
-PORTSCOUT=	skipv:^.*-el
+PORTSCOUT=	limit:^.*\.[0-9]+$$
 
 USES=		cmake localbase ssl
 USE_GNOME=	libxml2


More information about the svn-ports-all mailing list