Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2020 23:55:13 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548441 - head/multimedia/libgav1
Message-ID:  <202009122355.08CNtDpE050964@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Sep 12 23:55:12 2020
New Revision: 548441
URL: https://svnweb.freebsd.org/changeset/ports/548441

Log:
  multimedia/libgav1: try #2 to make portscout ignore N (init) tag

Modified:
  head/multimedia/libgav1/Makefile   (contents, props changed)

Modified: head/multimedia/libgav1/Makefile
==============================================================================
--- head/multimedia/libgav1/Makefile	Sat Sep 12 23:33:29 2020	(r548440)
+++ head/multimedia/libgav1/Makefile	Sat Sep 12 23:55:12 2020	(r548441)
@@ -12,7 +12,7 @@ LICENSE=	APACHE20
 
 LIB_DEPENDS=	libabsl_synchronization.so:devel/abseil
 
-PORTSCOUT=	skipv:N
+PORTSCOUT=	skipv:n
 
 USES=		cmake compiler:c++11-lib localbase:ldflags
 USE_GITHUB=	yes



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