svn commit: r519769 - head/graphics/urho3d

Romain Tartière romain at FreeBSD.org
Tue Dec 10 17:56:28 UTC 2019


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


More information about the svn-ports-all mailing list