aboutsummaryrefslogtreecommitdiff
path: root/math/py-uncertainties/Makefile
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2021-04-15 21:31:23 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-04-15 21:37:15 +0000
commit8de3261ff5457d4827da8e5f08e016001d5dc4b2 (patch)
tree937edeced67122b3a6301a6374e4d70d86f2748d /math/py-uncertainties/Makefile
parent5f7f6aee6ca5817ad4626b228c283f0289bec8b3 (diff)
downloadports-8de3261ff5457d4827da8e5f08e016001d5dc4b2.tar.gz
ports-8de3261ff5457d4827da8e5f08e016001d5dc4b2.zip
Fix PORTSCOUT=ignore:* uses throughout the tree
PORTSCOUT=ignore:1 is the only valid way syntax according to the Portscout documentation. In disables the distfile version checks completely. In order to ignore only certain version instead, it is necessary to use other Portscout keys like skipv. Also, remove the setting completely when it attempts to instruct Portscout to skip versions older than the current one. Approved by: portmgr blanket
Diffstat (limited to 'math/py-uncertainties/Makefile')
-rw-r--r--math/py-uncertainties/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/math/py-uncertainties/Makefile b/math/py-uncertainties/Makefile
index d06edeffd1c7..de09902ab520 100644
--- a/math/py-uncertainties/Makefile
+++ b/math/py-uncertainties/Makefile
@@ -18,6 +18,4 @@ USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
-PORTSCOUT= ignore:3.1.3
-
.include <bsd.port.mk>