Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jan 2017 15:55:49 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432426 - head/math/opensolaris-libm
Message-ID:  <201701251555.v0PFtn50080947@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Wed Jan 25 15:55:48 2017
New Revision: 432426
URL: https://svnweb.freebsd.org/changeset/ports/432426

Log:
  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.

Modified:
  head/math/opensolaris-libm/Makefile

Modified: head/math/opensolaris-libm/Makefile
==============================================================================
--- head/math/opensolaris-libm/Makefile	Wed Jan 25 15:52:14 2017	(r432425)
+++ head/math/opensolaris-libm/Makefile	Wed Jan 25 15:55:48 2017	(r432426)
@@ -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



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