svn commit: r555108 - head/www/screego

Mateusz Piotrowski 0mp at FreeBSD.org
Sat Nov 14 11:56:38 UTC 2020


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


More information about the svn-ports-all mailing list