From adb2fed29b2203b3c68151bb061c3dc7c4ecffb0 Mon Sep 17 00:00:00 2001 From: John Marino Date: Wed, 25 Jan 2017 15:55:48 +0000 Subject: [PATCH] Disable portscout for math/opensolaris-libm Interestingly, since I created a release tag in the same date format used by the PORTVERSION, portscout thinks there is a new version available (2006.01.31 => 2017.01.24). Since the PORTVERSION is never going to change, disable portscout entirely. As the maintainer of the github repo, I'll know when a new release is available anyway. --- math/opensolaris-libm/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/opensolaris-libm/Makefile b/math/opensolaris-libm/Makefile index deb1c793f0b6..1aa0e65352fa 100644 --- a/math/opensolaris-libm/Makefile +++ b/math/opensolaris-libm/Makefile @@ -13,6 +13,7 @@ LICENSE= CDDL LICENSE_FILE= ${WRKSRC}/usr/src/OPENSOLARIS.LICENSE ONLY_FOR_ARCHS= amd64 # i386 and sparc possible with much work +PORTSCOUT= ignore:1 USE_GITHUB= yes GH_ACCOUNT= jrmarino