Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jun 2018 07:32:57 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472674 - head/www/davix
Message-ID:  <201806180732.w5I7Wv2A063222@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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