Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jun 2018 00:29:16 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472104 - head/graphics/gmic
Message-ID:  <201806100029.w5A0TGTe022568@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Jun 10 00:29:15 2018
New Revision: 472104
URL: https://svnweb.freebsd.org/changeset/ports/472104

Log:
  graphics/gmic: Add PORTSCOUT pattern to prevent triple-digit versions

Modified:
  head/graphics/gmic/Makefile

Modified: head/graphics/gmic/Makefile
==============================================================================
--- head/graphics/gmic/Makefile	Sat Jun  9 23:53:20 2018	(r472103)
+++ head/graphics/gmic/Makefile	Sun Jun 10 00:29:15 2018	(r472104)
@@ -31,6 +31,8 @@ LIB_DEPENDS=	libfftw3.so:math/fftw3 \
 		libpng.so:graphics/png \
 		libtiff.so:graphics/tiff
 
+PORTSCOUT=	limit:[0-9]\..* # not v.220 and similar
+
 USES=		cmake:outsource compiler:c++11-lang jpeg pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	dtschump



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