Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Nov 2020 11:56:38 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555108 - head/www/screego
Message-ID:  <202011141156.0AEBuciL072450@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Sat Nov 14 11:56:37 2020
New Revision: 555108
URL: https://svnweb.freebsd.org/changeset/ports/555108

Log:
  Try to fix portscout
  
  Limit the websites portscout checks to the upstream GitHub. Currently,
  portscout checks the Yarn-related master sites, which is not helpful.
  
  I am not sure if this is going to configure portscout properly, but it
  looks like x11-fonts/font-awesome is doing the very same thing, so the
  success probability is high.

Modified:
  head/www/screego/Makefile

Modified: head/www/screego/Makefile
==============================================================================
--- head/www/screego/Makefile	Sat Nov 14 11:36:24 2020	(r555107)
+++ head/www/screego/Makefile	Sat Nov 14 11:56:37 2020	(r555108)
@@ -1536,6 +1536,8 @@ GH_TUPLE=	beorn7:perks:v1.0.1:beorn7_perks/vendor/gith
 		stretchr:testify:v1.6.1:stretchr_testify/vendor/github.com/stretchr/testify \
 		urfave:cli:v1.20.0:urfave_cli/vendor/github.com/urfave/cli
 
+PORTSCOUT=	site:https://github.com/${PORTNAME}/${GH_PROJECT}/releases
+
 OPTIONS_DEFINE=	DOCS
 
 _YARN_BIN=		${LOCALBASE}/bin/yarn



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