Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2019 14:06:35 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515864 - head/x11/linux-nvidia-libs
Message-ID:  <201910281406.x9SE6ZRw037130@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Mon Oct 28 14:06:35 2019
New Revision: 515864
URL: https://svnweb.freebsd.org/changeset/ports/515864

Log:
  Refine r515801: do not suggest major updates for legacy versions.

Modified:
  head/x11/linux-nvidia-libs/Makefile

Modified: head/x11/linux-nvidia-libs/Makefile
==============================================================================
--- head/x11/linux-nvidia-libs/Makefile	Mon Oct 28 14:06:07 2019	(r515863)
+++ head/x11/linux-nvidia-libs/Makefile	Mon Oct 28 14:06:35 2019	(r515864)
@@ -16,7 +16,11 @@ COMMENT=	NVidia graphics libraries and programs (Linux
 LICENSE_FILE=	${WRKSRC}/LICENSE
 .include "${.CURDIR}/../nvidia-driver/Makefile.common"
 
+.if ${DISTVERSION:R} >= 390
 PORTSCOUT=	limit:\.\d+$$		# ignore *-no-compat32 distfiles
+.else
+PORTSCOUT=	limit:^${DISTVERSION:R}\.\d+$$
+.endif
 
 USES=		linux
 USE_LINUX=	xorglibs



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