aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Vyshenski <svysh.fbsd@gmail.com>2023-05-29 06:35:16 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-05-30 06:07:15 +0000
commit8cb2876b3fff97e43ce7358db000a111f1aee9a6 (patch)
tree70030d0c20dcdba818fbc88ea3f981248b85cb83
parenta9ebadd7e824277a01f5abb37ea7114648295792 (diff)
downloadports-8cb2876b3fff97e43ce7358db000a111f1aee9a6.tar.gz
ports-8cb2876b3fff97e43ce7358db000a111f1aee9a6.zip
security/p5-Crypt-X509: configure portscout
Add PORTSCOUT variable to prevent false positives from portscout. At present portscout discovers pre-historic versions as here: https://portscout.freebsd.org/svysh.fbsd@gmail.com.html PR: 271660 Reported by: svysh.fbsd@gmail.com (maintainer)
-rw-r--r--security/p5-Crypt-X509/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/p5-Crypt-X509/Makefile b/security/p5-Crypt-X509/Makefile
index da86ae18146f..5fa87b86733e 100644
--- a/security/p5-Crypt-X509/Makefile
+++ b/security/p5-Crypt-X509/Makefile
@@ -18,5 +18,7 @@ USE_GITHUB= yes
GH_ACCOUNT= openxpki
USE_PERL5= configure
NO_ARCH= yes
+PORTSCOUT= limit:v?([0-9]+\.)+[0-9]+ \
+ site:https://github.com/openxpki/Crypt-X509/tags
.include <bsd.port.mk>