Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Aug 2020 11:06:57 +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: r546905 - head/multimedia/libgav1
Message-ID:  <202008291106.07TB6vQD055599@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Aug 29 11:06:57 2020
New Revision: 546905
URL: https://svnweb.freebsd.org/changeset/ports/546905

Log:
  multimedia/libgav1: ignore empty tag, predating the first release

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

Modified: head/multimedia/libgav1/Makefile
==============================================================================
--- head/multimedia/libgav1/Makefile	Sat Aug 29 11:02:51 2020	(r546904)
+++ head/multimedia/libgav1/Makefile	Sat Aug 29 11:06:57 2020	(r546905)
@@ -12,6 +12,8 @@ LICENSE=	APACHE20
 
 LIB_DEPENDS=	libabsl_synchronization.so:devel/abseil
 
+PORTSCOUT=	skipv:N
+
 USES=		cmake compiler:c++11-lib localbase:ldflags
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes



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