Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Dec 2019 17:56:28 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519769 - head/graphics/urho3d
Message-ID:  <201912101756.xBAHuSNY033337@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Tue Dec 10 17:56:28 2019
New Revision: 519769
URL: https://svnweb.freebsd.org/changeset/ports/519769

Log:
  Tell Portscout to ignore incorrect versioning upstream

Modified:
  head/graphics/urho3d/Makefile

Modified: head/graphics/urho3d/Makefile
==============================================================================
--- head/graphics/urho3d/Makefile	Tue Dec 10 17:39:01 2019	(r519768)
+++ head/graphics/urho3d/Makefile	Tue Dec 10 17:56:28 2019	(r519769)
@@ -15,6 +15,8 @@ USE_GITHUB=	yes
 USE_XORG=	x11 xext
 USE_GL=		gl
 
+PORTSCOUT=	skipv:1.11,1.12,1.13,1.14,1.15,1.16,1.21,1.22,1.23,1.31,1.32 # incorrect versioning upstream
+
 DOS2UNIX_FILES=	${WRKSRC}/Source/ThirdParty/StanHull/hull.cpp
 
 GH_PROJECT=	Urho3D



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